RHEL: Difference between revisions

Jump to navigation Jump to search
394 bytes added ,  3 November 2021
Line 85: Line 85:
         include letsencrypt_params.conf;
         include letsencrypt_params.conf;
}
}
</source>
=== Install SSL certificates ===
Certificates should have been created by something like mkcert for development environment.  The certificate should be in <code>/etc/pki/tls/certs/</code> and the private key should be stored in <code>/etc/pki/tls/private/</code>. Then secure the private key with:
<source lang="console">
# chmod 600 /etc/pki/tls/private/_wildcard.unm.edu-key.pem
</source>
</source>


Navigation menu