Server Certificates
Generate and install your server certificate for secure connections.
Generating the Server Certificate
[alt_names]
DNS.1 = localhost
DNS.2 = server.cybus.io
DNS.3 = *.cybus.io
DNS.4 = *.dev.cybus.io
DNS.5 = a048ffe65867e4a02b615faa014e3cdb-1179064562.cybus.io
DNS.6 = *.eu-central.cybus.io
IP.1 = 127.0.0.1
IP.2 = 192.168.178.110
IP.3 = 172.17.0.1
[req]
# Options for the `req` tool (`man req`).
default_bits = 2048
distinguished_name = req_distinguished_name
string_mask = utf8only
default_md = sha256
prompt = no
# Extension to add when the -x509 option is used.
x509_extensions = server_cert
extensions = server_cert
req_extensions = server_cert
[req_distinguished_name]
countryName = DE
stateOrProvinceName = HH
0.organizationName = Acme Test 002
organizationalUnitName = Shopfloor
commonName = Cybus Connectware Server 1
[server_cert]
# Extensions for server certificates (`man x509v3_config`).
basicConstraints = CA:FALSE
nsCertType = server
nsComment = "OpenSSL Generated Server Certificate"
subjectKeyIdentifier = hash
keyUsage = critical, digitalSignature, keyEncipherment
extendedKeyUsage = serverAuth
subjectAltName=@alt_namesInstalling the Server Certificate
Last updated
Was this helpful?

