forked from Mirrors/keyoxide-web
Adapt owncast documentation to new style
This commit is contained in:
parent
16ac9c8973
commit
8250eabc74
1 changed files with 15 additions and 5 deletions
|
@ -24,22 +24,32 @@ When not identifying your key by its fingerprint (for example, when using WKD),
|
||||||
|
|
||||||
First, edit the key (make sure to replace FINGERPRINT):
|
First, edit the key (make sure to replace FINGERPRINT):
|
||||||
|
|
||||||
`gpg --edit-key FINGERPRINT`
|
```
|
||||||
|
gpg --edit-key FINGERPRINT
|
||||||
|
```
|
||||||
|
|
||||||
Add a new notation:
|
Add a new notation:
|
||||||
|
|
||||||
`notation`
|
```
|
||||||
|
notation
|
||||||
|
```
|
||||||
|
|
||||||
Enter the notation (make sure to update with the domain of the Owncast instance):
|
Enter the notation (make sure to update with the domain of the Owncast instance):
|
||||||
|
|
||||||
`proof@metacode.biz=https://stream.example.org`
|
```
|
||||||
|
proof@metacode.biz=https://stream.example.org
|
||||||
|
```
|
||||||
|
|
||||||
Save the key:
|
Save the key:
|
||||||
|
|
||||||
`save`
|
```
|
||||||
|
save
|
||||||
|
```
|
||||||
|
|
||||||
Upload the key to WKD or use the following command to upload the key to [keys.openpgp.org](https://keys.openpgp.org) (make sure to replace FINGERPRINT):
|
Upload the key to WKD or use the following command to upload the key to [keys.openpgp.org](https://keys.openpgp.org) (make sure to replace FINGERPRINT):
|
||||||
|
|
||||||
`gpg --keyserver hkps://keys.openpgp.org --send-keys FINGERPRINT`
|
```
|
||||||
|
gpg --keyserver hkps://keys.openpgp.org --send-keys FINGERPRINT
|
||||||
|
```
|
||||||
|
|
||||||
And you're done! Reload your profile page, it should now show a verified Owncast account.
|
And you're done! Reload your profile page, it should now show a verified Owncast account.
|
||||||
|
|
Loading…
Reference in a new issue