User Tools

Site Tools


install_letsencrypt_ssl_certificate

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
install_letsencrypt_ssl_certificate [2018/12/06 21:05] – created 91.177.234.129install_letsencrypt_ssl_certificate [2019/01/30 11:32] (current) – external edit 127.0.0.1
Line 1: Line 1:
-====== Install_LetsEncrypt_SSL_certificate ====== +  *  [[https://www.tecmint.com/install-lets-encrypt-ssl-certificate-to-secure-apache-on-rhel-centos/|Installing lets-encrypt ssl on CentOS]] 
- +  *  [[https://certbot.eff.org/#fedora24-apache|cerbot's page with manual installation help]] 
-  [[https://www.tecmint.com/install-lets-encrypt-ssl-certificate-to-secure-apache-on-rhel-centos/|Installing lets-encrypt ssl on CentOS]] +==== Configuration ==== 
-  * [[https://certbot.eff.org/#fedora24-apache|cerbot's page with manual installation help]] +  *  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 />+
 ./letsencrypt-auto --apache -d stuartbarkley.com ./letsencrypt-auto --apache -d stuartbarkley.com
  
-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>0@@</code> +<code> 
-<code>1@@</code> +wget http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-10.noarch.rpm 
-<code>2@@</code>+ 
 +rpm -ivh epel-release-7-10.noarch.rpm 
 + 
 +cd /usr/local/letsencrypt 
 + 
 +dnf install certbot-apache 
 +</code
 +<code> 
 +certbot certonly --manual  --dry-run -d stuartbarkley.com 
 +</code> 
 +<code> 
 +certbot certonly --apache -d stuartbarkley.com 
 +</code> 
 + 
 +<code> 
 +[[root@fedora letsencrypt]]# certbot certonly --apache -d stuartbarkley.com 
 +Saving debug log to /var/log/letsencrypt/letsencrypt.log 
 +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                                             | HTTPS | Enabled 
 +------------------------------------------------------------------------------- 
 +Press 1 [[enter]] to confirm the selection (press 'c' to cancel): 
 + 
 +    *  Invalid input ** 
 +Press 1 [[enter]] to confirm the selection (press 'c' to cancel): 1 
 +Waiting for verification... 
 +Cleaning up challenges 
 + 
 +IMPORTANT NOTES: 
 + - Congratulations! Your certificate and chain have been saved at 
 +   /etc/letsencrypt/live/stuartbarkley.com/fullchain.pem. Your cert 
 +   will expire on 2017-11-01. 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 
 +</code>
  
-<code>3@@</code> 
install_letsencrypt_ssl_certificate.1544130326.txt.gz · Last modified: 2018/12/06 21:05 by 91.177.234.129

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki