当前位置:网站首页>Install SSL Certificate in Litespeed web server
Install SSL Certificate in Litespeed web server
2022-07-24 19:09:00 【Hua Weiyun】
In the control panel environment ,LSWS Will read Apache To configure . As long as you are in Apache The configuration is set correctly SSL certificate ,LSWS It should work in the same way .
stay LSWS( This machine ) Or use OpenLiteSpeed when , You need to LSWSWebAdmin Set in configuration SSL Certificate settings . Suppose you have obtained SSL certificate (WoTrus), this wiki Explains how to do this .
Create a 443 Lister
Create a will Secure Set to listener Yes.SSL The official port of is 443, But other ports can also be used .

open WoTrus choice nginx Folder certificate

choice .pem(crt)、key( Upload according to the picture )

Finally, you can determine whether you can access
On-line SSL The viewer
You can also use online SSL The viewer ( for example Qualys SSL Server Test) To verify SSL Certificate settings .
OpenSSL Command line
perhaps , You can use Linux Command line tools :
openssl s_client -connect example.com:443 -servername example.com
If the certificate is valid ,Verify return code: 0 (ok) You can observe a line in the command output . To check the expiration date of the certificate , Please run the following command :
# Echoes | openssl s_client -connect example.com:443 -servername example.com 2>/dev/null | openssl x509 -noout -dates
notBefore= Greenwich mean time 2017 year 2 month 14 Japan 00:00:00
notAfter= Greenwich mean time 2018 year 2 month 14 Japan 23:59:59
边栏推荐
猜你喜欢

Vsftpd2.3.4 port penetration 6200 IRC_ 3281_ backdoor

leetcode-记忆化深搜/动态规划v2

2022杭电多校第二场1009 ShuanQ(数学)

Pam4 popular science

Network security port 80 - PHP CGI parameter injection Execution Vulnerability

C Programming classic tutorial

OpenGL learning (IV) glut 3D image rendering

Typora user manual

asp. Net coree file upload and download example

FPGA 20 routines: 9. DDR3 memory particle initialization write and read through RS232 (Part 2)
随机推荐
Zip compression and decompression
Attack and defense world novice zone PWN
Nacos简介和控制台服务安装
Crazy God redis notes 11
Integer
Oneinstack installation and configuration PHP 8.1 and MySQL 8.0-oneinstack site building novice tutorial
Colon sorting code implementation
Principle and application of database
Excel practice notes 1
Network security port 80 - PHP CGI parameter injection Execution Vulnerability
Get module handle / base address
Interceptors and filters
Reading notes of XXL job source code
About core files
MySQL index principle and query optimization "suggestions collection"
深度学习中Dropout原理解析
Tupu software digital twin civil aviation flight networking, building a new business form of smart Civil Aviation
Getaverse, a distant bridge to Web3
Arrays
字符串的遍历及拼接