Skip to content

Commit

Permalink
improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
timglabisch committed Jan 11, 2024
1 parent d871665 commit 80134a6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,12 @@ example:
without pgp: ./.vault/private_keys/[username].pem
with pgp: ./.vault/private_keys/[username].pem.pgp

list your keys: `gpg --list-keys`

```
gpg --trust-model always --encrypt --recipient "[YOUR_KEY]" -o ./.vault/private_keys/[USERNAME].pem.pgp ./.vault/private_keys/USERNAME.pem
```

# Mocking vault calls / Integrationtests

if you want to test vault in ci environments, it is good to make sure that a certain secret would be there, even if you don't want to expose the secret.
Expand Down

0 comments on commit 80134a6

Please sign in to comment.