Apache challenge file / redirection issue

What was there before you changed it?
["the view part" you did not show me]

"cert" : "/etc/letsencrypt/live/naceo.yumi-software.com/cert.pem" ,
"key" : "/etc/letsencrypt/live/naceo.yumi-software.com/privkey.pem",

Those are symlinks that point to /etc/letsencrypt/archive/

I know what those are - thanks.

Please show the output of:
ls -l /etc/letsencrypt/live/naceo.yumi-software.com/privkey.pem

ls -l /etc/letsencrypt/live/naceo.yumi-software.com/privkey.pem
lrwxrwxrwx 1 root root 51 oct.   1 15:50 /etc/letsencrypt/live/naceo.yumi-software.com/privkey.pem -> ../../archive/naceo.yumi-software.com/privkey30.pem

How about?:
ls -l /etc/letsencrypt/archive/naceo.yumi-software.com/privkey30.pem

-rw-r--r-- 1 root root 1708 oct.   1 15:50 /etc/letsencrypt/archive/naceo.yumi-software.com/privkey30.pem

Also:

I don't see why it can't access:

But we can do our best to overcome that (whatever it is).
By creating a unique path to store a copy of the latest cert files (you might have already made the path).
Then copy /root/.acme.sh/naceo.yumi-software.com/* to that dedicated path.
Then update your config.json file to point this new path.
If it still fails, then chown and chmod as needed to the new path and files.
If that still fails call an exorcist!
This one is possessed - LOL

2 Likes

THANKS ITS FINALLY WORKING
We just needed to scare it with an exorcist LOL

I will contact you by DM to find a way to thank you for your time and your help :wink:

2 Likes

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