Hello,
I’m having problems when create a certificate for my test site.
Below here are all the steps and its output:
sudo ./certbot-auto certonly --manual --preferred-challenges=http
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator manual, Installer None
Please enter in your domain name(s) (comma and/or space separated) (Enter ‘c’
to cancel): sldev10.com www.sldev10.com
Obtaining a new certificate
Performing the following challenges:
http-01 challenge for sldev10.com
http-01 challenge for www.sldev10.com
NOTE: The IP of this machine will be publicly logged as having requested this
certificate. If you’re running certbot in manual mode on a machine that is not
your server, please ensure you’re okay with that.
Are you OK with your IP being logged?
(Y)es/(N)o: Y
Create a file containing just this data:
rbRL1RrSPR5kNBYc5nRWiJPZRx-60MkpJYzy7V6Nxqg.7O9Gg7AAWp8yY2V4wJBwt8mJ6jH65RboTwyLcrxUFEw
And make it available on your web server at this URL:
http://sldev10.com/.well-known/acme-challenge/rbRL1RrSPR5kNBYc5nRWiJPZRx-60MkpJYzy7V6Nxqg
Press Enter to Continue
Create a file containing just this data:
aiC_HlecOjT9ooc53MIUj-XoTUuED4AbYvYvp7WEwOg.7O9Gg7AAWp8yY2V4wJBwt8mJ6jH65RboTwyLcrxUFEw
And make it available on your web server at this URL:
http://www.sldev10.com/.well-known/acme-challenge/aiC_HlecOjT9ooc53MIUj-XoTUuED4AbYvYvp7WEwOg
Press Enter to Continue
Waiting for verification…
Cleaning up challenges
IMPORTANT NOTES:
-
Congratulations! Your certificate and chain have been saved at:
/etc/letsencrypt/live/sldev10.com/fullchain.pem
Your key file has been saved at:
/etc/letsencrypt/live/sldev10.com/privkey.pem
Your cert will expire on 2018-12-13. To obtain a new or tweaked
version of this certificate in the future, simply run certbot-auto
again. To non-interactively renew all of your certificates, run
“certbot-auto 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
However, when go to the site via https protocol, the browser couldn’t recognize the certificate. What did I miss?