Wildcard Powershell Help

I’m trying to start from scratch using Powershell in order to generate a wildcard cert.

I ran the following:
Initialize-ACMEVault -BaseURI https://acme-v02.api.letsencrypt.org/directory
then
New-ACMERegistration -Contacts mailto:email@domain.com -AcceptTos

I got htis error.
New-ACMERegistration : Missing initial replay-nonce header

How am I supposed to set this up if I can’t register? I’m really confused on how to use the v2 with powershell / ACMEVault.

I don’t think ACMESharp has been updated to ACME v2.

https://github.com/ebekker/ACMESharp/issues/260

You can’t just point it at the v2 endpoint using the v1 protocol, because the changes are not backwards compatible.

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.