Certes LetsEncrypt客户端-无法创建新帐户

时间:2018-11-21 15:06:12

标签: asp.net-core lets-encrypt

我有这个非常简单的代码

var acmeContext = new AcmeContext(WellKnownServers.LetsEncryptV2);
await acmeContext.NewAccount(certesAcmeAccountConfiguration.AccountName, true);

并且失败

  

发生ACME异常Certes.AcmeRequestException:无法加载   来自“ https://acme-v02.api.letsencrypt.org/acme/new-acct”的资源。   urn:ietf:params:acme:error:格式错误:在将JSON编组错误   Certes.Acme.IAcmeHttpClientExtensions.Post [T](IAcmeHttpClient客户端,   Uri uri,对象有效负载,布尔值(确保(SuccessStatusCode)在)   Certes.Acme.AccountContext.NewAccount(IAcmeContext上下文,帐户   正文,布尔值(ensureSuccessStatusCode)在   Certes.AcmeContext.NewAccount(IList`1 contact,Boolean   termsOfServiceAgreed)

任何想法我在做什么错吗?

0 个答案:

没有答案