From 15224ec13fa719176a89461110b7edcf9313328a Mon Sep 17 00:00:00 2001 From: Nathan Fisher Date: Sat, 20 May 2023 19:21:58 -0400 Subject: [PATCH] New post with instructions for creating client certs --- content/gemlog/re_hello_others.gmi | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 content/gemlog/re_hello_others.gmi diff --git a/content/gemlog/re_hello_others.gmi b/content/gemlog/re_hello_others.gmi new file mode 100644 index 0000000..611d4b6 --- /dev/null +++ b/content/gemlog/re_hello_others.gmi @@ -0,0 +1,28 @@ +Meta( + title: "Re Hello others", + summary: None, + published: Some(Time( + year: 2023, + month: 5, + day: 20, + hour: 23, + minute: 20, + second: 43, + )), + tags: [ + "certificates", + "lagrange", + "bubble", + ], +) +--- +Textmonger writes: +> Definitely slick. But I'm not understanding how to join an instance per this help: + +``` +> Navigate to the capsule front page and activate a client +> certificate to create a new account. +``` +Your client must present a certificate and then Bubble will present a registration link. I can see how that might not be entirely clear from just those instructions. If you are using Lagrange on desktop, navigate to the Bubble instance, look for the "Identity" menu in the menu bar at the top and select the option "New Identity for Domain". Create your certificate and refresh the page. If you're using Lagrange on Mobile you won't have a menu bar, but you'll have a toolbar. Look for the person icon and click on it to get the same menu as above. Other clients will have other ways of adding client certificates. Some clients might not have support for them, although it is in the Gemini spec. + +Anyway, good luck! \ No newline at end of file