diff --git a/content/guides/owncast.md b/content/guides/owncast.md index 4a7ea06..2b001a5 100644 --- a/content/guides/owncast.md +++ b/content/guides/owncast.md @@ -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): -`gpg --edit-key FINGERPRINT` +``` +gpg --edit-key FINGERPRINT +``` Add a new notation: -`notation` +``` +notation +``` 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` +``` +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): -`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.