".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)'); } }) })
使用“Install an SSL Certificate and Setup The Domain”功能让你数秒完成SSL证书的安装。任何用来保障你的网站交易安全的措施都可以用WHM控制面板来实现。
**Before You Begin(在你开始以前)**
在服务器上安装证书之前,你首先要创建一个证书。查看[Generate a SSL Certificate and Signing Request](#27a)文档学习如何在服务器上创建一个SSL证书。
**Installing Your SSL Certificate(安装你的SSL证书)**
**Steps(步骤)**
1. 页面加载后,设置以下内容:
· **Domain** – 在文本框中输入与你服务器上SSL证书相应的域名。当你用Tab键移到或点击“User”或“IP Address”文本框时,系统会为你自动填充证书信息。(注意:你必须在
“Domain”文本框中正确输入你在[SSL Certificate and Signing Request](#27a)中创建的域名,否则系统将不能正常获得你的SSL证书信息)。你也可以点击**Browse**按钮打开一个新窗口,
会显示一个你之前创建到服务器上的所有证书的列表。然后点击与你想要安装的SSL证书相应的域名,点击**Use Cert**按钮。
· **User** – 会自动填充,如果你输入或选择了上述的域名。
· **IP Address** – 会自动填充,如果你输入或选择了上述的域名。
**注意:**除了“User”和“IP Address”文本框之外,大文本框也会自动填充。如果大文本框没有自动填充,请点击任意一个**Fetch**按钮。
2. 点击**Submit**按钮。
3. 接着出现的页面会显示与以下内容类似的确认信息:
Results of your request
Attempting to verify your certificate….. Cerificate verification passed!
Verifcation Result \[/C=US/ST=TX/L=HOUSTON/O=John Smith/OU=Tech/CN=www.domain.com/
emailAddress=user@domain.com lookup:self signed certificate OK\]
The Certificate for the domain www.domain.com was installed on the ip 1.1.1.1.
Finished Install Process.."
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/108496.html