缩写:HTTPS,常称为 HTTP over TLS,HTTP over SSL 或 HTTP Secure)是一种网络安全传输协议。
windowsiisubuntulinuxhttps 利用certbot工具配置Let’s encrypt通配符证书,所域名下所有的子域名都能方便的使用 https证书,而且完全免费。值得关注的是,Let’s encrypt通配符证书只是针对二级域名,并不能针对主域名,如*.hubinqiang.com和hubinqiang.com 被认为是两个域名,如果和我一样使用的是主域名,在申请的时候需要...
letsencrypt通过访问你服务器上生成的一个随机文件来验证你的域名,所以再使用cerbot脚本之前,首先需要确保要能够通过你的域名直接访问到.well-known目录,如果你讲随机文件放倒/var/www/server/challenges可以这样配置nginx。 代码语言:javascript 复制 server{server_name www.yoursite.com yoursite.com;location^~/.well...
Windows Server 2016+ Internet Information Services (IIS) .Net Framework 4.8+ Command-Line Usage Open this utility's profile file to see additional options available. It is usually located in the same folder as 'GetCert2.exe' and has the same name with '.config' added (see 'GetCert2.exe...
server{listen443ssl http2;#...ssl_certificate/ssl/51jiejue/cert.pem;ssl_certificate_key/ssl/51jiejue/key.pem;#...} 如何将证书转换成IIS站点用的pfx格式证书: 复制复制 复制 cd/root/.acme.sh/www.51jiejue.com openssl pkcs12...