aboutsummaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorADRN <adrien@luxeylab.net>2024-01-17 19:45:09 +0100
committerADRN <adrien@luxeylab.net>2024-01-17 19:45:09 +0100
commit5cab79badaa2bb97662889774c88e33141c4853e (patch)
tree616bd6773753acb90fa6336f3fd99e181cb120fb /content
parent5ebff4c9a46f6f18452dea23e5e3de085edf69f0 (diff)
downloadguide.deuxfleurs.fr-5cab79badaa2bb97662889774c88e33141c4853e.tar.gz
guide.deuxfleurs.fr-5cab79badaa2bb97662889774c88e33141c4853e.zip
edit pass page: set your user visibility as public
Diffstat (limited to 'content')
-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.