-
Notifications
You must be signed in to change notification settings - Fork 2
/
WHM-Cpanel SSL
45 lines (35 loc) · 2.43 KB
/
WHM-Cpanel SSL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Run below command to check and Install Auto SSl:-
==================================================
[root@server ~]# /usr/local/cpanel/bin/check ---------> (Run Command)
check_cpstore_in_sync_with_local_storage checkmailmanhome
check_exim_config checkmailmanrequests
check_install_integrity_and_repair checkphpini
check_nsd_badzones checksshconf
checkallsslcerts checkvirtfs
checkmailmancron
[root@server ~]# /usr/local/cpanel/bin/checkallsslcerts ------------> (Run Command)
Output Below:-
The system will check for the certificate for the “cpanel” service.
The system will attempt to verify that the certificate for the “cpanel” service is still valid using OCSP (Online Certificate Status Protocol).
The certificate for the “cpanel” service passed all checks.
The system will check for the certificate for the “dovecot” service.
The system will attempt to verify that the certificate for the “dovecot” service is still valid using OCSP (Online Certificate Status Protocol).
The certificate for the “dovecot” service passed all checks.
The system will check for the certificate for the “exim” service.
The system will attempt to verify that the certificate for the “exim” service is still valid using OCSP (Online Certificate Status Protocol).
The certificate for the “exim” service passed all checks.
The system will check for the certificate for the “ftp” service.
The system will attempt to verify that the certificate for the “ftp” service is still valid using OCSP (Online Certificate Status Protocol).
The certificate for the “ftp” service passed all checks.
How to install the hostname SSL certificate onto the cPanel services:-
======================================================================
The hostname SSL certificate is applied to these cPanel services:-
-> FTP Server
-> Exim (SMTP) Server
-> Calendar, cPanel, WebDisk, Webmail, and WHM Services
-> Dovecot Mail Server
Procedure:-
1. To install an SSL certificate for your server's hostname, and also onto the WHM/cPanel services, use the following location:
WHM: Home -> Service Configuration -> Manage Service SSL Certificates
For more Detail you can refer this URL: https://support.cpanel.net/hc/en-us/articles/1500006417322-How-to-install-the-hostname-SSL-certificate-onto-the-cPanel-services
<---- The End ---->