openssl req -new-sha256-key"${CERTDIR}/${domain}/${privkey}"-out"${CERTDIR}/${domain}/cert-${timestamp}.csr"-subj"/CN=${domain}/"-reqexts SAN -config"${tmp_openssl_cnf}"
openssl req -new-sha256-key"${CERTDIR}/${domain}/${privkey}"-out"${CERTDIR}/${domain}/cert-${timestamp}.csr"-subj"/CN=${domain}/"-reqexts SAN -config"${tmp_openssl_cnf}"
rm-f"${tmp_openssl_cnf}"
rm-f"${tmp_openssl_cnf}"
...
@@ -854,6 +859,12 @@ main() {
...
@@ -854,6 +859,12 @@ main() {
PARAM_FORCE="yes"
PARAM_FORCE="yes"
;;
;;
# PARAM_Usage: --ocsp
# PARAM_Description: Sets option in CSR indicating OCSP stapling to be mandatory
--ocsp)
PARAM_OCSP_MUST_STAPLE="yes"
;;
# PARAM_Usage: --privkey (-p) path/to/key.pem
# PARAM_Usage: --privkey (-p) path/to/key.pem
# PARAM_Description: Use specified private key instead of account key (useful for revocation)
# PARAM_Description: Use specified private key instead of account key (useful for revocation)