File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
crates/capsula-pki-server Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,24 @@ subjectKeyIdentifier = hash
118118authorityKeyIdentifier = keyid:always,issuer
119119basicConstraints = critical, CA:true, pathlen:0
120120keyUsage = critical, digitalSignature, cRLSign, keyCertSign
121+
122+ [ usr_cert ]
123+ basicConstraints = CA:FALSE
124+ nsCertType = client, email
125+ nsComment = "OpenSSL Generated Client Certificate"
126+ subjectKeyIdentifier = hash
127+ authorityKeyIdentifier = keyid,issuer
128+ keyUsage = critical, nonRepudiation, digitalSignature, keyEncipherment
129+ extendedKeyUsage = clientAuth, emailProtection
130+
131+ [ server_cert ]
132+ basicConstraints = CA:FALSE
133+ nsCertType = server
134+ nsComment = "OpenSSL Generated Server Certificate"
135+ subjectKeyIdentifier = hash
136+ authorityKeyIdentifier = keyid,issuer:always
137+ keyUsage = critical, digitalSignature, keyEncipherment
138+ extendedKeyUsage = serverAuth
121139EOF
122140
123141 log " Intermediate CA configuration created"
You can’t perform that action at this time.
0 commit comments