remove space
This commit is contained in:
parent
1149dde204
commit
c497e22309
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ Export your public key to your web server:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ mkdir openpgpkey
|
$ mkdir openpgpkey
|
||||||
$ gpg --list-options show-only-fpr-mbox -k keyID | /usr/lib/gnupg/gpg-wks-client -v --install-key
|
$ 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/
|
Then publish to your web server. https://example.com/.well-known/openpgpkey/hu/
|
||||||
|
|
Loading…
Reference in a new issue