-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Description
After hours of wrangling around this error:
acme-client: transfer buffer: [{ "type": "urn:acme:error:unauthorized", "detail": "No registration exists matching provided key", "status": 403 }] (120 bytes)
I have found https://www.mail-archive.com/misc@openbsd.org/msg158174.html which provided sequence of actions that allowed to obtain cert. Not sure why requested-delete-request again was necessary, but it worked.
On the sidenote, first two snippets of code provided at Install :: Let's encrypt section don't quite work:
sed -i -e "s|^$(echo -e "\t")tls|$(echo -e "\t")#tls|" \
-e "/# (!) TLS/ s|listen on \$IP tls port https|listen on ::1 port http|" \
/etc/httpd.confreturns bash: !: event not found. Not a regexp guru, but it seems like ! should be escaped.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels