9 lines
192 B
Plaintext
9 lines
192 B
Plaintext
|
# Based on https://www.feistyduck.com/library/openssl-cookbook/online/openssl-command-line/private-ca-create-subordinate.html
|
||
|
[req]
|
||
|
prompt = no
|
||
|
distinguished_name = dn
|
||
|
|
||
|
[dn]
|
||
|
CN = test-client
|
||
|
|