当前位置:网站首页>LiteSpeed Web服务器中安装SSL证书
LiteSpeed Web服务器中安装SSL证书
2022-07-28 10:48:00 【51CTO】
在控制面板环境中,LSWS将读取Apache配置。只要您在Apache配置中正确设置了SSL证书,LSWS就应该以相同的方式工作。
在LSWS(本机)或使用OpenLiteSpeed时,您需要在LSWSWebAdmin配置中设置SSL证书设置。假设您已经获得SSL证书 [1](WoTrus),此wiki解释了如何执行此操作。
创建一个443列表器
创建一个将Secure设置为的侦听器Yes。SSL的官方端口是443,但也可以使用其他端口。

打开WoTrus选择nginx文件夹证书

选择.pem(crt)、key(根据一下图片上传)

最后就可以确定是否可以访问
在线 SSL 检查器
您还可以使用在线 SSL 检查器(例如Qualys SSL Server Test)来验证 SSL 证书的设置。
OpenSSL 命令行
或者,您可以使用 Linux 命令行工具:
openssl s_client -connect http://example.com:443-servername http://example.com
如果证书有效,Verify return code: 0 (ok)则可以在命令输出中观察到一行。要检查证书的到期日期,请运行以下命令:
# 回声 | openssl s_client -connect http://example.com:443-servername http://example.com 2>/dev/null | openssl x509 -noout -dates
notBefore=格林威治标准时间 2017 年 2 月 14 日 00:00:00
notAfter=格林威治标准时间 2018 年 2 月 14 日 23:59:59
参考
- ^SSL证书产品介绍 https://www.wosign.com/Products/ssl.htm
边栏推荐
- 内存操作函数memcpy()和memmove()的用法
- ThinkPad指纹验证在win7无法使用的解决方法
- The 10th Landbridge cup embedded electronic provincial competition
- Combination of const and pointer
- Table data processing software, what else besides excel?
- leetcode:981. 基于时间的键值存储【迭代for的陷阱:on】
- 19. Delete the penultimate node of the linked list
- Crm+ zero code: easily realize enterprise informatization
- 表格数据处理软件,除了Excel还有什么?
- 什么是WordPress
猜你喜欢

Advance.ai sailing guide helps enterprises sail to Indonesia and grasp half of the Southeast Asian market

大三下学期总结
![[MySQL from introduction to proficiency] [advanced chapter] (IX) precautions for InnoDB's b+ tree index](/img/dc/2c11852929cc2ad4a2e44b87e6f812.png)
[MySQL from introduction to proficiency] [advanced chapter] (IX) precautions for InnoDB's b+ tree index

Purchase, sale and inventory software suitable for small and medium-sized enterprises to solve five major problems

低代码(aPaas)为什么最近又火了?
JWT 登录认证 + Token 自动续期方案,写得太好了!

Why should coding and modulation be carried out before transmission

Software designers ask 20 questions before the exam, pay attention!!

Reading these six books makes learning MySQL easier

The solution of PHP sending mobile MAS SMS garbled code
随机推荐
什么是WordPress
字节一面:如何用 UDP 实现可靠传输?
Bc35 NB module at instruction development summary
Use the common union and pointer to test the size end
Samba learning
Inventory: 144 free learning websites, the most complete collection of resources in the whole network
nodejs:搭建express 服务,设置session以及实现退出操作
CGAL compilation error
数组相关的知识点
C language uses double pointer to realize simple factory mode (polymorphism)
栈和队列
Blue Bridge Cup embedded Hal library LCD
Do data analysis, do you still not understand RFM analysis method (model)?
2021-03-24
Preliminary understanding of float
图片滑动特效
Clo********e: project management notes
go status.go 状态码定义
BOM part attributes and understanding
盘点:144个免费学习网站,全网最全资源合集