aboutsummaryrefslogtreecommitdiff
path: root/content/operations
diff options
context:
space:
mode:
Diffstat (limited to 'content/operations')
-rw-r--r--content/operations/pass.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/content/operations/pass.md b/content/operations/pass.md
index b68c783..019e4c7 100644
--- a/content/operations/pass.md
+++ b/content/operations/pass.md
@@ -47,13 +47,15 @@ Get the `<hexa_of_your_gpg_key>`, which you can get with `gpg --list-keys --keyi
It's in the format `0x0123456789ABCDEF`.
Beware to take the key of your main key (line begins with `pub`, not with `sub`).
-Add your key address to the `Import keys` section of the repo's `README.md`:
+* Add your key address to the `Import keys` section of the repo's `README.md`:
```
curl https://git.deuxfleurs.fr/<your_gitea_username>.gpg | gpg2 --import # <hexa_of_your_gpg_key>
```
-Also add your `<hexa_of_your_gpg_key>` to the `.gpg-id` file.
+* Also add your `<hexa_of_your_gpg_key>` to the `.gpg-id` file.
+
+* In [your Gitea settings](https://git.deuxfleurs.fr/user/settings), ensure your User visibility is `Public`.
Now `git commit/pull/push`, and tell yo' friends that you're all set.