réplica de
https://github.com/therootcompany/greenlock.js.git
sincronizado 2025-07-01 21:56:31 +00:00
Default manager has no find function - need it (or something) to get list of domains being handled #38
Carregando…
x
Criar uma nova questão referindo esta
Bloquear um utilizador
Nenhuma descrição fornecida.
Eliminar o ramo "%!s()"
Eliminar um ramo é algo permanente. Embora o ramo eliminado possa continuar a existir por um breve período de tempo antes de ser realmente removido, a operação NÃO PODERÁ ser desfeita na maioria dos casos. Quer continuar?
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: