From 8250eabc7446493d1dd3b02f082f5d4676925631 Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Wed, 13 Jan 2021 13:43:03 +0100 Subject: [PATCH] Adapt owncast documentation to new style --- content/guides/owncast.md | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) 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.