Strumenti Utente

Strumenti Sito


documentazione_3di_riservata:manuali_sysadmin:letsencrypt

Differenze

Queste sono le differenze tra la revisione selezionata e la versione attuale della pagina.

Link a questa pagina di confronto

Entrambe le parti precedenti la revisioneRevisione precedente
Prossima revisione
Revisione precedente
documentazione_3di_riservata:manuali_sysadmin:letsencrypt [2019/05/20 16:16] – [Downloading the Let’s Encrypt client] epapakronidocumentazione_3di_riservata:manuali_sysadmin:letsencrypt [Data sconosciuta] (versione attuale) – eliminata - modifica esterna (Data sconosciuta) 127.0.0.1
Linea 1: Linea 1:
-====== Introduction ====== 
- 
- 
-This document will list on how to install Let’s Encrypt SSL on CentOS 7 Running Apache Web Server 
- 
-PS : Please replace example.com with your valid domain name which is mapped with your server 
- 
-We will install following dependencies in order to make Let’s Encrypt SSL work: 
- 
-    epel-release 
-    mod_ssl 
-    python-certbot-apache 
- 
-===== Installing dependent modules ===== 
- 
- 
-''yum install epel-release mod_ssl'' 
- 
-==== Downloading the Let’s Encrypt client ==== 
- 
- 
-''yum install python-certbot-apache'' 
- 
-=== Setting up the SSL certificate === 
- 
- 
-Certbot will handle the SSL certificate management quite easily, it will generate a new certificate for provided domain as a parameter. 
- 
-In this case, example.com will be used as the domain for which the certificate will be issued: 
- 
-<code xml>certbot --apache -d example.com</code> 
- 
-If you want to generate SSL for multiple domains or subdomains, please run this command: 
- 
-<code xml>certbot --apache -d example.com -d www.example.com</code> 
- 
-**PS : IMPORTANT! The first domain should be your base domain, in this sample it’s example.com 
-Setting up auto renewal of the certificate** 
- 
-== Create new cron job for automatic renewal == 
- 
- 
-This job can be safely scheduled to run every Monday at midnight: 
- 
-''crontab -e'' 
-  
-''0 0 * * 1 /usr/bin/certbot renew >> /var/log/sslrenew.log'' 
  
/data/attic/documentazione_3di_riservata/manuali_sysadmin/letsencrypt.1558361780.txt.gz · Ultima modifica: 2019/05/20 16:16 da epapakroni