mirror of
https://github.com/Telecominfraproject/wlan-cloud-loadsim.git
synced 2025-11-01 11:08:01 +00:00
46 lines
1.5 KiB
INI
46 lines
1.5 KiB
INI
HOME = .
|
|
RANDFILE = $ENV::HOME/.rnd
|
|
|
|
input_password = mypassword
|
|
output_password = mypassword
|
|
|
|
####################################################################
|
|
[ req ]
|
|
default_bits = 2048
|
|
default_keyfile = mqttserverkey.pem
|
|
distinguished_name = server_distinguished_name
|
|
req_extensions = server_req_extensions
|
|
string_mask = utf8only
|
|
|
|
####################################################################
|
|
[ server_distinguished_name ]
|
|
countryName = Country Name (2 letter code)
|
|
countryName_default = CA
|
|
|
|
stateOrProvinceName = State or Province Name (full name)
|
|
stateOrProvinceName_default = Ontario
|
|
|
|
localityName = Locality Name (eg, city)
|
|
localityName_default = Ottawa
|
|
|
|
organizationName = Organization Name (eg, company)
|
|
organizationName_default = ConnectUs Technologies
|
|
|
|
commonName = Common Name (e.g. server FQDN or YOUR name)
|
|
commonName_default = opensync-mqtt-broker.wlan.local
|
|
|
|
emailAddress = Email Address
|
|
emailAddress_default = test@example.com
|
|
|
|
####################################################################
|
|
[ server_req_extensions ]
|
|
|
|
subjectKeyIdentifier = hash
|
|
#authorityKeyIdentifier = keyid:always, issuer:always
|
|
basicConstraints = critical, CA:FALSE
|
|
keyUsage = critical, digitalSignature, keyEncipherment, keyAgreement
|
|
extendedKeyUsage = critical, serverAuth
|
|
#subjectAltName = @alternate_names
|
|
nsComment = "OpenSSL Generated Server Certificate"
|
|
|