First commit
This commit is contained in:
12
openssl.cnf
Normal file
12
openssl.cnf
Normal file
@@ -0,0 +1,12 @@
|
||||
[req]
|
||||
default_bits = 2048
|
||||
distinguished_name = req_distinguished_name
|
||||
prompt = no
|
||||
[req_distinguished_name]
|
||||
C = US
|
||||
ST = California
|
||||
L = San Francisco
|
||||
O = Example Company
|
||||
OU = IT Department
|
||||
CN = localhost
|
||||
emailAddress = email@example.com
|
||||
Reference in New Issue
Block a user