Let’s Encrypt certifikáty

Let’s Encrypt certifikáty

sudo add-apt-repository ppa:certbot/certbot
sudo apt-get update
sudo apt-get install -y certbot

certbot certonly --non-interactive --expand --webroot --webroot-path /var/www/myweb.cz -d myweb.cz -d www.myweb.cz
certbot renew --webroot --webroot-path /var/www/myweb.cz --no-self-upgrade