阿里云服务知识点

1、阿里云负载均衡SSL证书配置(更新)

https://www.cnblogs.com/funnyzpc/p/8908461.html
https://developer.aliyun.com/ask/133985?spm=a2c6h.13159736
https://help.aliyun.com/document_detail/86456.html?spm=a2c4g.11174283.3.1.273511925Ad5J7

 

2、SSL免费证书购买和配置

阿里云服务知识点

 

 

配置:

https://help.aliyun.com/document_detail/98728.html?spm=5176.2020520163.0.0.f44056a7x27VZs

    listen 443 ssl;
    server_name  api.syhuo.net;

    ssl_certificate /data/nginx/cert/1_api.syhuo.net_bundle.crt; # 证书公钥
    ssl_certificate_key /data/nginx/cert/2_api.syhuo.net.key; # 证书私钥

    #ssl_certificate cert.pem;
    #ssl_certificate_key cert.key;

 

上一篇:Linux命令进阶篇之二


下一篇:java-当generateCertificate()时出现CertificateException