diff options
-rw-r--r-- | openssl-ca-acf.cnf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openssl-ca-acf.cnf b/openssl-ca-acf.cnf index 91c036b..c45692b 100644 --- a/openssl-ca-acf.cnf +++ b/openssl-ca-acf.cnf @@ -36,6 +36,7 @@ certificate = $dir/cacert.pem # The CA certificate serial = $dir/serial # The current serial number private_key = $dir/private/cakey.pem # The private key default_md = sha1 # which md to use. +unique_subject = no # Allow same subject for renewal #policy = policy_match default_days = 365 |