Have you ever encountered the following error when attempting to install an SSL certificate through cPanel?
Template::Exception:
[TYPE]=[undef]
[INFO]=[SSL::installed_hosts(HASH(0x2b7c268)) failed: You do not have the feature “sslinstall”.
]
[TEXT]=[]
at cpanel.pl line 1121.
cpanel::cpanel::cptt_exectag("/usr/local/cpanel/base/frontend/paper_lantern/ssl/install.htm"..., 1) called at cpanel.pl line 4489
cpanel::cpanel::run_standard_mode() called at cpanel.pl line 925
cpanel::cpanel::script("cpanel::cpanel", "./frontend/paper_lantern/ssl/install.html.tt") called at cpanel.pl line 323
The main part of the above error is noted below:
You do not have the feature “sslinstall”.
To resolve this issue, you will want to ensure that the "sslinstall" feature is enabled for the feature list being used by the cPanel user account's assigned package. The change is made within WHM's "Feature Manager" module.
You will also want to enable the following option within WHM's "Tweak Settings" module:
"Allow cPanel users to install SSL Hosts."
Making the above changes should resolve the noted error.
cPanel Documentation for these two WHM modules is included below:
https://docs.cpanel.net/whm/packages/feature-manager/
https://docs.cpanel.net/whm/server-configuration/tweak-settings/