summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan H. Holek <stefan@epy.co.at>2013-01-16 13:14:01 +0100
committerErich Eckner <git@eckner.net>2019-09-02 12:03:10 +0200
commitcdba3d2a6cb1f91cf0168fa00921d270bef2d06b (patch)
tree647a65a7434d9dfc5030211f72c442326c1842b9
parentaea3a0aba66fe8adc75cbb74bf4f968421b69bea (diff)
downloadsimple-pki-cdba3d2a6cb1f91cf0168fa00921d270bef2d06b.tar.xz
Remove client_ext section.
-rw-r--r--etc/signing-ca.conf7
1 files changed, 0 insertions, 7 deletions
diff --git a/etc/signing-ca.conf b/etc/signing-ca.conf
index c6a3785..72d306f 100644
--- a/etc/signing-ca.conf
+++ b/etc/signing-ca.conf
@@ -97,13 +97,6 @@ extendedKeyUsage = serverAuth,clientAuth
subjectKeyIdentifier = hash
authorityKeyIdentifier = keyid:always
-[ client_ext ]
-keyUsage = critical,digitalSignature
-basicConstraints = CA:false
-extendedKeyUsage = clientAuth
-subjectKeyIdentifier = hash
-authorityKeyIdentifier = keyid:always
-
# CRL extensions exist solely to point to the CA certificate that has issued
# the CRL.