Created
January 3, 2016 22:04
-
-
Save jaonoctus/3f85e2e8fd962c16eae0 to your computer and use it in GitHub Desktop.
Instalando certificados SSL letsencrypt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1.0. ADICIONAR ISSO AO FINAL DO ARQUIVO DE CONFIGURAÇÃO DO APACHE: | |
Alias /.well-known /home/teste/public_html/.well-known | |
2.0. TERMINAL | |
$ cd /home/USER/ | |
$ git clone https://github.com/letsencrypt/letsencrypt; cd ./letsencrypt/ | |
$ ./letsencrypt-auto certonly --email EMAIL --agree-tos --webroot --renew-by-default -w /home/USER/public_html/ -d DOMINIO --authenticator webroot | |
$ cp -f /etc/letsencrypt/live/DOMINIO/* /home/USER/ssl_certs/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment