-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
29 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Basisinstallation von Certbot | ||
|
||
Da snap nun die offiziell-unterstützte Installationsmethode ist, verwenden wir snap. | ||
|
||
Zuerst sorgen wir dafür, dass Certbot nicht bereits installiert ist. | ||
``` | ||
sudo apt-get remove certbot | ||
``` | ||
|
||
Danach können wir Certbot mittels Snap installieren. | ||
``` | ||
sudo snap install --classic certbot | ||
``` | ||
|
||
Mittels diesem nächsten Befehl können wir Certbot nicht nur ein Zertifikat ausstellen, sondern es wird auch die `nginx` config für HTTPS angepasst. | ||
``` | ||
sudo certbot --nginx | ||
``` | ||
|
||
![certbot_1](../images/certbot_1.png) | ||
|
||
![certbot_2](../images/certbot_2.png) | ||
|
||
![certbot_cert](../images/certbot_cert.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
# Certbot in Betrieb nehmen | ||
|
||
<https://certbot.eff.org/instructions> | ||
Da ich die Domäne [sephley.com](https://www.sephley.com) besitze, kann ich die Funktionalität gleich austesten. Weil ich die Domäne bei Cloudflare gekauft habe konnte ich Certbot mit dem Cloudflare DNS integrieren siehe <https://certbot-dns-cloudflare.readthedocs.io/en/stable/>. | ||
|
||
Um Certbot für mich auszutesten, habe ich es auf meinem Linode installiert. Auf meinem Linode ist ein nginx Webserver auf Ubuntu 24.04 installiert. | ||
|
||
Da ich die Domäne [sephley.com](https://www.sephley.com) besitze, kann ich die Funktionalität gleich austesten. Weil ich die Domäne bei Cloudflare gekauft habe konnte ich Certbot mit dem Cloudflare DNS integrieren siehe <https://certbot-dns-cloudflare.readthedocs.io/en/stable/>. | ||
Um dies zu testen werde ich ein Wildcard Zertifikat für meine Domäne mittels Certbot erstellen und automatisch erneuern lassen. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# Was ist ACME? | ||
|
||
ACME ist ein Protokoll, das die automatische Verwaltung von SSL/TLS-Zertifikaten ermöglicht. Es wird von Let's Encrypt verwendet, um Zertifikate auszustellen und zu erneuern. | ||
|
||
<https://letsencrypt.org/docs/client-options/> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters