How disable Lets Encrypt Certificate on SolidCP 1.3.0?
Hello,
Currently it's tied together with the SSL quota.
In the next release SSL quota will have 2 sub-quota's (one for LE and one for normal certs)
Regards,
Marco
Thank you!
How I can deploy Lets Encrypt Certificate for a web server and configure it SolidCP installation?
i'm not 100% sure if i get the question but:
Lets Encrypt requires no configuration or installation it's shipped with SolidCP it self.
I do recommend enabling SNI in the IIS Properties at SolidCP Portal
The Hosting plan requires SSL enabled.
Thats about it, the rest is fully automated after you chose to install lets encrypt certificate on the website it detects all bindings, creates all https bindings, creates the scheduled task in windows, etc.
I have followed your steps and get this error in audit log when I click on Install Certificate button:
System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.Runtime.InteropServices.COMException: Unknown error (0x80005000)
at System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail)
at System.DirectoryServices.DirectoryEntry.Bind()
at System.DirectoryServices.DirectoryEntry.get_IsContainer()
at System.DirectoryServices.DirectoryEntries.ChildEnumerator..ctor(DirectoryEntry container)
at SolidCP.Providers.Web.Iis.SSLModuleService100.LEInstallCertificate(WebSite website, String email)
at SolidCP.Server.WebServer.LEinstallCertificate(WebSite website, String email)
--- End of inner exception stack trace ---
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at SolidCP.Providers.Web.WebServer.LEinstallCertificate(WebSite website, String email)
at SolidCP.EnterpriseServer.WebServerController.LEInstallCertificate(Int32 siteItemId, String email)