Skip to content

Commit

Permalink
document the get-ssl hack that we need to do whenever the library upd…
Browse files Browse the repository at this point in the history
…ates
  • Loading branch information
adelikat committed Oct 30, 2023
1 parent 249b440 commit 2b4efb7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions serverscripts/get-ssl-hotfix.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
GetSSL Hotfix

Search for "checking DNS"
Scroll back up to the line reading rr=${2}
Change that line to read rr=_acme-challenge.${2}

This will force the script to specifically look for the record called _acme-challenge on our GoDaddy registrar.

Then, running sudo ./getssl tasvideos.org should cause the script to read from the correct location, so that they can verify our TXT value.

Then, certs should work again.

-- Invariel, 2023. See you again in 2025.

0 comments on commit 2b4efb7

Please sign in to comment.