SSL certificate with example domain

This commit is contained in:
2024-01-09 08:39:29 +01:00
parent 8c3427bbc2
commit acac40abcc
+3 -3
View File
@@ -5,11 +5,11 @@ We use DigiCert certificates.
## Requesting certificates
First create a certificate signing request (CSR) like this, replacing `$FQDN`
and `$ALIASES`
First create a certificate signing request (CSR) like this, replacing the values for `FQDN`
and `ALIASES`
```
ALTNAMES=xyz.psi.ch
ALIASES=xyz.psi.ch
FQDN=xyz00.psi.ch
cat >$FQDN.cnf <<EOF