Replies: 4 comments 1 reply
-
No, the issue you mentioned already has solutions in the comments. just change the CA to letsencrypt. there could be some temp errors from zerossl. |
Beta Was this translation helpful? Give feedback.
-
Some further information. After running:
and
I decoded mountolive.com.cer, which should have been updated to use letsencrypt. However, the cert was not renewed:
I used an online certificate parser to decode the certificate:
The Issuer remains ZeroSSL, which suggests that the:
Did not work. |
Beta Was this translation helpful? Give feedback.
-
after you change the default ca, don't use '--renew', please use |
Beta Was this translation helpful? Give feedback.
-
OK. I think I have solved the problem. I am documenting the solution here in case others encounter something similar. Running I had to set and export two shell environmental variables using a shell on the server machine: export IONOS_PREFIX="<prefix value from previous IONOS API request" I honestly don't remember how I obtained these two values. I vaguely remember getting an API key from IONOS and using it according to instructions on the IONOS admin web site to get them. Once I had these exported, I then ran the following command:
I used *.mountolive.com since I needed a wildcard cert for the machine. This created the wildcard certificate and installed it and the corresponding private key in ~/.acme.sh/*.mountolive.com_ecc We use apache2, so I then ensured that the virtual host associated with server was configured to use the wildcard certificate and private key stored in this directory (i.e., in /etc/apache2/sites-enabled/000-default.conf I made sure the virtual host had the following)'
(note that the '...' replaces the name of the directory in which .acme.sh resides, which I have elided for privacy reasons). I then restarted apache2 ('sudo apachectl restart' on Ubuntu) and things now work fine. |
Beta Was this translation helpful? Give feedback.
-
I have been using acme.sh for about 9 months. In the last week or so, certification renewal stopped working. I reported the problem by commenting on a post which another user made that appeared to be the same issue as I had (#4951). However, no one has responded (there seemed to be a BOT response, but nothing else) to the original poster or to my plus 1 comment. I then looked at the issues traffic and it seems that posts to it are being ignored. I say this because the last issues post that received any attention was (#4927) made on Dec 24, 2023. All subsequent posts have no response except for what appears to be a bot response specifying:
"Please upgrade to the latest code and try again first. Maybe it's already fixed. acme.sh --upgrade If it's still not working, please provide the log with --debug 2, otherwise, nobody can help you."
Am I right to suspect that acme.sh is no longer supported?
Beta Was this translation helpful? Give feedback.
All reactions