Install Lets Encrypt Certificates on a Mulitsite Installation
-
I’m running multiste on a AWS lightsail server (Ubuntu). I’ve installed Let’s Encrypt and have generated 2 certificates. Now I need to tell Apache where they are… however the commands that I have seen used simply copy over the previous certificates.
sudo ln -s /etc/letsencrypt/live/$DOMAIN/privkey.pem /opt/bitnami/apache2/conf/server.key
sudo ln -s /etc/letsencrypt/live/$DOMAIN/fullchain.pem /opt/bitnami/apache2/conf/server.crtHow do I install multiple certificates on Apache2.
Thanks
WayneThe page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Install Lets Encrypt Certificates on a Mulitsite Installation’ is closed to new replies.