diff options
author | Stefan H. Holek <stefan@epy.co.at> | 2012-12-02 16:43:59 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-09-02 12:03:10 +0200 |
commit | 462325d6efbc4441a87804d407273d9787d18375 (patch) | |
tree | 85e1f695664a3cc3f76a0c4018b4bae73a18664b /etc | |
parent | b465a9da0523c86329e0a8187e42815a0cee35e2 (diff) | |
download | simple-pki-462325d6efbc4441a87804d407273d9787d18375.tar.xz |
Match OU and CN in CA certs.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/root-ca.conf | 2 | ||||
-rw-r--r-- | etc/signing-ca.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/root-ca.conf b/etc/root-ca.conf index 26a2f9d..52d2fa2 100644 --- a/etc/root-ca.conf +++ b/etc/root-ca.conf @@ -26,7 +26,7 @@ req_extensions = ca_reqext # Desired extensions 0.domainComponent = "org" 1.domainComponent = "simple" organizationName = "Simple Inc" -organizationalUnitName = "Simple CA" +organizationalUnitName = "Simple Root CA" commonName = "Simple Root CA" [ ca_reqext ] diff --git a/etc/signing-ca.conf b/etc/signing-ca.conf index 8835c8c..c6a3785 100644 --- a/etc/signing-ca.conf +++ b/etc/signing-ca.conf @@ -26,7 +26,7 @@ req_extensions = ca_reqext # Desired extensions 0.domainComponent = "org" 1.domainComponent = "simple" organizationName = "Simple Inc" -organizationalUnitName = "Simple CA" +organizationalUnitName = "Simple Signing CA" commonName = "Simple Signing CA" [ ca_reqext ] |