mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-03-03 14:40:00 +01:00
no error recover on license mismatch #73
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 @ibukanov on GitHub (Mar 7, 2016).
This is similar to #2 . I am testing against own instance of boulder running at 192.168.95.14:4000. When I run
letsencrypt.sh -cfor the first time, I got an error:After I changed the config.sh to set LICENSE to point to the test server and run letsencrypt.sh -c, I got
That is, there were no attempts to try to register again after the previous failed attempt. To recover I had to delete
private_key.pem.@lukas2511 commented on GitHub (Mar 9, 2016):
also slightly related to #92