22 lines
280 B
INI
22 lines
280 B
INI
[req]
|
|
default_bits = 4096
|
|
prompt = no
|
|
default_md = sha256
|
|
distinguished_name = dn
|
|
req_extensions = v3_req
|
|
|
|
[dn]
|
|
C=KR
|
|
ST=Seoul
|
|
L=Seoul
|
|
O=KAMCO
|
|
OU=Training
|
|
CN=api.train-kamco.com
|
|
|
|
[v3_req]
|
|
subjectAltName = @alt_names
|
|
|
|
[alt_names]
|
|
DNS.1 = api.train-kamco.com
|
|
DNS.2 = train-kamco.com
|