Adapt owncast documentation to new style

This commit is contained in:
Yarmo Mackenbach 2021-01-13 13:43:03 +01:00
parent 16ac9c8973
commit 8250eabc74
No known key found for this signature in database
GPG key ID: 37367F4AF4087AD1

View file

@ -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.