我是一个新的Aws和我托管一个网站在Aws通过cname(a.mysite.com)将指向网站(point.com)。我的a.mysite.com有一个从aws发出的证书,我怎么能把证书附加到a.mysite.com,使之成为https。
解决方案:
你不能在DNS级别安装自定义SSL证书。为了让你的终端安全地使用SSL服务,你需要在网络服务器(vhost)上安装这些证书。你可以参考以下的参考资料来安装。
Apache2
https:/www.digicert.comkbcsr-ssl-installationubuntu-server-with-apache2-openssl.htm
Nginx
https:/www.digicert.comkbcsr-ssl-installationnginx-openssl.htm