diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-12-24 11:17:32 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-12-24 11:17:32 -0300 |
commit | 899fba69164463bbf1898b3a3eea2e8010163ecf (patch) | |
tree | 4e10273634ce938bb846dc2de9193f0bb262a851 | |
parent | f6e39ff2a88fb621612598297e8d3cf08eb77988 (diff) | |
download | padrao-899fba69164463bbf1898b3a3eea2e8010163ecf.tar.gz padrao-899fba69164463bbf1898b3a3eea2e8010163ecf.tar.bz2 |
-rw-r--r-- | docs/keys.md | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/docs/keys.md b/docs/keys.md index 09ee5d3..188037f 100644 --- a/docs/keys.md +++ b/docs/keys.md @@ -16,9 +16,9 @@ Proceda então com a [configuração do ambiente de trabalho administrativo](/in # Inicializando keyringer $HYDRA init $FOLDER/conf/keyring -### Gerando chaves https +### Gerando chaves HTTPS -Gerar chaves e certificados SSL auto-assinados é simples: +Gerar chaves e certificados TLS/SSL auto-assinados é simples: # Gerando chaves para https keyringer $HYDRA genpair ssl-self ssl/$DOMAIN $DOMAIN @@ -143,6 +143,22 @@ Hashes para `htpasswd` são descritos [aqui](http://sarava.fluxo.info/Ajuda/Prot Vide [Chave OpenPGP de Coletivo](role). +## Cerbot + +O [Certbot][] permite a gestão automatizada de certificados TLS/SSL. + +Ele possui uma [extensa documentação][certbot-docs], e aqui serão indicados +apenas alguns procedimentos específicos. + +### Removendo certificados + +Para remover um certficado antigo, use: + + certbot delete --cert-name $DOMAIN + +[Certbot]: https://certbot.eff.org/ +[certbot-docs]: https://eff-certbot.readthedocs.io/ + ## Referências * [Using ssh-agent with ssh](http://mah.everybody.org/docs/ssh). |