当前位置:网站首页>Alibaba cloud deploys SSL certificates
Alibaba cloud deploys SSL certificates
2022-07-24 08:14:00 【Sock is a dog】
Console finds deployable SSL certificate download nginx edition
To the server Put the certificate in the specified directory The main record here is nginx server To configure
server {
# SSL configuration
#
listen 443 ssl;
listen [::]:443 ssl;
ssl on;
ssl_certificate cert/6837488_xxxx.com.pem; # take domain name.pem Replace with the file name of your certificate .
ssl_certificate_key cert/6837488_xxxx.com.key; # take domain name.key Replace with the key file name of your certificate .
ssl_session_timeout 5m;
ssl_ciphers ECDHE-RSA-AES128-GCM-SHA256:ECDHE:ECDH:AES:HIGH:!NULL:!aNULL:!MD5:!ADH:!RC4; # Use this encryption suite .
ssl_protocols TLSv1 TLSv1.1 TLSv1.2; # Use this protocol for configuration .
ssl_prefer_server_ciphers on;
root /var/www/html;
index index.html index.htm index.nginx-debian.html;
server_name www.xxx.com xxx.com;
location / {
proxy_pass http://127.0.0.1:3000;
}
}
边栏推荐
- Installation and use of CONDA
- warning: could not execute support code to read Objective-C class data in the process.
- Kotlin coroutine (II): scope and cancellation
- mysql update 使用case when根据某一字段的值,更新另一字段的值
- Figure New Earth: how to import CAD files with modified elevation datum (ellipsoid)
- P1739 expression bracket matching problem solution
- Wechat payment V3 version of openresty implementation and pit avoidance Guide (service side)
- Anaconda cannot shut down the method of forced shutdown
- [Game Collection] mobile phones are about to burst, and a collection of six high-quality pyGame games is coming ~ (source code attached)
- [interview] Why do you need foreach with the for cycle?
猜你喜欢

Robot operation continuous learning thesis (1) original text reading and Translation -- primitive generation strategy learning without catastrophic forgetting in robot operation

Why is knowledge base important? This is the best answer I've ever heard

Super simple countdown code writing

Kotlin coprocess analysis (III) -- understanding the context of coprocess

Kubernetes: (I) basic concepts

Qt|字符串生成二维码功能

Intelligent robots and intelligent systems (Professor Zheng Zheng of Dalian University of Technology) -- 1. robots and mobile robots

JSON extractor use in JMeter

MySQL --- 子查询 - 标量子查询
![[matlab] (III) application of MATLAB in Higher Mathematics](/img/ff/72b13fb597d5bdf3a989dd86cb6888.png)
[matlab] (III) application of MATLAB in Higher Mathematics
随机推荐
Several development frameworks based on openresty
Svg from entry to regret, why not learn it earlier (graphic version)
Learning to track at 100 FPS with deep progression networks
Intelligent robots and intelligent systems (Professor Zheng Zheng of Dalian University of Technology) -- 2. Mobile Robot Perception
POJ3278抓住那头牛题解
*Code understanding *numpy basic (plus code) that must be understood
Code=6 'The connection has timed out unexpectedly
nacos报错: ERROR Nacos failed to start, please see D:\nacos\logs\nacos.log for more details.
EZDML逆向工程导入数据库分析实操教程
加密熊市:有人大举扩张 有人裁员收缩
Intelligent robots and intelligent systems (Professor Zhengzheng of Dalian University of Technology) -- 3. Industrial robots
Decision tree - ID3, C4.5, cart
Vidar-Team战队专访:AS WE DO, AS YOU KNOW.
Markdown basic grammar learning
[database] complete SQL statement
Kotlin coroutine (II): scope and cancellation
rbm 对比散度
Database system - Basic Concepts
Assembly | screen display numbers
SVG 从入门到后悔,怎么不早点学起来(图解版)