我的网页nginx的SSL认证
SSL certification for my webpage nginx
我如何为我的网站进行 ssl 认证。现在它就像http。我想将其更改为 https。我该怎么做。是否可以免费,没有任何安全问题。
请有人帮助我
有可能。
请按照下面的link,它会帮助你很多。
如果您的网站有服务器并且可以访问控制台,请按照此 link 中的步骤操作
https://www.digitalocean.com/community/tutorials/how-to-secure-apache-with-let-s-encrypt-on-ubuntu-16-04.
否则您必须联系您的托管公司以提供 SSL 证书。
使用 letsencript 时不用担心,它是免费且安全的。
查看本教程 Link。提供所有安装和配置..
签出让我们加密
如果您在服务器上使用 Apache,那么这 2 个命令将轻松帮助您
# certbot installation
sudo apt-get install python-certbot-apache
#auto configure for apache
certbot --apache -d domain.com
我如何为我的网站进行 ssl 认证。现在它就像http。我想将其更改为 https。我该怎么做。是否可以免费,没有任何安全问题。
请有人帮助我
有可能。
请按照下面的link,它会帮助你很多。
如果您的网站有服务器并且可以访问控制台,请按照此 link 中的步骤操作 https://www.digitalocean.com/community/tutorials/how-to-secure-apache-with-let-s-encrypt-on-ubuntu-16-04.
否则您必须联系您的托管公司以提供 SSL 证书。
使用 letsencript 时不用担心,它是免费且安全的。
查看本教程 Link。提供所有安装和配置..
签出让我们加密
如果您在服务器上使用 Apache,那么这 2 个命令将轻松帮助您
# certbot installation
sudo apt-get install python-certbot-apache
#auto configure for apache
certbot --apache -d domain.com