wrenix.eu/content/2023-05-pass.md
2023-06-22 22:48:59 +02:00

12 lines
No EOL
250 B
Markdown

+++
title = "Passwordmanager mit GPG-Key"
template = "page.html"
date = 2023-05-18T13:37:00Z
+++
```
pass init 0x7AFDB012974B1BB5
pass edit dev/codeberg.org
git remote add origin git@codeberg.org:wrenix/password-store.git
git push -u origin main
```