grindsa / acme2certifier

library implementing ACME server functionality
GNU General Public License v3.0
173 stars 36 forks source link

allowed_domainlist and the mscertsrv_ca_handler.py #160

Closed gbit-is closed 6 months ago

gbit-is commented 6 months ago

I wanted the allowed_domainlist functionality avaivable in some other handlers for the mscertsrv handler, so I implemented it by copy pasting the functionality from the "acme_ca_handler.py" to it.

Is this something that you would want ? If so, it would be no issue to do a pull/merge request but if this is of no interest, then no need to waste time on that :)

grindsa commented 6 months ago

Hi,

PRs are always welcome... Please raise against devel branch...

/G.

gbit-is commented 6 months ago

Cool, I have done so :)