linux:let_s_encrypt
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
| linux:let_s_encrypt [2015/12/11 07:22] – move | linux:let_s_encrypt [2020/02/05 10:48] (aktuell) – move | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| ====== Let's encrypt ====== | ====== Let's encrypt ====== | ||
| - | |||
| - | {{wp> | ||
| ===== ACME-Client ===== | ===== ACME-Client ===== | ||
| ==== Installieren ==== | ==== Installieren ==== | ||
| - | > git clone https:// | + | <code> |
| + | git clone https:// | ||
| + | </ | ||
| ==== Update ==== | ==== Update ==== | ||
| - | > git pull origin | + | <code>git pull origin</ |
| ==== Zertifikate abholen (nur speichern) ==== | ==== Zertifikate abholen (nur speichern) ==== | ||
| Zeile 34: | Zeile 33: | ||
| Dabei im Webroot anlegen (Beispiel); | Dabei im Webroot anlegen (Beispiel); | ||
| - | > mkdir -p .well-known/ | + | <code> |
| - | > cd .well-known/ | + | mkdir -p .well-known/ |
| - | > echo -n " | + | cd .well-known/ |
| + | echo -n " | ||
| + | </ | ||
| + | |||
| + | ==== Konfigurationsdatei benutzen ==== | ||
| + | |||
| + | < | ||
| + | |||
| + | cli.ini | ||
| + | <code bash> | ||
| + | # This is an example of the kind of things you can do in a configuration file. | ||
| + | # All flags used by the client can be configured here. Run Let's Encrypt with | ||
| + | # " | ||
| + | |||
| + | # Use a 4096 bit RSA key instead of 2048 | ||
| + | rsa-key-size = 4096 | ||
| + | |||
| + | # Uncomment and update to register with the specified e-mail address | ||
| + | email = me@localhost | ||
| + | |||
| + | # Uncomment and update to generate certificates for the specified | ||
| + | # domains. | ||
| + | domains = local.localdomain | ||
| + | |||
| + | # Uncomment to use a text interface instead of ncurses | ||
| + | # text = True | ||
| + | |||
| + | # Uncomment to use the standalone authenticator on port 443 | ||
| + | authenticator = standalone | ||
| + | standalone-supported-challenges = tls-sni-01 | ||
| + | |||
| + | # Uncomment to use the webroot authenticator. Replace webroot-path with the | ||
| + | # path to the public_html / webroot folder being served by your web server. | ||
| + | # authenticator = webroot | ||
| + | # webroot-path = / | ||
| + | |||
| + | </ | ||
| + | |||
| + | ==== Automatisch erneuern (kein Prompt) ==== | ||
| + | < | ||
| + | < | ||
| ===== Zertifikate einbinden (manuell) ===== | ===== Zertifikate einbinden (manuell) ===== | ||
| Zeile 56: | Zeile 95: | ||
| > SSLCertificateFile / | > SSLCertificateFile / | ||
| > SSLCertificateKeyFile / | > SSLCertificateKeyFile / | ||
| + | |||
| + | ===== Siehe auch ===== | ||
| + | * [[SSL]] | ||
| + | * [[OpenSSL]] | ||
| ===== Weblinks ===== | ===== Weblinks ===== | ||
linux/let_s_encrypt.1449818577.txt.gz · Zuletzt geändert: (Externe Bearbeitung)
