mirror of
https://github.com/AudebertAdrien/ft_transcendence.git
synced 2025-12-15 21:56:50 +01:00
25 lines
548 B
Plaintext
25 lines
548 B
Plaintext
[req]
|
|
distinguished_name = req_distinguished_name
|
|
req_extensions = req_ext
|
|
x509_extensions = req_ext
|
|
prompt = no
|
|
|
|
[req_distinguished_name]
|
|
countryName = FR
|
|
stateOrProvinceName = Pyrénées Orientales
|
|
localityName = Perpignan
|
|
organizationName = 42Perpignan
|
|
commonName = www.ft_transcendence.com
|
|
|
|
[req_ext]
|
|
subjectAltName = @alt_names
|
|
basicConstraints = CA:FALSE
|
|
keyUsage = digitalSignature, keyEncipherment
|
|
extendedKeyUsage = serverAuth
|
|
|
|
[alt_names]
|
|
DNS.1 = localhost
|
|
DNS.2 = www.ft-transcendence.com
|
|
DNS.3 = ft-transcendence.com
|
|
IP.1 = 127.0.0.1
|