27 lines
676 B
Plaintext
27 lines
676 B
Plaintext
|
[ req ]
|
||
|
default_bits = 4096
|
||
|
days = 9999
|
||
|
distinguished_name = req_distinguished_name
|
||
|
attributes = req_attributes
|
||
|
prompt = no
|
||
|
x509_extensions = v3_ca
|
||
|
|
||
|
[ req_distinguished_name ]
|
||
|
C = US
|
||
|
ST = MA
|
||
|
L = Boston
|
||
|
O = Example Co
|
||
|
OU = techops
|
||
|
CN = client1
|
||
|
emailAddress = certs@example.com
|
||
|
|
||
|
[ req_attributes ]
|
||
|
challengePassword = password
|
||
|
|
||
|
[ v3_ca ]
|
||
|
authorityInfoAccess = @issuer_info
|
||
|
|
||
|
[ issuer_info ]
|
||
|
OCSP;URI.0 = http://ocsp.example.com/
|
||
|
caIssuers;URI.0 = http://example.com/ca.cert
|