fszlin / certes

A client implementation for the Automated Certificate Management Environment (ACME) protocol
MIT License
552 stars 122 forks source link

IAuthorizationContext.Http().Result returns Nothing if OrderName starts with wildcard #326

Closed engahmedtaha closed 6 months ago

engahmedtaha commented 6 months ago

IChallengeContext IChallengeContext1 = authz.Http().Result returns Nothing only if OrderName starts with wildcard "*.example.com" but IChallengeContext IChallengeContext1 = authz.Dns().Result retuns valid result

engahmedtaha commented 6 months ago

sorry wildcard needs Dns validate