Danilo Vukovic
Danilo Vukovic

Reputation: 13

SSL certificate renewal

I have a website which certificate expired today, and I need to renew it but I need help. I added a new certificate on my digitalocean account that's supposed to expire in April but it still says that my certificate expired on my website. What else do I need to do to renew my certificate?

Thanks in advance!

Upvotes: 0

Views: 428

Answers (1)

Andrew Schott
Andrew Schott

Reputation: 101

Did you reload apache/nginx? The config for apache (what I tend to use) will not be reread until you either stop then start or do a restart (systemctl restart httpd)

Upvotes: 1

Related Questions