summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2009-01-22 15:26:17 +0000
committerTed Trask <ttrask01@yahoo.com>2009-01-22 15:26:17 +0000
commit26d4cee88cd51d2b88fb5f40de3762f1c7943106 (patch)
treef3bd4a623dd6b346d180b629eecd4f9b996e6c6e
parent2dac09e436f254663a7ca5db3501468248192f7f (diff)
downloadacf-openssl-26d4cee88cd51d2b88fb5f40de3762f1c7943106.tar.bz2
acf-openssl-26d4cee88cd51d2b88fb5f40de3762f1c7943106.tar.xz
Fixed openssl renew with config file change.
git-svn-id: svn://svn.alpinelinux.org/acf/openssl/trunk@1688 ab2d0c66-481e-0410-8bed-d214d4d58bed
-rw-r--r--openssl-ca-acf.cnf1
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