🔔 🔔 🔔 Duyuru: 24. Yılımıza özel indirimler sizleri bekliyor ! Kampanya Kodu : TDATA2024 | Detaylı bilgi için tıklayınız.

How to install Wildcard SSL certificate


How to install Wildcard SSL certificate


What is a Wildcard SSL certificate?

A Wildcard SSL certificate secures your website URL, and an unlimited number of its subdomains. A single Wildcard certificate can secure both www.cpanelkb.net, cpanelkb.net,sub.cpanelkb.net,etc.,

Wildcard certificates secure websites the same as a regular SSL certificate, and requests are processed using the same validation methods. However, some Web servers might require a unique IP address for each subdomain on the Wildcard certificate.

Install Wildcard SSL Certificate on your cpanel server

1)    Generate the Certificate Signing Request (CSR) in WHM >> SSL/TLS >>
Generate an SSL Certificate and Signing Request and make sure you enter the host as *.domain.com

Use this SSL certificate country code

2)    Purchase the wildcard certificate using the CSR you generated from SSL provider like godaddy, rapitssl,etc.,

3)    Once you got SSL certificate , Click WHM >> SSL/TLS »
Install an SSL Certificate and Setup the Domain and paste in the CRT.

Verify that the correct account is loaded by comparing the username.

Remove the “*.” from the domain name and use domain.com only.
Check the IP Address into the IP Address field.

You are now ready to press “Submit“.

Thats all… SSL install will successfully!!!

In order to install wildcard SSL certificate for your Sub domain, use the same certificate to install subdomain.( you won’t create CSR again)

Use the same method to install SSL certificate for your single domain and it should be need dedicated IP address.

For your reference, the following code will automatically added in your httpd.conf.

SSLEngine on

SSLCertificateFile /etc/ssl/certs/cpanelkb.net.crt
SSLCertificateKeyFile /etc/ssl/private/cpanelkb.net.key
SSLCACertificateFile /etc/ssl/certs/cpanelkb.net.cabundle
CustomLog /usr/local/apache/domlogs/cpanelkb.net-ssl_log combined
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
<Directory "/home/user/public_html/cgi-bin">
SSLOptions +StdEnvVars
</Directory>

Bu cevap yeterince yardımcı oldu mu?

Diğer Dökümanlar


  • cPanel security settings checklist

    You always use cpanel recommended Security Settings to avoid hacking and other suspicious activity. These  cPanel Server Hardening & Security tips will help prevent from hacking. cPanel...

  • sendmail Not running with correct effective GID

    Wed Sep 04 04:11:11 2014] [error] [client 11.44.33.22] sendmail: Not running with correct effective GID.  Is sendmail binary setgid mailtrap?, It may be the problem with your sendmail binary...

  • How to enable NAT behind the cpanel ?

    Most of webhosting providers currently used NAT service for their users. When you install cPanel & WHM, the installer will detect whether your server is on a NAT-configured network. If the...

  • Unable to allocate memory for pool

    Warning: Unknown: Unable to allocate memory for pool. in Unknown on line 0 APC or Alternative PHP Cache (APC) is a free and open opcode cache for PHP. APC allows for caching of opcode generated...

  • Install FFmpeg, Mplayer, Mencoder, MP4Box, Flvtool2

    You can use the following tutorial to install ffmpeg and other video modules in your centos server. FFmpeg is an audio/video conversion tool. It includes libavcodec, the leading open source codec...

Powered by WHMCompleteSolution