forked from edgexfoundry/edgex-helm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopenssl.conf
32 lines (26 loc) · 781 Bytes
/
openssl.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[req]
prompt = yes
distinguished_name = req_distingiushed_name
[ req_distingiushed_name ]
commonName =
[ ca_ext ]
basicConstraints = critical,CA:TRUE,pathlen:0
keyUsage = critical, digitalSignature, keyCertSign, cRLSign
subjectKeyIdentifier = hash
authorityKeyIdentifier = keyid:always,issuer:always
[ server_ext ]
basicConstraints = critical,CA:FALSE
keyUsage = digitalSignature, keyAgreement, keyEncipherment
extendedKeyUsage = serverAuth
subjectKeyIdentifier = hash
authorityKeyIdentifier = keyid:always
[ client_ext ]
basicConstraints = critical,CA:FALSE
keyUsage = digitalSignature, keyAgreement
extendedKeyUsage = clientAuth
subjectKeyIdentifier = hash
authorityKeyIdentifier = keyid:always
[edgex_san]
subjectAltName = @alt_names_edgex
[alt_names_edgex]
DNS.1 = edgex