Certbot usage (Free SSL certificate generation)
Generate and install SSL certifcate using Certbot:
1. Install Certbot from FreeBSD ports and install python:
cd /usr/ports/security/py-certbot
make install clean
cd /usr/ports/lang/python
make install clean
2. Generate a free SSL
certbot certonly --webroot
3. Enter the web root and hostname for certificate
4. Make change to Apache configration and restart Apache
5. Add the following command to cron and run once a day
- Read more about Certbot usage (Free SSL certificate generation)
- Log in or register to post comments