txt setzen – TTL 300. Warte 2min
Bash
sudo certbot certonly --manual --preferred-challenges dns -d test.icer-tools.ch -d "*.test.icer-tools.ch"Bash
sudo openssl pkcs12 -export \
-out ~/Desktop/test-icer-tools.pfx \
-inkey /etc/letsencrypt/live/test.icer-tools.ch/privkey.pem \
-in /etc/letsencrypt/live/test.icer-tools.ch/cert.pem \
-certfile /etc/letsencrypt/live/test.icer-tools.ch/chain.pem \
-passout pass:DEIN_PASSWORTBash
sudo certbot certonly --manual --preferred-challenges dns -d studio.icer-tools.ch -d "*.studio.icer-tools.ch"Bash
sudo openssl pkcs12 -export \
-out ~/Desktop/studio-icer-tools.pfx \
-inkey /etc/letsencrypt/live/studio.icer-tools.ch/privkey.pem \
-in /etc/letsencrypt/live/studio.icer-tools.ch/cert.pem \
-certfile /etc/letsencrypt/live/studio.icer-tools.ch/chain.pem \
-passout pass:DEIN_PASSWORTzip erstellen
Bash
sudo zip -r archiv.zip "ordnername"