ich habe auf meinem PI3 ein Rasbian mit Nexcloud und SSL installiert.
Das Zertifikat habe ich über https://certbot.eff.org/ erstellen lassen.
Anleitung : Apache und Debian other
Code: Alles auswählen
Since it doesn't seem like your operating system has a packaged version of Certbot, you should use our certbot-auto script to get a copy:
wget https://dl.eff.org/certbot-auto
chmod a+x certbot-auto
certbot-auto accepts the same flags as certbot; it installs all of its own dependencies and updates the client code automatically. So you can just run:
$ ./certbot-auto
Code: Alles auswählen
sudo ./certbot-auto --force-renewal
Kann ich auch diesen Befehl in einen cronjob umwandeln ?
So das alle paar Wochen geprüft wird ob das Zertifikat ok .
Kennst sich einer mit Cronjob aus ?
Gruß
Stefan