Initial commit.
This commit is contained in:
commit
24da35f11e
9 changed files with 1753 additions and 0 deletions
26
ssl-dir/server.conf
Normal file
26
ssl-dir/server.conf
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
[req]
|
||||
distinguished_name = req_distinguished_name
|
||||
x509_extensions = v3_req
|
||||
prompt = no
|
||||
|
||||
[req_distinguished_name]
|
||||
C = RU
|
||||
ST = Moscow
|
||||
L = Moscow
|
||||
O = My
|
||||
CN = Afina and Artyom Ltd.
|
||||
|
||||
[v3_ca]
|
||||
subjectKeyIdentifier = hash
|
||||
authorityKeyIdentifier = keyid:always,issuer
|
||||
basicConstraints = critical,CA:true
|
||||
keyUsage = critical, digitalSignature, cRLSign, keyCertSign
|
||||
|
||||
[v3_req]
|
||||
keyUsage = critical, digitalSignature, keyEncipherment
|
||||
extendedKeyUsage = serverAuth
|
||||
subjectAltName = @alt_names
|
||||
|
||||
[alt_names]
|
||||
IP.1 = 192.168.1.111
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue