Export your public key to your webserver
This commit is contained in:
parent
9386160be5
commit
1149dde204
1 changed files with 9 additions and 0 deletions
|
@ -13,3 +13,12 @@ Use Nitrokey from new system:
|
|||
gpg --import pubkey.asc
|
||||
gpg --card-status
|
||||
```
|
||||
|
||||
Export your public key to your web server:
|
||||
|
||||
```
|
||||
$ mkdir openpgpkey
|
||||
$ gpg --list-options show-only-fpr-mbox -k keyID | /usr/lib/gnupg/gpg-wks-client -v --install-key
|
||||
```
|
||||
|
||||
Then publish to your web server. https://example.com/.well-known/openpgpkey/hu/
|
||||
|
|
Loading…
Reference in a new issue