can I disable the SSL/TLS Manager without disabling the SSL APIs?

manokiss

Well-Known Member
Mar 31, 2002
576
1
318
Hi,

Is there any way to disable the SSL manager options to show in the users cpanel without disabling the SSL API? As looks like if i disable those features in the features manager it also disabling the SSL API.

Thanx in advance!
 

manokiss

Well-Known Member
Mar 31, 2002
576
1
318
Thanx! but no :-(
Disabling cpanel market (having SSL/TLS enabled in features manager) it continue showing the SSL/TLS section in the users cPanel.
The idea is have the SSL/TLS API working without showing the SSL/TLS feature in the users cpanel.

Any idea?
 

AndrewH.

Well-Known Member
Dec 10, 2012
52
3
83
cPanel Access Level
Root Administrator
The features tied to each should be listed in
Code:
/usr/local/cpanel/base/frontend/paper_lantern/dynamicui.conf
That said for just SSL/TLS (manually installing certs) the only feature that controls it is "sslmanager".

For the SSL/TLS Wizard (interface which allows you to purchase certs) it requires "market && tls_wizard && sslinstall" and has an additional check to see if "$market_has_enabled_providers" exists (basically if there are providers available).


If these solutions don't work for you, you can customize the dynamicui.conf for your users and add an if statement to the corresponding feature although to be honest I don't remember offhand if this requires cloning the theme which might be more than you want to do. Let me know if you have any further questions.