SSL Certficate does not work

pbxgeek

Active Member
Jan 19, 2021
193
65
28
37
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

adrnandes

Member
Nov 19, 2024
32
0
6
39
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.
 

ou812

Member
Nov 2, 2016
38
4
8
62
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,
 

ou812

Member
Nov 2, 2016
38
4
8
62
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.
 

ou812

Member
Nov 2, 2016
38
4
8
62
I switched to wildcard SSL and sub domains are now active under ssl certificate.