# HTTPS Certificates We use DigiCert certificates. ## Request a Certificate First create a certificate signing request (CSR) like this, replacing the values for `FQDN` and `ALIASES` ```bash ALIASES=xyz.psi.ch FQDN=xyz00.psi.ch cat >$FQDN.cnf <