SSL Module - Allow the CA to sign client certs

This commit is contained in:
Mike Reeves
2018-07-16 12:44:28 -04:00
parent 853b6768c4
commit 5137866826

View File

@@ -25,7 +25,8 @@ pki_private_key:
- ST: Utah - ST: Utah
- L: Salt Lake City - L: Salt Lake City
- basicConstraints: "critical CA:true" - basicConstraints: "critical CA:true"
- keyUsage: "critical cRLSign, keyCertSign, serverAuth, clientAuth" - keyUsage: "critical cRLSign, keyCertSign"
- extendedkeyUsage: "serverAuth, clientAuth"
- subjectKeyIdentifier: hash - subjectKeyIdentifier: hash
- authorityKeyIdentifier: keyid,issuer:always - authorityKeyIdentifier: keyid,issuer:always
- days_valid: 3650 - days_valid: 3650