mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-12 04:31:01 -05:00
9 lines
192 B
Text
9 lines
192 B
Text
|
# 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
|
||
|
|