add concrete examples
This commit is contained in:
parent
c69923f104
commit
1e9a538be9
1 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ To perform the check, you need another communication channel (ideally physically
|
||||||
Once you trust someone, sign its key:
|
Once you trust someone, sign its key:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
gpg --edit-key email@example.com
|
gpg --edit-key quentin@deuxfleurs.fr
|
||||||
# or
|
# or
|
||||||
gpg --edit-key E9602264D639FF68
|
gpg --edit-key E9602264D639FF68
|
||||||
# gpg> lsign
|
# gpg> lsign
|
||||||
|
@ -81,7 +81,7 @@ Download the repository:
|
||||||
```
|
```
|
||||||
mkdir -p ~/.password-store
|
mkdir -p ~/.password-store
|
||||||
cd ~/.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:
|
And then check that everything work:
|
||||||
|
|
Reference in a new issue