summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2022-11-16 04:04:13 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2022-11-23 08:44:48 -0500
commit21ffe62af56a5503e4e1199f79a1656f02fd5a57 (patch)
treeeda76c270ad4185e9b483ba78ec2eccfcde7190f /doc
parent422e3569bb82ade44aec5b54a938ed4497cb218b (diff)
downloadlighttpd-git-21ffe62af56a5503e4e1199f79a1656f02fd5a57.tar.gz
[doc/scripts/cert-staple.sh] add copyright header
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/scripts/cert-staple.sh5
1 files changed, 5 insertions, 0 deletions
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)