oocx / acme.net

A .net implementation of ACME (Automatic Certificate Management Environment)
MIT License
89 stars 19 forks source link

Server failure at resolver #1

Closed liuxyon closed 8 years ago

liuxyon commented 8 years ago

I am try install in IIS8.5. why show wrong ? How I do it?

using server https://acme-v01.api.letsencrypt.org/ trying to create new registration error: urn:acme:error:malformed Error creating new registration :: Validation of contact mailto:host@ongod.org f ailed: Server failure at resolver

oocx commented 8 years ago

I can't reproduce the problem. Which command line arguments did you use exactly?

liuxyon commented 8 years ago

I just only use ongod.org email address not work. change to other domain email address is work. I don't know it is why.

liuxyon commented 8 years ago

by the way, How to automatically renew certificates?

oocx commented 8 years ago

It looks like the ACME server does not accept that email address. If you need to register with that address, you could ask for help on the official Let's Encrypt support forums: https://community.letsencrypt.org/

I have not added any auto renewal features yet. I will probably add auto renewal support in a future version if it annoys me too much that I have to manually renew my own SSL certificates.