ca fixes for SAN
This commit is contained in:
parent
7d06d12c82
commit
67affd3aa4
2 changed files with 17 additions and 1 deletions
16
resources/ca.cnf
Normal file
16
resources/ca.cnf
Normal file
|
@ -0,0 +1,16 @@
|
|||
[ req ]
|
||||
default_bits = 4096
|
||||
distinguished_name = req_distinguished_name
|
||||
req_extensions = req_ext
|
||||
prompt = no
|
||||
|
||||
[ req_distinguished_name ]
|
||||
C = CH
|
||||
ST = Zurich
|
||||
L = Zurich
|
||||
O = InterstellarNet
|
||||
OU = NONE
|
||||
CN = INTERSTELLAR
|
||||
|
||||
[ req_ext ]
|
||||
subjectAltName = @alt_names
|
Loading…
Add table
Add a link
Reference in a new issue