From 096710cbbeeba4b6d71272faaa74f3c55532d536 Mon Sep 17 00:00:00 2001 From: Junjie Gao Date: Mon, 11 Nov 2024 01:54:20 +0000 Subject: [PATCH] fix: update comments for scripts Signed-off-by: Junjie Gao --- test/e2e/scripts/gen_crl_testing_certs.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/e2e/scripts/gen_crl_testing_certs.sh b/test/e2e/scripts/gen_crl_testing_certs.sh index fdcc4ca9..95ac8816 100755 --- a/test/e2e/scripts/gen_crl_testing_certs.sh +++ b/test/e2e/scripts/gen_crl_testing_certs.sh @@ -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 <