Ryan Bolger

Results 203 comments of Ryan Bolger

Hey @Uneven6424, thanks for reaching out. I wasn't aware GoDaddy even had an ACME endpoint for their CA. Is it free? Or does it require having an account you're already...

The blank `expires` field is definitely the problem. It looks like their ACME server isn't quite following the spec properly. The order object being returned by the `Get-PAOrder -Refresh` command...

I added a workaround to the dev branch that should theoretically fix the problem for you. I'm essentially using the `notAfter` field as a fake `expires` field if it exists...

If you already have an order with the empty `expires` field, you might need to do a `Get-PAOrder -Refresh` to re-get the details from the server and populate the expires...

Can you do another one of these tests and post the output from that order? I added a `Format-List` to the end so we can see the full list of...

Nice, @Tim81. Just to link the two, the PR is over in #623

Plugin is live in 4.29.0

Thanks for the reminder. Totally forgot to build the updated doc site.

Hi @DrKrapfen, thanks for the links. This doesn't look too bad. I'll see what I can do.