SSL – Multisite – can’t add additional certs –
-
I’m setting up a multisite environment. AWS Lightsail, ubuntu, has a script to create the SSL certs. I’ve done that successfully with 3 domains. The instructions then have me create 2 Simlinks in the /opt/bitnami/apache2/conf directory.
The first site works with HTTPS. But if I repeat the instructions for the second or third site it wipes out the cert for the first. Here are the 2 simlink commands.
sudo ln -sf /etc/lego/certificates/DOMAIN.key /opt/bitnami/nginx/conf/server.key
sudo ln -sf /etc/lego/certificates/DOMAIN.crt /opt/bitnami/nginx/conf/server.crtHow to I make Apache aware of other certificates?
Thanks,
WayneThe page I need help with: [log in to see the link]
- The topic ‘SSL – Multisite – can’t add additional certs –’ is closed to new replies.