SSL did not renew for all domains, per my Ghost installation

Hi there,

I run ghost on:
akashsenapaty.com and www.akashsenapaty.com

The problem is that the SSL cert on the www.akashsenapaty.com website did not renew. And there is an error.
(It renewed fine on the other)

Looking at this link How to renew default let's encrypt ssl? and considering what @Hannah wrote:

The output of
sudo crontab -l
is
0 0 * * * "/etc/letsencrypt"/acme.sh --cron --home "/etc/letsencrypt" > /dev/null

And
/etc/letsencrypt/acme.sh --home "/etc/letsencrypt" --list
gives us
/etc/letsencrypt/acme.sh: line 1873: /etc/letsencrypt/account.conf: Permission denied Main_Domain KeyLength SAN_Domains Created Renew akashsenapaty.com "" no Thu Apr 18 00:00:24 UTC 2019 Mon Jun 17 00:00:24 UTC 2019 blog.senapaty.in "" no Thu Apr 18 00:00:35 UTC 2019 Mon Jun 17 00:00:35 UTC 2019 www.akashsenapaty.com "" no Sun Feb 17 00:01:18 UTC 2019 Thu Apr 18 00:01:18 UTC 2019

Ghost and CLI versions are 2.22.1 and 1.10.0 zero.

Question: It looks like (despite the configuration), the SSL cert for www.akashsenapaty.com did NOT renew. How do I fix it now? And without breaking akashsenapaty.com which works fine.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.