申明,内容为我本人原创,未经许可请勿转载 .更多内容 微信公众号:卢卫湘
Chrome 显示 err_cert_authority_invalid 的处理方式
AlphaSSL Chrome err_cert_authority_invalid soluation
SSL 证书改为 AlphaSSL 的泛域名证书,今天突然发现用 chrome 访问会报err_cert_authority_invalid错误,网上找了一下,解决办法就是,粘贴下面的证书放在crt 文件的后面。
imgu1.lwxshow.com//www/2017/05/alphassl-chrome-error1.png
首先我们要下载证书:
下载地址为:https://www.alphassl.com/support/install-root-certificate.html打开后,将里面的内容 复制到你的 domain.com_local.pem后面就行了. 我的是lwxshow.com_local.pem
在最底部下面 空一行
然后复制root.txt里面所有的内容,就可以了.重启下你的web服务器apache/nginx/tomcat就行了.
本人原创博客文章地址:https://lwxshow.com/post/8581.html