-
-
Notifications
You must be signed in to change notification settings - Fork 200
Description
I can't create a wildcard certificate for my domain. but it works for non-wildcard.
this works in LE_PROD
New-PACertificate 'eeldivad.net' -AcceptTOS -Contact $email
this fails in LE_PROD
New-PACertificate '*.eeldivad.net' -AcceptTOS -Contact $email
Exception: C:\Program Files\WindowsPowerShell\Modules\Posh-ACME\4.24.0\Public\New-PACertificate.ps1:256
Line |
256 | Submit-ChallengeValidation
| ~~~~~~~~~~~~~~~~~~~~~~~~~~
| Domain not found for _acme-challenge.eeldivad.net
this works in LE_STAGE
New-PACertificate '*.eeldivad.net' -AcceptTOS -Contact $email
Not sure why, but I had just transferred the domain from godaddy to name.com yesterday since goaddy drop support for api. all looks good and i verified the new name servers at name.com are working properly when I make changes there. Any idea why I can't create cert for *.eeldivad.net in LE_PROD but I can create the cert for eeldivad.net?
I am using the latest powershell 7.4.3 and posh-acme 4.24.0