How to customize SSL Certificate buttons URL
To customize the Buy SSL Certificate and View Certificates buttons URL:
On Linux systems, issue the following command:
/usr/local/psa/bin/interface_template -p -cert_purchasing_url [url]
To remove the buttons for viewing and purchasing SSL certificates:
On Linux systems, issue the following command:
/usr/local/psa/bin/interface_template -p -cert_purchasing true
How to customize Domain Names button URL
On Linux systems, issue the following command:
/usr/local/psa/bin/interface_template -p -domain_management_url [url]
Remove the Manage Domain Names button:
On Linux systems, issue the following command:
/usr/local/psa/bin/interface_template -p -domain_management true
How to remove the Register Domain Names button:
On Linux systems, issue the following command:
/usr/local/psa/bin/interface_template -p -domain_registration true
Reference: http://parallels.net/
Customizing Service Links for Domain Registration and Management Services
To customize the Register Domain Names button URL:
On Linux systems, issue the following command:
/usr/local/psa/bin/interface_template -p -domain_registration_url [url]
Customizing Service Links
This chapter describes how to customize items of the Panel graphical user interface which let your customers do the following:
* Register domain names.
* Purchase SSL certificates.
* Access you website providing the mentioned or other services.
These items are customized using the interface_template command line utility.
The utility is located in /usr/local/psa/bin directory on Linux systems.