blob: bb50a0e7199283319f5ac3d4e8d31f4feb91dc4d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[ req ]
default_bits = 2048
days = 999
distinguished_name = req_distinguished_name
attributes = req_attributes
prompt = no
[ req_distinguished_name ]
C = US
ST = CA
L = SF
O = NODEJS
OU = agent8
CN = localhost
[ req_attributes ]
challengePassword = A challenge password
|