11 lines
293 B
Plaintext
11 lines
293 B
Plaintext
|
|
# OpenLiteSpeed SSL Configuration - WordOps
|
||
|
|
# Domain: {{domain}}
|
||
|
|
|
||
|
|
vhssl {
|
||
|
|
keyFile {{ssl_live_path}}/{{domain}}/key.pem
|
||
|
|
certFile {{ssl_live_path}}/{{domain}}/fullchain.pem
|
||
|
|
certChain 1
|
||
|
|
sslProtocol 24
|
||
|
|
enableQuic 1
|
||
|
|
}
|