install_letsencrypt_ssl_certificate
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| install_letsencrypt_ssl_certificate [2018/12/06 21:05] – created 91.177.234.129 | install_letsencrypt_ssl_certificate [2019/01/30 11:32] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Install_LetsEncrypt_SSL_certificate ====== | + | * |
| - | + | * [[https:// | |
| - | * [[https:// | + | ==== Configuration ==== |
| - | * [[https:// | + | * Fedora 26 |
| - | =====Configuration===== | + | * Apache 2.4 |
| - | * Fedora 26 | + | ==== Method ==== |
| - | * Apache 2.4 | + | |
| - | =====Method===== | + | |
| Failed many times eventually to find it was python2-certbot-apache that didn't work! | Failed many times eventually to find it was python2-certbot-apache that didn't work! | ||
| - | <br /> | + | |
| ./ | ./ | ||
| - | Problem on Fedora 26... python2-certbot-apache is broken so cannot be used but python3-certbot-apache works so install that.<br /> | + | Problem on Fedora 26... python2-certbot-apache is broken so cannot be used but python3-certbot-apache works so install that.\\ |
| - | <br /> | + | |
| - | < | + | <code> |
| - | < | + | wget http:// |
| - | < | + | |
| + | rpm -ivh epel-release-7-10.noarch.rpm | ||
| + | |||
| + | cd / | ||
| + | |||
| + | dnf install certbot-apache | ||
| + | </code> | ||
| + | < | ||
| + | certbot certonly --manual | ||
| + | </ | ||
| + | < | ||
| + | certbot certonly --apache -d stuartbarkley.com | ||
| + | </ | ||
| + | |||
| + | < | ||
| + | [[root@fedora letsencrypt]]# | ||
| + | Saving debug log to / | ||
| + | Obtaining a new certificate | ||
| + | Performing the following challenges: | ||
| + | tls-sni-01 challenge for stuartbarkley.com | ||
| + | |||
| + | We were unable to find a vhost with a ServerName or Address of stuartbarkley.com. | ||
| + | Which virtual host would you like to choose? | ||
| + | (note: conf files with multiple vhosts are not yet supported) | ||
| + | ------------------------------------------------------------------------------- | ||
| + | 1: ssl.conf | ||
| + | ------------------------------------------------------------------------------- | ||
| + | Press 1 [[enter]] to confirm the selection (press ' | ||
| + | |||
| + | * Invalid input ** | ||
| + | Press 1 [[enter]] to confirm the selection (press ' | ||
| + | Waiting for verification... | ||
| + | Cleaning up challenges | ||
| + | |||
| + | IMPORTANT NOTES: | ||
| + | - Congratulations! Your certificate and chain have been saved at | ||
| + | / | ||
| + | will expire on 2017-11-01. To obtain a new or tweaked version of | ||
| + | this certificate in the future, simply run certbot again. To | ||
| + | | ||
| + | | ||
| + | - If you like Certbot, please consider supporting our work by: | ||
| + | |||
| + | | ||
| + | | ||
| + | </ | ||
| - | < | ||
install_letsencrypt_ssl_certificate.1544130326.txt.gz · Last modified: 2018/12/06 21:05 by 91.177.234.129
