diff options
Diffstat (limited to 'genca.sh')
-rwxr-xr-x | genca.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -17,3 +17,5 @@ echo 1000 > "$CA"/ca/"$CA".serial touch "$CA"/ca/"$CA".idx openssl req -config "$OPENSSL_CONFIG" -new -x509 -days "$EXPIRE" -extensions v3_ca -keyout "$CA"/ca/"$CA".key -out "$CA"/ca/"$CA".crt chmod 600 "$CA"/ca/"$CA".key +echo Generating revocation list... +openssl ca -config "$OPENSSL_CONFIG" -gencrl -out "$CA"/ca/"$CA".crl |