尝试使用OpenSSL通过AWSCLI安装多域ssl证书,这是一个Comodo PositiveSSL多域证书。
我遵循了aws教程和网络上的所有说明。我花了大约2个小时与科莫多技术支持人员合作,确保我有合适的文件等,重新颁发证书等,但仍然没有运气。
当我尝试使用此处和此处显示的命令上传时,我一直收到这个错误,但网上没有太多关于这个错误的信息。
A client error (SignatureDoesNotMatch) occurred when calling the UploadServerCertificate operation: Signature not yet current: 20150704T040234Z is still later than 20150704T032257Z (20150704T030757Z + 15 min.)
有人知道为什么会发生这种事吗?
执行
sudo ntpdate -s time.nist.gov
我试图使用Boto3从我的AWS帐户中提取RI和自动缩放的详细信息,但它给了我以下错误:
botocore.exceptions.ClientError: An error occurred (SignatureDoesNotMatch) when calling the DescribeAutoScalingGroups operation: Signature not yet current: 20170206T130536Z is still later than 20170206T130524Z (20170206T130024Z + 5 min.)
我的实例时间不正确,因此这给了我一个错误。运行以下命令修复它:
root@ip-x-x-x-x:~# sudo ntpdate -s time.nist.gov
Legit答案,检查您的计算机时间是否正确。它将解决问题。