".extra-menu { background-color: #f3f3f3; padding: 20px; } .extra-menu .extra-menu-h { height: 36px; } .extra-menu .extra-menu-h h3 { display:inline-block; } .extra-menu ul a{ text-decoration: none; } .extra-menu .menu-child { text-indent: 4em; } .extra-menu .menu-child:before { left: 4em; } .extra-menu .extra-menu-h h3 { line-height: 36px; } .collapse-toggle { float: right; cursor: pointer; user-select: none; display: inline-flex; align-items: center; font-size: 14px; } .collapse-toggle img { width: 30%; transform: rotate(180deg); } .collapse-content { margin-bottom: 0px !important; margin-top: 20px !important; overflow: hidden; max-height: 0; transition: max-height 0.3s ease-out; } .collapse-content.expanded { max-height: 1000px; /\* 设置一个足够大的值,确保内容可以完全展开 \*/ } .ph-id { position: relative; top: -90px; } jQuery(document).ready(function( $ ) { $('.collapse-toggle').on('click',function(){ var content = document.querySelector('.collapse-content'); content.classList.toggle('expanded'); if (content.classList.contains('expanded')) { $(this).find('div').text('收起'); $(this).find('img').css('transform','rotate(180deg)'); } else { $(this).find('div').text('展开'); $(this).find('img').css('transform','rotate(0deg)'); } }) })
[Hostinger](/#)国外VPS主机包括通用VPS主机和CyberPanel VPS主机套餐,后者使用的是带有Open/LiteSpeed Webserver的控制面板CyberPanel进行管理,使用户能够以更快、更安全和有效的方式执行任务。本文主要介绍下如何在CyberPanel VPS上安装Comodo SSL证书。
1、登录到Hostinger账号,访问CyberPanel管理界面,选择要安装SSL证书的[国外VPS](/#)主机,点击Websites → List Website → Manage,管理网站。
![](https://www.idcspy.com/wp-content/uploads/2022/09/ssl1.jpg)
2、然后向下滚动到Configurations配置部分,单击Add SSL按钮,添加SSL证书。
![](https://www.idcspy.com/wp-content/uploads/2022/09/ssl12.jpg)
这里会有两个文本框需要您填写,Paste Your Cert(在此处添加证书文件的内容),Paste Your Key(添加证书密钥的内容)。
如果您想获取要安装的[Comodo](/#) SSL证书文件和密钥信息,则可寻求证书服务商帮助,或者转到SSL证书页面,点击Download下载该证书。
![](https://www.idcspy.com/wp-content/uploads/2022/09/ssl13.jpg)
3、以上SSL证书信息填写完毕后,点击SAVE按钮保存,然后导航到左侧边栏,选择Server Status → LiteSpeed Status。
![](https://www.idcspy.com/wp-content/uploads/2022/09/ssl14.jpg)
单击Reboot LiteSpeed重启服务器。
![](https://www.idcspy.com/wp-content/uploads/2022/09/ssl15.jpg)
重新启动完成后,如无意外,您的Comodo SSL证书将成功安装在网站上。"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/103400.html