Install Let’s Encrypt
Install Git apt-get install git Install Certbot cd /opt git clone https://github.com/certbot/certbot Stop Apache service apache2 stop Generate certificate cd /opt/certbot/ ./certbot-auto certonly –standalone –rsa-key-size 4096 -d domain.xx -d www.domain.xx
Weiterlesen