From e695b2264e06ee1e7bcddb8d505fdf6c70f7f0eb Mon Sep 17 00:00:00 2001 From: Benson Kuang <3453547+bkuang@users.noreply.github.com> Date: Mon, 12 Jul 2021 16:04:12 -0400 Subject: [PATCH] docs: Include verify_attestation_chains.py help text to attestations README (#134) --- kms/attestations/README.rst.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kms/attestations/README.rst.in b/kms/attestations/README.rst.in index 3e188a17a5e0..1c536fbf1546 100644 --- a/kms/attestations/README.rst.in +++ b/kms/attestations/README.rst.in @@ -12,6 +12,9 @@ setup: - install_deps samples: +- name: Verify attestations and certificate chains for keys generated by Cloud HSM + file: verify_attestation_chains.py + show_help: True - name: Verify attestations for keys generated by Cloud HSM file: verify_attestation.py show_help: True