SSL for Cloud Sites
Securing your website traffic with an SSL certificate is essential for protecting visitor data and improving your search engine rankings. This hub covers the entire lifecycle of SSL management in Cloud Sites. You will learn how to generate a Certificate Signing Request (CSR), install your certificate via the control panel, and set up free Let’s Encrypt automation. We also provide specific code examples to help you force secure HTTPS connections for both Linux (.htaccess) and Windows (ASP.NET/web.config) environments.
Cloud Sites SSL Articles
Use these resources to generate CSRs, install certificates, and configure secure redirects for your sites.
Find Your CSR in Cloud Sites
Read more: Find Your CSR in Cloud SitesNeed to find your Certificate Signing Request (CSR) in Cloud Sites? Learn how to easily locate and view your generated CSR to order an SSL certificate.
Force a Secure Connection (SSL) Using .htaccess in Cloud Sites
Read more: Force a Secure Connection (SSL) Using .htaccess in Cloud SitesEnsure all visitors access the secure (https) site, even if they enter http in the URL, for Cloud Sites with SSL. Edit the .htaccess file to achieve this.
Force a Secure Connection (SSL) Using ASP.NET (MVC 3) in Cloud Sites
Read more: Force a Secure Connection (SSL) Using ASP.NET (MVC 3) in Cloud SitesUsing ASP.NET, you can run code to force SSL on a single page on your site. This article contains sample code for this procedure.
Force a Secure Connection (SSL) Using ASP.NET (Not MVC 3) in Cloud Sites
Read more: Force a Secure Connection (SSL) Using ASP.NET (Not MVC 3) in Cloud SitesUsing ASP.NET, you can run similar code to force SSL on a single page on your site. This article shows a sample of code that you could use.
Force a Secure Connection (SSL) Using web.config in Cloud Sites
Read more: Force a Secure Connection (SSL) Using web.config in Cloud SitesTo force SSL on all pages of your site using the IIS Rewrite Module you can use code similar to what is provided.
Generate an SSL Certificate Signing Request (CSR) in Cloud Sites
Read more: Generate an SSL Certificate Signing Request (CSR) in Cloud SitesSecure your website easily. Learn how to generate a Certificate Signing Request (CSR) directly from your Cloud Sites control panel to order an SSL.
Install an SSL Certificate in Cloud Sites
Read more: Install an SSL Certificate in Cloud SitesAdding an SSL certificate to your website isn’t mandatory, but it ensures security for features like secure login and ecommerce. Cloud Sites has a unique installation process, but you need to obtain the SSL first before installing it.
Install Let’s Encrypt SSL in Cloud Sites
Read more: Install Let’s Encrypt SSL in Cloud SitesSecure your Cloud Sites website with a free Let’s Encrypt SSL. Learn how to manually generate, validate, and install your certificate using Certbot locally.