LetsEncrypt – usage

/etc/apache2/sites-available/000-default.conf

<VirtualHost 156.111.131.212:80> 
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html/h25
ServerName h25.pl
</VirtualHost>
# certbot certonly --webroot -w /var/www/html/h25 -d h25.pl 

/etc/letsencrypt/live/h25.pl/fullchain.pem
/etc/letsencrypt/live/h25.pl/privkey.pem
# certbot renew

Dodaj komentarz