1. Install certbot on MacOs:
brew install certbot
2. Launch certbot on manual mode:
$ sudo certbot certonly --manual
3. Enter domain name:
Please enter in your domain name(s) (comma and/or space separated) (Enter 'c'
to cancel): devis.cool
4. Agree for the IP being logged:
Are you OK with your IP being logged? Y
5. You will receive instructions to create a file and make it available on your webserver:
1 2 3 4 5 6 7 8 9 |
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Create a file containing just this data: uG9KIRoCltQcu_TBLzuEopc6hVk_-9MIWeDp6Dji7fs.qj1XaJA725VWzK0oB5BzvOBm4r-yVuVYk-NI_T5gyCA And make it available on your web server at this URL: http://devis.cool/.well-known/acme-challenge/uG9KIRoCltQcu_TBLzuEopc6hVk_-9MIWeDp6Dji7fs |
6. After completing previous step certificates will be generated:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
IMPORTANT NOTES: - Congratulations! Your certificate and chain have been saved at: /etc/letsencrypt/live/devis.cool/fullchain.pem Your key file has been saved at: /etc/letsencrypt/live/devis.cool/privkey.pem Your cert will expire on 2019-01-26. To obtain a new or tweaked version of this certificate in the future, simply run certbot again. To non-interactively renew *all* of your certificates, run "certbot renew" - If you like Certbot, please consider supporting our work by: Donating to ISRG / Let's Encrypt: https://letsencrypt.org/donate Donating to EFF: https://eff.org/donate-le |