".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共享主机、[WordPress主机](https://www.idcspy.com/wordpress-hosting.html "WordPress主机")或云主机的朋友,有机会获得免费SSL证书和域名服务。Hostinger主机套餐中包括的免费SSL证书适用于所有域,将域添加到主机账户后,SSL证书将会自动安装,虽然大多数情况下都可以安装成功,但有时也可能会遇到SSL证书安装失败,这时该怎么办?下面一起来了解下。
![](https://www.idcspy.com/wp-content/uploads/2022/08/do1-1.jpg)
[Hostinger](/#)主机套餐提供的免费SSL证书安装失败时,系统还将会尝试自动重新安装,您可以将鼠标悬停在状态上来检查该过程。
![](https://www.idcspy.com/wp-content/uploads/2022/08/do12-1.jpg)
如果再次安装失败,您可以尝试通过以下步骤来进行修复。
1、如果您的域指向Hostinger主机,该免费SSL证书还是可以继续安装的。但如果域还没有指向主机,您将在同一页面上看到如下消息:
![](https://www.idcspy.com/wp-content/uploads/2022/08/do13-1.jpg)
针对这种情况,您需要重新将域正确地指向Hostinger主机。
2、在确保域正确指向后,只需单击选项按钮 (⋮) → Reinstall。如果域设置正确,SSL证书将在此之后自动安装。
![](https://www.idcspy.com/wp-content/uploads/2022/08/do14-1.jpg)
如无意外,通过上述步骤,您便可以成功安装SSL证书。"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/103477.html