JWS由尝试获取证书时服务器不支持的公钥签名

问题描述

我正在尝试使用Certbot为IIS服务器获取证书。但是我不断收到这个错误

[31mAn unexpected error occurred:[0m
[31mThe JWS was signed by a public key the server does not support :: sa.StorageAuthority.KeyBlocked timed out after 5004 ms[0m

日志文件包含以下内容

acme.messages.Error: urn:ietf:params:acme:error:badPublicKey :: The JWS was signed by a public key the server does not support :: sa.StorageAuthority.KeyBlocked timed out after 5004 ms
2020-08-24 10:44:04,564:ERROR:certbot._internal.log:An unexpected error occurred:
2020-08-24 10:44:04,564:ERROR:certbot._internal.log:The JWS was signed by a public key the server does not support :: sa.StorageAuthority.KeyBlocked timed out after 5004 ms

Google搜索使我无处可去...真是个奇怪的错误...

解决方法

遇到同样的错误 letencrypt 服务器处于维护模式时出现此问题 因为,当我再次尝试获取证书时,他遇到了下一个错误:

acme.messages.Error: urn:acme:error:serverInternal :: 服务器遇到内部错误 :: 服务因维护而关闭或出现内部错误。查看https://letsencrypt.status.io/了解更多详情。

等几分钟我有证书:)