diff --git a/shellpki b/shellpki index 14b9b46..09c664b 100755 --- a/shellpki +++ b/shellpki @@ -333,6 +333,12 @@ EOF error "Error generating the CA certificate" fi fi + + "${OPENSSL_BIN}" ca \ + -config "${CONF_FILE}" \ + -passin pass:${CA_PASSWORD} \ + -gencrl \ + -out "${CRL}" } ocsp() {