JZTXT
  • 首页
  • Ai
  • Java
  • Python
  • Android
  • Mysql
  • JavaScript
  • Html
  • CSS

nginx-ssl

发布时间 2023-06-11 14:28:53作者: 木林coder

阿里云ssl
https://cloud.tencent.com/developer/article/1444888?from=15425&areaSource=102001.1&traceId=hr6wuqWG00xJ9twXuLoOA

apk add openssl-dev openssl
mkdir /usr/local/nginx/conf/ssl
cd /usr/local/nginx/conf/ssl
openssl genrsa -out my.key -des3 1024
openssl req -days 3650 -x509 -sha256 -nodes -newkey rsa:1024 -keyout my.key -out my.crt

    本栏目推荐文章
  • nginx 一个域名区分pc和手机!
  • nginx启用HTTP2特性
  • nginx代理header丢失的问题
  • Nginx——配置代理-服务的代理
  • "nginx.conf" E514 : write error (file system full?)
  • 数据库 - 已成功与服务器建立连接,但在登录过程中发生错误。(提供程序:SSL提供程序,错误:0-证书链是由不受信任的颁发机构颁发的。)”asp.net core:8.0
  • YAML示例:nginx使用configmap配置并开启镜像
  • SSL/TSL 总结
  • nginx反向代理时报no resolver defined to resolve
  • Nginx长连接学习之二
版权声明:本网站为非赢利性站点,本网站所有内容均来源于互联网相关站点自动搜索采集信息,相关链接已经注明来源。
联系我们