19 lines
315 B
Markdown
19 lines
315 B
Markdown
+++
|
|
title = "Passwordmanager mit GPG-Key"
|
|
date = "2023-05-18"
|
|
template = "blog/page.html"
|
|
|
|
[taxonomies]
|
|
authors = ["me"]
|
|
#tags = [
|
|
# "gpg",
|
|
# "desktop"
|
|
#]
|
|
+++
|
|
|
|
```
|
|
pass init 0x7AFDB012974B1BB5
|
|
pass edit dev/codeberg.org
|
|
git remote add origin git@codeberg.org:wrenix/password-store.git
|
|
git push -u origin main
|
|
```
|