当前位置:网站首页>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;
}
}
边栏推荐
- Digital twin demonstration project -- Talking about simple pendulum (3) solid model exploration
- Qt|字符串生成二维码功能
- DGL库中一些函数或者方法的介绍
- [Google play access] payment server token acquisition
- 【线性代数】深入理解矩阵乘法、对称矩阵、正定矩阵
- *Code understanding *numpy basic (plus code) that must be understood
- P1135 奇怪的电梯题解
- Avoid pitfalls and stay away from PUA in the workplace. You need to know the common routines and scripts of PUA!
- Crypto bear market: some people expand on a large scale, some layoffs shrink
- Learning dynamic Siamese network for visual object tracking full text translation
猜你喜欢

*Code understanding * common function parsing in pytoch

Database system - Basic Concepts

JSON extractor use in JMeter

Database | simple hospital patient appointment system based on opengauss

Learning to track at 100 FPS with deep progression networks

The code is tired. Stop and enjoy the top color matching~

【游戏合集】手机都要被塞爆了,6款优质Pygame游戏合集降临~(附源码)
![[Google play access] payment server token acquisition](/img/c6/d095ea2b88a11bf6b4bdd80499932c.png)
[Google play access] payment server token acquisition
![[MySQL] installation tutorial and master-slave configuration](/img/79/0ad3f68b69a0a03a62422d4cc70035.png)
[MySQL] installation tutorial and master-slave configuration

Solve the problem that Anaconda navigator cannot be opened
随机推荐
Perceptron and multilayer neural network, back propagation and computational graph
栈/堆/队列刷题(下)
33 introduction to sparksql, dataframe and dataset
Opencv project practice - credit card recognition
EZDML逆向工程导入数据库分析实操教程
13. Unity2d horizontal version of two-way platform that can move up, down, left and right (two-way walking + movable + independent judgment) + random platform generation
P1305新二叉树题解
Workspace creation
Cmake binary installation
P1135 strange elevator problem solution
*Project recurrence * project implementation of thesis based on contextbasedemotionrecognitionusingematicdataset
A Knight‘s Journey题解
Several development frameworks based on openresty
【游戏合集】手机都要被塞爆了,6款优质Pygame游戏合集降临~(附源码)
Autojs article proficient in detailed explanation of autojs script tutorial
Thesis reading: geotransformer
News topic classification task -- tochtext library for text classification
[linear algebra] deeply understand matrix multiplication, symmetric matrix, positive definite matrix
生成模型与判别模型
NFT是什么?一篇文章搞懂NFT的概念