Asif Bacchus
c48e985d23
- generate via specific invocation - auto-generate if SSL and no mounted certificate found - allow specifying hostname for certificate
17 lines
270 B
INI
17 lines
270 B
INI
default_bits = 4096
|
|
default_md = sha256
|
|
distinguished_name = dn
|
|
req_extensions = san
|
|
x509_extensions = san
|
|
prompt = no
|
|
|
|
[dn]
|
|
organizationName = LiveReload WebServer
|
|
CN = ${ENV::CERT_HOSTNAME}
|
|
|
|
[san]
|
|
subjectAltName = @alt_names
|
|
|
|
[alt_names]
|
|
DNS.1 = ${ENV::CERT_HOSTNAME}
|