Category Archives: godday

Using Multiple SSL Certificates in Apache with One IP Address

Next, in the NameVirtualHost directive list your server’s public IP address, *:443, or other port you’re using for SSL (see example below). Then point the SSLCertificateFile, SSLCertificateKeyFile, and SSLCertificateChainFile to the locations of the certificate files for each website as … Continue reading

Posted in godday, SSL | Comments Off on Using Multiple SSL Certificates in Apache with One IP Address

How To Set Up Multiple SSL Certificates On a CentOS VPS With Apache Using One IP Address

Make sure the mod_ssl security module is installed and enabled so the Apache web server can use the OpenSSL library and toolkit: yum install mod_ssl openssl Execute the following commands: mkdir -p /etc/httpd/ssl/ mv /etc/httpd/conf.d/ssl.conf /etc/httpd/conf.d/ssl.conf.bak cd /etc/httpd/ssl/ Generate SSL … Continue reading

Posted in centOS, godday, SSL | Comments Off on How To Set Up Multiple SSL Certificates On a CentOS VPS With Apache Using One IP Address

How to Install and Configure Your SSL Certificate on Windows Server

Using IIS 10 to Create Your CSR In the Windows start menu, type Internet Information Services (IIS) Manager and open it. In Internet Information Services (IIS) Manager, in the Connections menu tree (left pane), locate and click the server name. On the server name Home page (center pane), in … Continue reading

Posted in godday, SSL | Comments Off on How to Install and Configure Your SSL Certificate on Windows Server

Manually install an SSL certificate on my IIS 10 server

Convert your .crt file to a .cer file Locate your downloaded .crt file, and double-click to open it. Select the Details tab, and then the Copy to File button. Select Next in the Certificate Wizard. Select Base-64 encoded X.509(.CER) and then select Next. Select Browse, locate where you want to save your .CER file, … Continue reading

Posted in godday, SSL | Comments Off on Manually install an SSL certificate on my IIS 10 server

Redirect HTTP to HTTPS with Windows IIS 10

Download and install the IIS URL Rewrite module, then launch IIS Manager. Select the website you want to apply redirection to, then double-click URL Rewrite. Click Add Rule(s)… Select Blank rule in the Inbound rules section, then click the OK button. Give your redirect an easy-to-remember name. In the Matched URL section: … Continue reading

Posted in godday, SSL | Comments Off on Redirect HTTP to HTTPS with Windows IIS 10