mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
update wiki #357
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tomfun on GitHub (Jun 12, 2018).
I used certbot, and follow instructions how to import accaunt.
It is very unclear. I wanted to see there such things:
After my attempts to guess I've been banned :(
Or maybe not... who knows, I want to see some debug / verbose mode option, to understand, why I got
@lukas2511 commented on GitHub (Sep 26, 2018):
Well, the import script is kinda deprecated, that was used back when dehydrated didn't support registration itself (early 2016). If certbot hasn't change the format of their keyfiles you should get a valid key back, which you should be able to configure as
ACCOUNT_KEY.ACCOUNT_KEY_JSONcan be left empty, dehydrated will automatically try to fetch the account information and will use the path of your account key with an appended json ending.ERROR: Certificate authority doesn't allow certificate signingappears if a certain json key is missing from the CA directory. That can happen if you set a wrongCAvariable, or the CA doesn't deliver that key because signing is disabled for maintenance or whatever, or some other kind of error, maybe even a rate-limiting notice instead of the usual json dictionary, you can check that easily using something likecurl https://acme-v02.api.letsencrypt.org/directory(you should see JSON with anew-authzandnew-certkey.Sorry for the late reply, probably way too late, but I didn't want to just silently close this issue.