Und wiedermal zeigt sich was für ein DAU ich bin.
Ich hab jetzt versucht mit der Anleitung von hier:
http://linuxundich.de/gnu-linux/ssl-zertifikat-lets-encrypt-synology-nas/
Die SSL Sachen zu installieren.
Dazu hab ich versucht den ACME Client zu installieren. Nach jener Anleitung:
https://thomas-leister.de/internet/anleitung-fuer-lets-encrypt-kostenlose-tls-zertifikate-fuer-alle/
./letsencrypt-auto certonly --rsa-key-size 4096 -d xxx.de yyy.de
Dann kommt:
Syno> ./letsencrypt-auto certonly --rsa-key-size 4096 -d xxx.de
grep: /etc/os-release: No such file or directory
grep: /etc/issue: No such file or directory
Sorry, I don't know how to bootstrap Let's Encrypt on your operating system!
You will need to bootstrap, configure virtualenv, and run a pip install manually
Please see
https://letsencrypt.readthedocs.org/en/latest/contributing.html#prerequisites
for more info
./letsencrypt-auto: line 170: command: not found
./letsencrypt-auto: line 170: command: not found
./letsencrypt-auto: line 170: command: not found
./letsencrypt-auto: line 170: command: not found
Cannot find any Pythons... please install one!
sh: line: bad number
sh: line: bad number
Creating virtual environment...
./letsencrypt-auto: line 170: virtualenv: not found
Hat jemand das Lets Encrypt auch schon mit dem Lets Encrypt Skript und dem ACME Client versucht zu installieren und ist hierüber gestolpert?