mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
SSL Module - Allow the CA to sign client certs
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user