We have an internal PKI infrastructure and a private ACME server for generating certificates for private DNS names (e.g. mycompany.internal).
"Sub zones" are managed in a decentralized way (i.e. permissions for domain1.mycompany.internal are delegated to Team A, domain2.mycompany.internal is delegated to Team B, etc.)
We'd like to enable DNS challange for generating certificates.
Looking at Posh-ACME's Azure DNS plugin, it looks like only public DNS zones are supported. (In Azure, Public and Private DNS feel almost identical but use different resource types (Microsoft.Network/dnszones vs. Microsoft.Network/privateDnsZones).
It would be great to see support for private DNS zones in Posh ACME (either in the current plug-in or a dedicate one)...
We have an internal PKI infrastructure and a private ACME server for generating certificates for private DNS names (e.g.
mycompany.internal)."Sub zones" are managed in a decentralized way (i.e. permissions for
domain1.mycompany.internalare delegated to Team A,domain2.mycompany.internalis delegated to Team B, etc.)We'd like to enable DNS challange for generating certificates.
Looking at Posh-ACME's Azure DNS plugin, it looks like only public DNS zones are supported. (In Azure, Public and Private DNS feel almost identical but use different resource types (
Microsoft.Network/dnszonesvs.Microsoft.Network/privateDnsZones).It would be great to see support for private DNS zones in Posh ACME (either in the current plug-in or a dedicate one)...