mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-05 19:33:13 +02:00
aa0ac19e18
+- Removed some annoying logging in ssl.c +- Merged in changes from TEMPcvs branch
36 lines
896 B
INI
36 lines
896 B
INI
# create RSA certs - Server
|
|
|
|
RANDFILE = src/ssl.rnd
|
|
|
|
[ req ]
|
|
default_bits = 1024
|
|
encrypt_key = yes
|
|
distinguished_name = req_dn
|
|
x509_extensions = cert_type
|
|
|
|
[ req_dn ]
|
|
countryName = US
|
|
countryName_default = Country Name
|
|
countryName_min = 2
|
|
countryName_max = 2
|
|
|
|
stateOrProvinceName = City
|
|
stateOrProvinceName_default = City
|
|
|
|
localityName = Locality Name (eg, city)
|
|
|
|
0.organizationName = Organization Name (eg, company)
|
|
0.organizationName_default = Organization Name (eg. company)
|
|
|
|
organizationalUnitName = Organizational Unit Name (eg, section)
|
|
#organizationalUnitName_default =
|
|
|
|
0.commonName = Common Name (Full domain of your server)
|
|
|
|
1.commonName = Common Name (default)
|
|
1.commonName_value = localhost
|
|
|
|
[ cert_type ]
|
|
nsCertType = server
|
|
|