You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
349 B
22 lines
349 B
[ req ]
|
|
default_bits = 2048
|
|
prompt = no
|
|
default_md = sha256
|
|
distinguished_name = dn
|
|
req_extensions = req_ext
|
|
|
|
[ dn ]
|
|
C = KR
|
|
O = KDN
|
|
OU = DFX
|
|
CN = agent-tuf-a15-defree-oracle
|
|
|
|
[ req_ext ]
|
|
subjectAltName = @alt_names
|
|
|
|
[ alt_names ]
|
|
DNS.1 = localhost
|
|
IP.1 = 192.168.0.41
|
|
IP.2 = 172.22.1.4
|
|
IP.3 = 127.0.0.1
|
|
IP.4 = ::1 |