Category Archives: SSL

wildcard renew for windows IIS

open terminal and paste info below, file name call 2020_wildcard openssl pkcs12 -export \-out 2026_wildcard.pfx \-inkey generated-private.key \-in 4e62c74d28dbf319.crt \-certfile gd_bundle-g2.crt \-keypbe PBE-SHA1-3DES \-certpbe PBE-SHA1-3DES \-legacy

Posted in IIS, SSL | Comments Off on wildcard renew for windows IIS

cert not store in server certificate

Posted in IIS, SSL, windows | Comments Off on cert not store in server certificate

How can I renew Let’s Encrypt certificates

Let’s Encrypt uses the client Certbot to install, manage, and automatically renew the certificates they provide. In the case where your certificate does not automatically renew on your Droplet, you can manually trigger the renewal at anytime by running: Copy If you … Continue reading

Posted in lets encrypted, My Linux | Comments Off on How can I renew Let’s Encrypt certificates

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