Skip to content

Commit

Permalink
doc key gpg
Browse files Browse the repository at this point in the history
  • Loading branch information
wallanpsantos committed Nov 13, 2024
1 parent 4939f6e commit 7e80336
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions documentation/gerar_chave_GPG.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@ detalhados para garantir que seus commits estejam assinados e autenticados corre
2. **Configurar Cache de Senha do Agente GPG**:
- Edite o arquivo `~/.gnupg/gpg-agent.conf`:

```bash
nano ~/.gnupg/gpg-agent.conf
```

Cole o código abaixo:

```plaintext
default-cache-ttl 3600
max-cache-ttl 36000
Expand Down

0 comments on commit 7e80336

Please sign in to comment.