Default manager has no find function - need it (or something) to get list of domains being handled #38
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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?
Sorry if I've missed this, but just can't find it in the doco.
I have GL working just fine issuing certs. Works great - thx! :)
But... would like to implement this in a configurable server where domain names can be added or removed. For this need to
find
a list of configured domains (subjects) and for those that have been removed from the server configuration by the user need to also remove from GL handling.Looking in
greenlock-manager-fs
(which appears to be the default) there is afind
function but this mysteriously disappears and is not available by referencing the object returned fromcreate
.Example code: