From 21ffe62af56a5503e4e1199f79a1656f02fd5a57 Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Wed, 16 Nov 2022 04:04:13 -0500 Subject: [doc/scripts/cert-staple.sh] add copyright header --- doc/scripts/cert-staple.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc') diff --git a/doc/scripts/cert-staple.sh b/doc/scripts/cert-staple.sh index 84946d3c..0692afa5 100755 --- a/doc/scripts/cert-staple.sh +++ b/doc/scripts/cert-staple.sh @@ -1,4 +1,9 @@ #!/bin/sh +# +# cert-staple.sh - retrieve from CA and manage OCSP stapling info for leaf cert +# +# Copyright(c) 2022 Glenn Strauss gstrauss()gluelogic.com All rights reserved +# License: BSD 3-clause (same as lighttpd) CERT_PEM="$1" # input (cert.pem) CHAIN_PEM="$2" # input (chain.pem) -- cgit v1.2.1