Let's Encrypt certificate expiration

Mein Let’s Encrypt certificate ist abgelaufen / muss velängern werden.
Ich wußte nicht wie es zu machen ist.
Akt. Stand:
Bitwarden wurde bei VPS der Provide IONOS installiert (Ubuntu 20.04) und es läuft, bis die e-mail (siehe unter) kommt

"Hello,
Your certificate (or certificates) for the names listed below will expire in 9 days (on 19 Jul 22 14:49 +0000). Please make sure to renew your certificate before then, or visitors to your web site will encounter errors.

We recommend renewing certificates automatically when they have a third of their total lifetime left. For Let’s Encrypt’s current 90-day certificates, that means renewing 30 days before expiration. See Integration Guide - Let's Encrypt for details.

bitwarden.sifavinh-limburg.de

For details about when we send these emails, please visit: Expiration Emails - Let's Encrypt In particular, note that this reminder email is still sent if you’ve obtained a slightly different certificate by adding or removing names. If you’ve replaced this certificate with a newer one that covers more or fewer names than the list above, you may be able to ignore this message.

For any questions or support, please visit: https://community.letsencrypt.org/ Unfortunately, we can’t provide support by email.

If you are receiving this email in error, unsubscribe at:

  • You've been unsubscribed*
    Please note that this would also unsubscribe you from other Let’s Encrypt service notices, including expiration reminders for any other certificates.

Regards,
The Let’s Encrypt Team"

ich benötige Anleitung !!!
Danke

Certificate renewal occurs when Bitwarden is restarted. Just do:

./bitwarden.sh restart

from your install directory.

From Google Translate:
Die Zertifikatserneuerung erfolgt, wenn Bitwarden neu gestartet wird. Mach einfach:

./bitwarden.sh restart

aus Ihrem Installationsverzeichnis

Edit: You can add a crontab to restart Bitwarden once or twice a month to do this automatically:

crontab -e

Then, assuming you installed it in your home directory, add something like this (edit to your particular circumstances) to make it restart on the 1st of every month:

22 2 1 * * cd ${HOME} && ./bitwarden.sh restart >/dev/null

Google Translate:
Bearbeiten: Sie können eine Crontab hinzufügen, um Bitwarden ein- oder zweimal im Monat neu zu starten, um dies automatisch zu tun:

crontab -e

Angenommen, Sie haben es in Ihrem Home-Verzeichnis installiert, fügen Sie dann so etwas hinzu (an Ihre besonderen Umstände anpassen), damit es am 1. jedes Monats neu gestartet wird:

22 2 1 * * cd ${HOME} && ./bitwarden.sh restart >/dev/null

2 Likes

Es funktioniert sehr gut.
Besten Dank AYITAKA