Skip to content

Commit

Permalink
fix: update comments for scripts
Browse files Browse the repository at this point in the history
Signed-off-by: Junjie Gao <[email protected]>
  • Loading branch information
JeyJeyGao committed Nov 11, 2024
1 parent bcadb27 commit 096710c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/e2e/scripts/gen_crl_testing_certs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
# - leaf.key: the private key of the leaf certificate.
# - leaf_revoked.crl: the CRL file that includes the revoked leaf certificate.
# - root.crt: the root certificate.
#
# Note: The script will not run in the pipeline, but we need to keep it for
# future maintenance because generating those test certificates with CRL is not
# easy.

# Create root CA configuration file
cat > root.cnf <<EOF
Expand Down

0 comments on commit 096710c

Please sign in to comment.