Skip to content

Commit

Permalink
docs: fix note visibility on gpg 2.4+ usage (#29647)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartens committed Jun 13, 2024
1 parent 6ab087c commit d1aea9f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/usage/self-hosted-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -968,10 +968,14 @@ uid Renovate Bot <renovate@whitesourcesoftware.com>
sub rsa4096 2021-09-10 [E]
```

</details>
<!-- prettier-ignore -->

!!! note
If you use GnuPG `v2.4` (or newer) to generate the key, then you must disable `AEAD` preferences.
This is needed to allow Renovate to decrypt the encrypted values.
If you use GnuPG `v2.4` (or newer) to generate the key, then you must disable `AEAD` preferences.
This is needed to allow Renovate to decrypt the encrypted values.

<details><summary>key edit log</summary>

```bash
❯ gpg --edit-key renovate@whitesourcesoftware.com
Expand Down

0 comments on commit d1aea9f

Please sign in to comment.