- Add the ppa repository
- sudo add-apt-repository ppa:certbot/certbot
- Install the cli tool
- sudo apt install python-certbot-apache
- Run the cli tool
- sudo certbot --apache -d <dynamic dns host name>
- Answer the questions that included:
- Email Address
- Select which conf file to add to (For me it was /etc/apache2/sites-available/default-ssl.conf)
- Check that my SSL certificate was now signed
TODO: Automate the renewal
No comments:
Post a Comment