Ugurlu.de
WebsiteDiscordImpressum
  • Startseite
  • ROOTSERVER
    • PhpMyAdmin Installation
    • Nextcloud Installation
    • Java 8 Installation
    • MongoDB Installation
    • Docker Installation
    • Teamspeak3 Server Installation
    • Nginx Proxy Manager Installation
    • Portainer Installation
    • Apache2 Installation
    • Nginx Installation
    • Virtualhost (Apache2)
    • Virtualhost Redirect (Apache2)
    • SSL Zertifikat Installation
    • Python3 Installation
  • Scripts
    • Minecraft Auto Start
  • Automatically Script
    • LAMPP (Apache2, MySQL und PHP8.2)
    • Lemp (Nginx, MySQL und PHP8.3)
    • Docker (Docker, Composer)
    • Nextcloud (Apache2, MySQL, phpMyAdmin and PHP8.2)
    • Python3.11
    • Java8
    • Java11
    • Java21
    • Minecraft Server 1.21
  • Windows
    • OEMInformation einrichten
Powered by GitBook
On this page

Was this helpful?

  1. ROOTSERVER

SSL Zertifikat Installation

Als erstes benötigen wir das Paket "snapd". Dies wird mit dem Command

apt install snapd

installiert.

falls snapd bereits installiert ist, stelle mit dem Command

snap install core; snap refresh core

sicher, dass snapd auf dem neusten Stand ist.

Nachdem das erledigt ist wird nun certbot installiert.

snap install --classic certbot

Damit der Certbot Command verwendet werden kann, gebe folgenden Command ein:

ln -s /snap/bin/certbot /usr/bin/certbot

Um das Zertifikat automatisch auf deinem Apache Webserver einrichten zu lassen, verwende folgenden Command:

certbot --apache
  1. Gebe deine E-mail-Adresse ein

  2. Akzeptiere die Terms of Service

  3. Gebe deinen Domainnamen ein. Falls eine Subdomain vorhanden ist gebe diese mit an.

Das Zertifikat ist jetzt auf deinem Apache Webserver installiert.

PreviousVirtualhost Redirect (Apache2)NextPython3 Installation

Last updated 2 years ago

Was this helpful?