Certificate expiration Please for help

you want the working directory ?

They say my certificate will

They say My certificate will expire in 10 days, though I set auto renewal. That is the Problem.

We are having difficulty communicating simple instructions…

I need you to type “pwd” and press “enter”
tell me what that shows.

Then type “which certbot-auto” and press “enter”
tell me what that shows.

If you look at: Let's Debug
You will see in the first blue box:

acme: error code 403 "urn:ietf:params:acme:error:unauthorized": Invalid response from http://www.doumer.me/.well-known/acme-challenge/4-S9swIgzGIAxDy-B94UlL1oxtLafZQ02d-zkGsAIp0: "<!doctype html><html lang="en-US" prefix="og: http://ogp.me/ns#"><head class="no-js"><meta charset="UTF-8"><meta name="viewport""

This does not seem correct.
And I refer you to my previous post:

when I type pwd I get the working ditectory : /home/damientohin
when I type which certbot-auto : I dont get anything from the terminal
Here are the files present in this working directory : apps certbot-auto htdocs stack

Please I'm sorry but I dont know in which file I should type these instructions in

Type
find / -name certbot-auto
press enter and post result

Here is the result;

find: ‘/proc/22594/task/22661/fd’: Permission denied
find: ‘/proc/22594/task/22661/fdinfo’: Permission denied
find: ‘/proc/22594/task/22661/ns’: Permission denied
find: ‘/proc/22594/task/22670/fd’: Permission denied
find: ‘/proc/22594/task/22670/fdinfo’: Permission denied
find: ‘/proc/22594/task/22670/ns’: Permission denied
find: ‘/proc/22594/task/25459/fd’: Permission denied
find: ‘/proc/22594/task/25459/fdinfo’: Permission denied
find: ‘/proc/22594/task/25459/ns’: Permission denied
find: ‘/proc/22594/fd’: Permission denied
find: ‘/proc/22594/map_files’: Permission denied
find: ‘/proc/22594/fdinfo’: Permission denied
find: ‘/proc/22594/ns’: Permission denied
find: ‘/proc/27299/task/27299/fd’: Permission denied
find: ‘/proc/27299/task/27299/fdinfo’: Permission denied
find: ‘/proc/27299/task/27299/ns’: Permission denied
find: ‘/proc/27299/fd’: Permission denied
find: ‘/proc/27299/map_files’: Permission denied
find: ‘/proc/27299/fdinfo’: Permission denied
find: ‘/proc/27299/ns’: Permission denied
find: ‘/proc/32571/task/32571/fd’: Permission denied
find: ‘/proc/32571/task/32571/fdinfo’: Permission denied
find: ‘/proc/32571/task/32571/ns’: Permission denied
find: ‘/proc/32571/fd’: Permission denied
find: ‘/proc/32571/map_files’: Permission denied
find: ‘/proc/32571/fdinfo’: Permission denied
find: ‘/proc/32571/ns’: Permission denied
find: ‘/root’: Permission denied
find: ‘/home/bitnami/.ssh’: Permission denied
/home/damientohin/certbot-auto

What’s the output of running ./certbot-auto renew?

Here is the output :
Requesting to rerun ./certbot-auto with root privileges...
Saving debug log to /var/log/letsencrypt/letsencrypt.log

Processing /etc/letsencrypt/renewal/doumer.me.conf

Cert is due for renewal, auto-renewing...
Plugins selected: Authenticator webroot, Installer None
Renewing an existing certificate
Performing the following challenges:
http-01 challenge for doumer.me
http-01 challenge for www.doumer.me
Waiting for verification...
Cleaning up challenges

new certificate deployed without reload, fullchain is
/etc/letsencrypt/live/doumer.me/fullchain.pem


Congratulations, all renewals succeeded. The following certs have been renewed:
/etc/letsencrypt/live/doumer.me/fullchain.pem (success)

That sounds like a good sign! Could you try reloading your web server?

Now you just need to restart the Apache server to have it use the new cert:
sudo service apache2 restart
or
sudo /etc/init.d/apache2 restart
or
sudo apachectl -k graceful

Ok, thankyou Let me do that.

Or perhaps

sudo /opt/bitnami/ctlscript.sh restart apache

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