Skip to content

Commit

Permalink
Update setup-ssl.md
Browse files Browse the repository at this point in the history
  • Loading branch information
drylian committed Dec 19, 2023
1 parent cde940a commit 3f8c9b2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/3 - Jexactyl/3 - Servidor Web/setup-ssl.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,12 @@ certbot certonly --apache -d example.com
# Use isso se nenhum dos dois funcionar. Certifique-se de parar seu servidor web primeiro ao usar este método.
certbot certonly --standalone -d example.com
```

***
### Finalizando

Após a conclusão da criação dos certificados, execute o comando a seguir para encerrar o Certbot. Nas versões mais recentes do Certbot, ele não encerra automaticamente após gerar o certificado, o que pode resultar em problemas ao iniciar o nginx/apache, já que o Certbot utiliza a porta 80 durante o funcionamento.

```bash
sudo systemctl stop certbot.timer
```

0 comments on commit 3f8c9b2

Please sign in to comment.