0

I have an ssl certificate(in GoDaddy) which I key for a domain api.example.com. I import it into aws using its certification manager. While doing so, I am seeing the domain it is detecting to be example.com, www.example.com

enter image description here

What exactly am I doing wrong? or there is some issue with aws certificate manager.

4

1 回答 1

0

我打电话给 GoDaddy 支持,发现默认情况下它会选择我拥有的域名。因此,在重新生成密钥时,需要明确提及域名。

执行此操作的步骤如下:

  1. 通过单击展开更改您的证书保护的站点部分。取消选中“更改为托管域”框。它应该如下所示 在此处输入图像描述
  2. 保存并提交,等待它生成证书。
  3. 下载证书并使用命令检查主题备用名称:字段。

    openssl x509 -in certificateName.crt -text -noout
    
于 2018-04-13T10:38:52.170 回答