summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
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)