update
This commit is contained in:
32
Ordonnanceur/Semaphore/semaphore_ssl.conf
Normal file
32
Ordonnanceur/Semaphore/semaphore_ssl.conf
Normal file
@ -0,0 +1,32 @@
|
||||
[req]
|
||||
default_bits = 2048
|
||||
default_keyfile = semaphore_ssl.key
|
||||
distinguished_name = req_distinguished_name
|
||||
req_extensions = req_ext
|
||||
x509_extensions = v3_ca
|
||||
|
||||
[req_distinguished_name]
|
||||
countryName = Country Name (2 letter code)
|
||||
countryName_default = FR
|
||||
stateOrProvinceName = State or Province Name (full name)
|
||||
stateOrProvinceName_default = Nord
|
||||
localityName = Locality Name (eg, city)
|
||||
localityName_default = Roubaix
|
||||
organizationName = Organization Name (eg, company)
|
||||
organizationName_default = IT
|
||||
organizationalUnitName = organizationalunit
|
||||
organizationalUnitName_default = RAD
|
||||
commonName = Common Name (e.g. server FQDN or YOUR name)
|
||||
commonName_default = semaphore.tips-of-mine.fr
|
||||
commonName_max = 64
|
||||
|
||||
[req_ext]
|
||||
subjectAltName = @alt_names
|
||||
|
||||
[v3_ca]
|
||||
subjectAltName = @alt_names
|
||||
|
||||
[alt_names]
|
||||
DNS.1 = localhost
|
||||
DNS.2 = 10.0.4.2
|
||||
DNS.3 = semaphore.tips-of-mine.fr
|
Reference in New Issue
Block a user