SSL Certficate does not work

Status
Not open for further replies.
you need to make sure that nginx config is pointed to the certificate files you generated and then reload and restart nginx.
 
  • Like
Reactions: vuthy09
you need to make sure that nginx config is pointed to the certificate files you generated and then reload and restart nginx.
Hi, thanks for your help, this solved my ssl issue on FusionPBX 5.3, Debian.
The Nginx include file that was pointing to an old certificate that was no longer in use, so I checked the creation of the new certificate, and renamed the lines below, to my new domain.

ls -l /etc/dehydrated/certs/my-domain.com/

sudo nano /etc/nginx/sites-enabled/fusionpbx

Lines
ssl_certificate /etc/dehydrated/certs/my-domain.com/fullchain.pem;
ssl_certificate_key /etc/dehydrated/certs/my-domain.com/privkey.pem;

Thank you.
 
I was able to get the certificate to work for the main domain but I don't know how to apply it to sub domains, I tried to use the Let's Encrypt docs linked above but they led me to folders that don't exist.

Thanks,
 
Hi, adrnandes
I did not I was trying to use the section of the instructions for "setup for multiple domains on Let's Encrypt"

Would it be best to use the wildcard method.
 
Status
Not open for further replies.