From f1f0bd10508f10e620ba66b91e3d90a5150d3ac4 Mon Sep 17 00:00:00 2001 From: Benson Kuang Date: Wed, 7 Jul 2021 19:25:36 +0000 Subject: [PATCH] docs: add verify_attestation_chains.py help text to attestations README --- samples/attestations/README.rst.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/samples/attestations/README.rst.in b/samples/attestations/README.rst.in index 3e188a17..1c536fbf 100644 --- a/samples/attestations/README.rst.in +++ b/samples/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