• 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.crt

    How to I make Apache aware of other certificates?

    Thanks,
    Wayne

    The 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 ‘SSL – Multisite – can’t add additional certs –’ is closed to new replies.