From 95653d4981aaf4280079f0db6653927ee5366559 Mon Sep 17 00:00:00 2001 From: Jake Gold Date: Wed, 21 Feb 2024 20:49:10 -0800 Subject: [PATCH] pdsadmin/account: little fixups --- pdsadmin/account.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdsadmin/account.sh b/pdsadmin/account.sh index 07cbfdc..d834709 100644 --- a/pdsadmin/account.sh +++ b/pdsadmin/account.sh @@ -82,7 +82,7 @@ elif [[ "${SUBCOMMAND}" == "create" ]]; then fi # Wait for the TLS certificate to be issued. - HANDLE_WELLKNOWN_URL="https://${handle}/.well-known/atproto-did" + HANDLE_WELLKNOWN_URL="https://${HANDLE}/.well-known/atproto-did" echo "* Obtaining TLS certificate" while true; do echo "Requesting ${HANDLE_WELLKNOWN_URL}"