summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcloder <>2007-03-28 20:57:30 +0000
committercloder <>2007-03-28 20:57:30 +0000
commit36488448c3ca3d9f15fafdf14791736a99d87384 (patch)
treeb52033ee272d830599cb470fe7ff2da986ce1fbe
parent714f67162a49eb27e900c3bb551b9d36abe03b18 (diff)
downloadopenbsd-36488448c3ca3d9f15fafdf14791736a99d87384.tar.gz
openbsd-36488448c3ca3d9f15fafdf14791736a99d87384.tar.bz2
openbsd-36488448c3ca3d9f15fafdf14791736a99d87384.zip
Add the cRLSign bit by default, so that certs generated using this file
will be able to sign CRLs. OK reyk, hshoexer, millert
-rw-r--r--src/lib/libssl/x509v3.cnf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libssl/x509v3.cnf b/src/lib/libssl/x509v3.cnf
index e430088671..5835534b96 100644
--- a/src/lib/libssl/x509v3.cnf
+++ b/src/lib/libssl/x509v3.cnf
@@ -1,6 +1,6 @@
1# default settings 1# default settings
2CERTPATHLEN = 1 2CERTPATHLEN = 1
3CERTUSAGE = digitalSignature,keyCertSign 3CERTUSAGE = digitalSignature,keyCertSign,cRLSign
4CERTIP = 0.0.0.0 4CERTIP = 0.0.0.0
5CERTFQDN = nohost.nodomain 5CERTFQDN = nohost.nodomain
6 6