Skip to content
  • Solutions
    By Role
    • For Developers
    • For Content Managers
    • For Agencies
    • For IT Admins
    • For Web Hosters
    • For Developers
    • For Content Managers
    • For Agencies
    • For IT Admins
    • For Web Hosters
    By Infrastructure
    • Overview
    • AWS
    • Microsoft Azure
    • Alibaba Cloud
    • Google Cloud Platform
    • Vultr
    • Overview
    • AWS
    • Microsoft Azure
    • Alibaba Cloud
    • Google Cloud Platform
    • Vultr
    • Digital Ocean
    • Linode
    • Upcloud
    • Oracle
    • OVH
    • Digital Ocean
    • Linode
    • Upcloud
    • Oracle
    • OVH
  • Product
    • Plesk Features
    • Plesk Editions
    • What’s new
    • Pricing
    • Roadmap
    • Lifecycle Policy
    • Extensions Catalogue
  • Pricing
  • Extensions
    Featured Extensions
    • SocialBee
    • WP Toolkit
    • Sitejet Builder for Plesk
    • SEO Toolkit
    • Joomla! Toolkit
    • Premium Email
    • Email Security
    • SocialBee
    • WP Toolkit
    • Sitejet Builder for Plesk
    • SEO Toolkit
    • Joomla! Toolkit
    • Premium Email
    • Email Security
    Bundles and packs:
    • Business and Collaboration Edition
    • WP pack
    • Hosting pack
    • Power pack
    • Language pack
    • Business and Collaboration Edition
    • WP pack
    • Hosting pack
    • Power pack
    • Language pack

    See all Extensions

  • For Partners
    • Plesk Contributor Program
    • Plesk Partner Program
    • Affiliate program
    • Plesk University
  • Help Center
    • Documentation
    • Professional Services
    • Support
    • Contact Us
    • Wiki
    • Forum
  • Plesk 360 login
  • Free Trial
  • Pricing
  • Solutions
    • By Role
      • For Developers
      • For Content Managers
      • For Agencies
      • For IT Admins
      • For Web Hosters
    • By Infrastructure
      • Overview
      • Plesk on Amazon Web Services (AWS & Lightsail)
      • Plesk on Amazon Web Services (AWS)
      • Plesk on Amazon Web Services (AWS)
      • Microsoft Azure
      • Alibaba Cloud
      • Google Cloud Platform
      • Vultr
      • DigitalOcean
      • Linode
      • UpCloud
      • Oracle
      • OVH
  • Products
  • Pricing
  • Extensions
    • Featured Extensions
      • SocialBee
      • WP Toolkit
      • Sitejet Builder for Plesk
      • SEO Toolkit
      • Joomla! Toolkit
      • Premium Email
      • Email Security
    • Bundles and packs:
      • Business and Collaboration Edition
      • WP pack
      • Hosting pack
      • Power pack
      • Language pack
      • See all Extensions
  • For Partners
    • Plesk Contributor Program
    • Plesk Partner Program
    • Affiliate Program
    • Plesk University
  • Help Center
    • Documentation
    • Professional Services
    • Support
    • Contact Us
    • Wiki
    • Forum
  • Plesk 360 login
  • Free Trial
  • Pricing
  • Solutions
    • By Role
      • For Developers
      • For Content Managers
      • For Agencies
      • For IT Admins
      • For Web Hosters
    • By Infrastructure
      • Overview
      • Plesk on Amazon Web Services (AWS & Lightsail)
      • Plesk on Amazon Web Services (AWS)
      • Plesk on Amazon Web Services (AWS)
      • Microsoft Azure
      • Alibaba Cloud
      • Google Cloud Platform
      • Vultr
      • DigitalOcean
      • Linode
      • UpCloud
      • Oracle
      • OVH
  • Products
  • Pricing
  • Extensions
    • Featured Extensions
      • SocialBee
      • WP Toolkit
      • Sitejet Builder for Plesk
      • SEO Toolkit
      • Joomla! Toolkit
      • Premium Email
      • Email Security
    • Bundles and packs:
      • Business and Collaboration Edition
      • WP pack
      • Hosting pack
      • Power pack
      • Language pack
      • See all Extensions
  • For Partners
    • Plesk Contributor Program
    • Plesk Partner Program
    • Affiliate Program
    • Plesk University
  • Help Center
    • Documentation
    • Professional Services
    • Support
    • Contact Us
    • Wiki
    • Forum
  • Plesk 360 login
  • Free Trial
Plesk 360 login
Free Trial

Knowledge Base

Changing SSL/TLS Certificate Seller’s URLs

 
administrator guidecustomizing the plesk interfacehiding and changing plesk gui elementsssltls certificates selling servicesacme

You can change the SSL/TLS certificate seller’s URLs only through the
command line interface.

To change the URLs of the Buy SSL/TLS Certificate and View
Certificates buttons to “https://www.example.com”, run the following
command:

  • Plesk for Linux
plesk bin panel_gui  -p -cert_purchasing_url https://www.example.com
  • Plesk for Windows
"%plesk_dir%binpanel_gui.exe" -p -cert_purchasing_url https://www.example.com

The Format of a POST Request

Note that buttons used to buy or view SSL/TLS certificates do not just
lead to a URL specified with the command above. Actually, Plesk sends a
POST request to this URL. The format of the POST request body varies
depending on a button function. For example, if a button is used to buy
SSL/TLS certificates, the request body contains such CSR parameters as a
domain name, business name, country, and so on.

The table below provides the details on the parameters which are sent in
POST requests.

Button location Parameters in the POST request body Example
  • Server Administration Panel, Tools & Settings > SSL/TLS
    Certificates > Add > Buy SSL/TLS Certificate
    .
  • Customer Panel, Websites & Domains > Secure Your Sites >
    Add SSL/TLS Certificate > Buy SSL/TLS Certificate
    .

csr = <encoded request>

csr_domain = <domain name>

csr_bits = <key size>

csr_email = <administrator’s email>

csr_company = <company name>

csr_department = <organization department name>

csr_state = <state>

csr_city = <city>

csr_country = <country>

action = CREATE_CERT

csr = —–BEGIN CERTIFICATE REQUEST—– MIICyTCCAbE
CAQAwgYMxCzA JBgNVBAYTAlJVMQww CgYDVQQIEwNOc2sx DDAKBgNV …
—–END CERTIFICATE REQUEST—–

csr_domain = example.com

csr_bits = 2048

csr_email = admin@example.com

csr_company = ACME

csr_department = IT

csr_state = Illinois

csr_city = Chicago

csr_country = US

action = CREATE_CERT

  • Server Administration Panel, Tools & Settings > SSL/TLS
    Certificates > View
    .
  • Server Administration Panel, Tools & Settings > Buy
    SSL/TLS Certificate
    .
  • Customer Panel, Websites & Domains > Secure Your Sites >
    View Certificates
    .
action = MODIFY_CERT  

Reverting the URL to the Default Value

To restore the default URL, issue the following SQL query:

delete from misc where param='cert_purchasing_url';
Tweet
Share
Share
Email
0 Shares
Read the full article
Related Posts

Let’s Encrypt on Plesk: Your key to a free SSL certificate

Read More »
Knowledge Base

Location of Domain Registration and Domain Management Buttons

Read More »

Remote SmarterMail Support (Windows)

Read More »

(Plesk for Linux) Cgroups Manager

Read More »

(Plesk for Windows) Custom Handlers Policy

Read More »

Hosting Wiki

  • GIT
  • Cross Site Request Forgery (CSRF)
  • Content Security Policy ( CSP )
  • DBMS Interface
  • Server Redundancy
  • Cloud Service Architecture
  • Linux Containers
  • PostgreSQL
  • GitHub
  • Bare Metal Server
  • High Availability
  • Scalability
  • MySQL
  • Oracle VM Server
  • Citrix Hypervisor
  • Server Virtualization Software
  • Windows Server
  • Linux
  • CodeIgniter
  • MSSQL
  • SQL
  • Joomla! Toolkit
  • Domain
  • WP Toolkit
  • WebsitePanel
  • Plesk
  • SQL database
  • NoSQL Database
  • Web Server
  • DNS Server
  • SSL
  • URL
  • Email Autoresponder
  • Email Alias
  • Email Virus Protection
  • Email Forwarding
  • HTTP
X-twitter Linkedin Youtube Reddit Github
  • Product
  • Login
  • Pricing
  • Editions
  • For Partners
  • Partner Program
  • Contributor Program
  • Affiliate Program
  • Plesk University
  • Company
  • Blog
  • Careers
  • Events
  • About Plesk
  • Our Brand
  • Resources
  • User and Admin guides
  • Help Center
  • Migrate to Plesk
  • Contact Us
  • Hosting Wiki
  • Forum
  • Legal
  • Legal
  • Privacy Policy
  • Imprint

© 2025 WebPros International GmbH

Part of the WebPros®  Family