SSL certificate with example domain
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user