Hi guys,
I try to renew a Let’s encrypt certificate to use my Nextcloud at a raspberry Pi.
I used the command:
root@nextcloud:/etc# /etc/letsencrypt/letsencrypt-auto certonly --agree-tos --renew-by-default -a webroot --webroot-path /var/www/nextcloud/ -d my-domain.dyndns.de
I get the following output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator webroot, Installer None
Renewing an existing certificate
Performing the following challenges:
http-01 challenge for my-domain.dyndns.de
Using the webroot path /var/www/nextcloud for all unmatched domains.
Waiting for verification…
Cleaning up challenges
IMPORTANT NOTES:
-
Congratulations! Your certificate and chain have been saved at:
/etc/letsencrypt/live/my-domain.dyndns.de/fullchain.pem
Your key file has been saved at:
/etc/letsencrypt/live/my-domain.dyndns.de/privkey.pem
Your cert will expire on 2018-03-13. To obtain a new or tweaked
version of this certificate in the future, simply run
letsencrypt-auto again. To non-interactively renew all of your
certificates, run “letsencrypt-auto renew” -
If you like Certbot, please consider supporting our work by:
Donating to ISRG / Let’s Encrypt: https://letsencrypt.org/donate
Donating to EFF: https://eff.org/donate-le
It seems that it worked. But If I try to synchronise my Computer with the Nextcloud, I get the message my certificate is expired.
How can I try to find out what the problem is?