diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-04-19 14:41:03 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-04-19 14:41:03 +0200 |
commit | 1e9a538be9f8496fd6241f010a4648a06200b125 (patch) | |
tree | ae966621efb1aac273ec03b4da1f5b7c6f18b934 /op_guide | |
parent | c69923f104a05920b6f4d285f70af1494e363eac (diff) | |
download | infrastructure-1e9a538be9f8496fd6241f010a4648a06200b125.tar.gz infrastructure-1e9a538be9f8496fd6241f010a4648a06200b125.zip |
add concrete examples
Diffstat (limited to 'op_guide')
-rw-r--r-- | op_guide/secrets/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/op_guide/secrets/README.md b/op_guide/secrets/README.md index 0116f90..e3687d1 100644 --- a/op_guide/secrets/README.md +++ b/op_guide/secrets/README.md @@ -45,7 +45,7 @@ To perform the check, you need another communication channel (ideally physically Once you trust someone, sign its key: ```bash -gpg --edit-key email@example.com +gpg --edit-key quentin@deuxfleurs.fr # or gpg --edit-key E9602264D639FF68 # gpg> lsign @@ -81,7 +81,7 @@ Download the repository: ``` mkdir -p ~/.password-store cd ~/.password-store -git clone https://git.example.com/org/repo.git deuxfleurs +git clone git@git.deuxfleurs.fr:Deuxfleurs/secrets.git deuxfleurs ``` And then check that everything work: |