Deploy IP SSL on a cPanel Server
For cPanel servers with WHM access.
Prepare
Combine the Private Key, certificate, and intermediate chain into one file:
text
/home/username/ssl/combinedReplace username with the real cPanel username.
WHM Configuration
Open:
text
WHM -> Service Configuration -> Apache Configuration -> Include EditorAdd the Apache SSL configuration in Pre Main Include and Pre VirtualHost Include.
Replace:
ip_address: your public IPusername: the cPanel usernameDocumentRoot: the website directory
Save and restart Apache.