{"id":5928,"date":"2026-06-30T09:53:13","date_gmt":"2026-06-30T09:53:13","guid":{"rendered":"https:\/\/cheapsslweb.com\/resources\/?p=5928"},"modified":"2026-06-30T09:59:32","modified_gmt":"2026-06-30T09:59:32","slug":"how-to-install-an-acme-ssl-certificate-on-plesk","status":"publish","type":"post","link":"https:\/\/cheapsslweb.com\/resources\/how-to-install-an-acme-ssl-certificate-on-plesk\/","title":{"rendered":"How to Install an ACME SSL Certificate on Plesk?"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">It can be time-consuming to perform manual SSL certificate management in Plesk, particularly when you have to manage renewals for multiple domains. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The combination of the <a href=\"https:\/\/cheapsslweb.com\/blog\/what-is-acme-importance-of-automated-certificate-management\/\">ACME protocol<\/a> and <a href=\"https:\/\/cheapsslweb.com\/blog\/what-is-acme-external-account-binding-eab\/\">External Account Binding (EAB)<\/a> allows you to completely automate SSL certificate issuance, installation, and renewals even if you&#8217;re using a commercial certificate provider such as DigiCert or Sectigo.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This guide shows you the steps to install an ACME SSL certificate using ACME.sh and automate every stage of its lifecycle so that your certificates will renew and deploy without any manual intervention.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Prerequisites<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Before starting, make sure you have the product\/service prerequisites below:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Plesk Obsidian (Linux-based server or VPS)<\/li>\n\n\n\n<li>SSH access (root or sudo user)<\/li>\n\n\n\n<li>Domain pointing to your server (A\/AAAA record)<\/li>\n\n\n\n<li><a href=\"https:\/\/cheapsslweb.com\/blog\/port-80-http-vs-port-443-https-major-difference-to-know\/\">Port 80<\/a> is open for HTTP validation<\/li>\n\n\n\n<li>EAB credentials: EAB Key ID (KID) &amp; EAB HMAC Key<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Steps to Configure ACME SSL on Plesk for Automatic SSL Certificates<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Step 1: Identify Your Document Root in Plesk<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>To install your Plesk SSL certificate, you will first need to find the <strong>document root of your website<\/strong> so HTTP works. <\/li>\n\n\n\n<li>To find your document root, go to Plesk and scroll down to \u2018<strong>Websites and Domains<\/strong>\u2019 \u2192 \u2018<strong>Hosting Settings (website name)<\/strong>\u2019. <\/li>\n\n\n\n<li>The document root (also called the \u2018root folder\u2019 or \u2018document folder\u2019) will be listed here (typically starting with <strong>\/var\/www\/vhosts\/yourdomain.com\/httpdocs<\/strong>.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">The document root is important because it is where ACME.sh puts the validation files when generating the certificate; if your directory path does not exist, you will not be able to validate.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 2: Enable SSH Access<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>If you do not currently have SSH access to your Plesk panel, you will need to enable it. <\/li>\n\n\n\n<li>To enable SSH access, go to<strong> \u2018Websites and Domains\u2019 \u2192 \u2018Web Hosting Access\u2019 <\/strong>\u2192 select the shell (use \/bin\/bash) and save that configuration. <\/li>\n\n\n\n<li>This step is important because ACME.sh runs on the command line. If you do not have SSH access, you will be unable to run or install the client.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Step 3: Connect to Your Server<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">After you have enabled SSH, you can use a <strong>terminal or SSH client<\/strong> to connect to your VPS. You will need to log in to your VPS using either the root user or another sudo-enabled user, depending on how you configured your VPS.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>ssh root@your.server.ip<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">After connecting, you will be able to execute commands needed to set up and automate the installation of an SSL certificate.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 4: Install ACME.sh<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Now you can install the ACME.sh program, which is responsible for issuing and renewing SSL certificates. Follow the official ACME.sh installation guide to install ACME.sh. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">At this time, you&#8217;ll want to verify that the installation was successful.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>curl https:\/\/get.acme.sh | sh\nsource ~\/.bashrc\nacme.sh --version<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">If the installation fails, it\u2019s usually due to missing dependencies like curl or git, which should be installed before retrying.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 5: Register Your ACME Account (EAB)<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Now register your ACME account using the EAB credentials provided by your certificate authority. This step authenticates your server with the CA and allows it to request certificates.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>acme.sh --register-account \\\n--server https:\/\/acme.sectigo.com\/v2\/DV \\\n--eab-kid EAB_KID \\\n--eab-hmac-key EAB_HMAC_KEY \\\n--accountemail you@example.com<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Once completed, your server is authorised to communicate with the CA for future certificate requests.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 6: Prepare for HTTP Validation<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">To validate your Domain Name successfully, you will need to create an ACME Challenge Folder in your Webroot where it is accessible via HTTP to provide proof to the certificate authority that the Domain Name is yours.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>mkdir -p \/var\/www\/vhosts\/yourdomain.com\/httpdocs\/.well-known\/acme-challenge<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>To check that your ACME Challenge Folder can be accessed by the Internet<\/strong>, create a test file of any type and save it to the ACME Challenge Folder, then use either your browser or CURL to retrieve it. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>If you cannot retrieve the file<\/strong>, make sure that the security rules for the ACME Challenge Folder, your DNS settings, and your Webroot settings are properly configured.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 7: Bypass HTTPS Redirects for ACME<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">If you use HTTPS on your website, it may block requests to the ACME validation. You will have to allow exceptions for the <strong>.well-known\/acme-challenge directory<\/strong>.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>If you&#8217;re using <strong>Apache<\/strong>, modify your .htaccess file.<\/li>\n\n\n\n<li>If you&#8217;re using <strong>Nginx<\/strong>, create a custom directive in Plesk.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">This will help ensure that the validation request will always be served via HTTP without redirection so that it can be properly validated with the <a href=\"https:\/\/cheapsslweb.com\/blog\/acme-challenges-for-domain-validation-which-is-best\/\">HTTP-01 challenge<\/a>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 8: Issue the SSL Certificate<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">With everything configured, you can now request your SSL certificate using ACME.sh. Specify your domain(s), webroot path, and ACME server.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>acme.sh --issue \\\n-d yourdomain.com \\\n-d www.yourdomain.com \\\n-w \/var\/www\/vhosts\/yourdomain.com\/httpdocs \\\n--server https:\/\/acme.sectigo.com\/v2\/DV<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Once successful, the certificate files will be stored in the ACME.sh directory on your server.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 9: Import Certificate into Plesk<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">When you&#8217;re issued the Certificate, you need to add the Certificate to Plesk. You&#8217;ll do this in <strong>Plesk&#8217;s UI by uploading the Certificate and Private Key and assigning the Certificate to the Domain through Hosting Settings<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You must do this because Plesk does not use Certificates that are generated outside of the Plesk Environment.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 10: Automate Deployment via Plesk CLI<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/cheapsslweb.com\/ssl-certificate-automation\">Automating the deployment of a certificate<\/a> can save you from having to do any manual updates when you renew your certificate via the Plesk CLI by using automated commands that will allow you to import the certificate and assign it to your domain programmatically.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Achieving complete automation within your Plesk environment is a vital step towards achieving that goal.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 11: Develop a Deployment Script for Automation<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Given that Plesk doesn&#8217;t automatically deploy renewed certificates, you will need to script the deployment in a deploy script, which is an automation script for use with <strong>Plesk CLI commands<\/strong> that automatically updates the new certificate.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The deploy script is then linked to ACME.sh using the <strong>&#8211;reloadcmd <\/strong>parameter. Afterwards, every renewal will also trigger automatic deployment to Plesk as well.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\ud83d\udc49 This step takes you from semi-automation to full automation.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 12: Verify Installation and Test Renewal<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">To complete your setup, check to see if your certificates are good by going to your website using HTTPS.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You can also test and verify that everything works as expected by performing the renewal request manually.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>acme.sh --renew -d yourdomain.com --force<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">If all the steps are done correctly, the request to renew the certificate will succeed, and you will see the new certificate installed into Plesk by the deploy script automatically after the certificate is granted (if the deploy script is working properly).<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">If done properly, all future certificates will automatically renew and be deployed to Plesk once someone or some system requests one. Selecting the right SSL provider for your certificates can assist in making this process smoother.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">CheapSSLweb provides you with <a href=\"https:\/\/cheapsslweb.com\/acme\/sectigo-acme-ssl-certificate\">ACME SSL Certificates<\/a> from well-known providers such as DigiCert and Sectigo at affordable prices and with qualified assistance in performing tasks such as this.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>It can be time-consuming to perform manual SSL certificate management in Plesk, particularly when you have to manage renewals for multiple domains. The combination of the ACME protocol and External Account Binding (EAB) allows you to completely automate SSL certificate issuance, installation, and renewals even if you&#8217;re using a commercial certificate provider such as DigiCert<span class=\"morelink d-block mt-3\"><a href=\"https:\/\/cheapsslweb.com\/resources\/how-to-install-an-acme-ssl-certificate-on-plesk\/\">Read More<\/a><\/span><\/p>\n","protected":false},"author":1,"featured_media":5929,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[568],"tags":[584,585],"class_list":["post-5928","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ssl-automation","tag-acme-ssl-certificate-plesk","tag-configure-acme-ssl-on-plesk","entry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Install &amp; Configure ACME SSL Certificate in Plesk?<\/title>\n<meta name=\"description\" content=\"Learn how to install an ACME SSL certificate on Plesk using ACME SSL. Follow this step-by-step guide to issue, configure, and automatically renew SSL certificates.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cheapsslweb.com\/resources\/how-to-install-an-acme-ssl-certificate-on-plesk\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Install &amp; Configure ACME SSL Certificate in Plesk?\" \/>\n<meta property=\"og:description\" content=\"Learn how to install an ACME SSL certificate on Plesk using ACME SSL. Follow this step-by-step guide to issue, configure, and automatically renew SSL certificates.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cheapsslweb.com\/resources\/how-to-install-an-acme-ssl-certificate-on-plesk\/\" \/>\n<meta property=\"og:site_name\" content=\"CheapSSLWeb.com Resources\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/cheapsslweb\" \/>\n<meta property=\"article:published_time\" content=\"2026-06-30T09:53:13+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-30T09:59:32+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cheapsslweb.com\/resources\/wp-content\/uploads\/2026\/06\/acme-installation-plesk.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"960\" \/>\n\t<meta property=\"og:image:height\" content=\"621\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Janki Mehta\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@cheapsslweb\" \/>\n<meta name=\"twitter:site\" content=\"@cheapsslweb\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/cheapsslweb.com\\\/resources\\\/how-to-install-an-acme-ssl-certificate-on-plesk\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cheapsslweb.com\\\/resources\\\/how-to-install-an-acme-ssl-certificate-on-plesk\\\/\"},\"author\":{\"name\":\"Janki Mehta\",\"@id\":\"https:\\\/\\\/cheapsslweb.com\\\/resources\\\/#\\\/schema\\\/person\\\/c7d26eacacd9392c23be9d82e9af145e\"},\"headline\":\"How to Install an ACME SSL Certificate on Plesk?\",\"datePublished\":\"2026-06-30T09:53:13+00:00\",\"dateModified\":\"2026-06-30T09:59:32+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/cheapsslweb.com\\\/resources\\\/how-to-install-an-acme-ssl-certificate-on-plesk\\\/\"},\"wordCount\":1104,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/cheapsslweb.com\\\/resources\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/cheapsslweb.com\\\/resources\\\/how-to-install-an-acme-ssl-certificate-on-plesk\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cheapsslweb.com\\\/resources\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/acme-installation-plesk.webp\",\"keywords\":[\"ACME SSL certificate Plesk\",\"Configure ACME SSL on Plesk\"],\"articleSection\":[\"SSL Automation\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/cheapsslweb.com\\\/resources\\\/how-to-install-an-acme-ssl-certificate-on-plesk\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/cheapsslweb.com\\\/resources\\\/how-to-install-an-acme-ssl-certificate-on-plesk\\\/\",\"url\":\"https:\\\/\\\/cheapsslweb.com\\\/resources\\\/how-to-install-an-acme-ssl-certificate-on-plesk\\\/\",\"name\":\"How to Install & Configure ACME SSL Certificate in Plesk?\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cheapsslweb.com\\\/resources\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/cheapsslweb.com\\\/resources\\\/how-to-install-an-acme-ssl-certificate-on-plesk\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/cheapsslweb.com\\\/resources\\\/how-to-install-an-acme-ssl-certificate-on-plesk\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cheapsslweb.com\\\/resources\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/acme-installation-plesk.webp\",\"datePublished\":\"2026-06-30T09:53:13+00:00\",\"dateModified\":\"2026-06-30T09:59:32+00:00\",\"description\":\"Learn how to install an ACME SSL certificate on Plesk using ACME SSL. Follow this step-by-step guide to issue, configure, and automatically renew SSL certificates.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/cheapsslweb.com\\\/resources\\\/how-to-install-an-acme-ssl-certificate-on-plesk\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/cheapsslweb.com\\\/resources\\\/how-to-install-an-acme-ssl-certificate-on-plesk\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cheapsslweb.com\\\/resources\\\/how-to-install-an-acme-ssl-certificate-on-plesk\\\/#primaryimage\",\"url\":\"https:\\\/\\\/cheapsslweb.com\\\/resources\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/acme-installation-plesk.webp\",\"contentUrl\":\"https:\\\/\\\/cheapsslweb.com\\\/resources\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/acme-installation-plesk.webp\",\"width\":960,\"height\":621,\"caption\":\"ACME Configuration Plesk\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/cheapsslweb.com\\\/resources\\\/how-to-install-an-acme-ssl-certificate-on-plesk\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/cheapsslweb.com\\\/resources\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"SSL Automation\",\"item\":\"https:\\\/\\\/cheapsslweb.com\\\/resources\\\/ssl-automation\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"How to Install an ACME SSL Certificate on Plesk?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/cheapsslweb.com\\\/resources\\\/#website\",\"url\":\"https:\\\/\\\/cheapsslweb.com\\\/resources\\\/\",\"name\":\"CheapSSLWeb.com\",\"description\":\"SSL Errors and Installation Tutorials\",\"publisher\":{\"@id\":\"https:\\\/\\\/cheapsslweb.com\\\/resources\\\/#organization\"},\"alternateName\":\"Cheap SSL Web\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/cheapsslweb.com\\\/resources\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/cheapsslweb.com\\\/resources\\\/#organization\",\"name\":\"CheapSSLWeb\",\"alternateName\":\"Cheap SSL Web\",\"url\":\"https:\\\/\\\/cheapsslweb.com\\\/resources\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cheapsslweb.com\\\/resources\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/cheapsslweb.com\\\/resources\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/logo.png\",\"contentUrl\":\"https:\\\/\\\/cheapsslweb.com\\\/resources\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/logo.png\",\"width\":177,\"height\":60,\"caption\":\"CheapSSLWeb\"},\"image\":{\"@id\":\"https:\\\/\\\/cheapsslweb.com\\\/resources\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/cheapsslweb\",\"https:\\\/\\\/x.com\\\/cheapsslweb\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/cheapsslweb\\\/\",\"https:\\\/\\\/www.pinterest.com\\\/cheapsslweb\\\/\",\"https:\\\/\\\/www.instagram.com\\\/cheapsslweb\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/cheapsslweb.com\\\/resources\\\/#\\\/schema\\\/person\\\/c7d26eacacd9392c23be9d82e9af145e\",\"name\":\"Janki Mehta\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1fba817ef81065f1393461fc3a0d85c40f2cc826919819ea4df4b12d76566e62?s=96&d=https%3A%2F%2Fcheapsslweb.com%2Fblog%2Fwp-content%2Fuploads%2F2023%2F02%2Fjanki-mehta-jpg.webp&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1fba817ef81065f1393461fc3a0d85c40f2cc826919819ea4df4b12d76566e62?s=96&d=https%3A%2F%2Fcheapsslweb.com%2Fblog%2Fwp-content%2Fuploads%2F2023%2F02%2Fjanki-mehta-jpg.webp&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1fba817ef81065f1393461fc3a0d85c40f2cc826919819ea4df4b12d76566e62?s=96&d=https%3A%2F%2Fcheapsslweb.com%2Fblog%2Fwp-content%2Fuploads%2F2023%2F02%2Fjanki-mehta-jpg.webp&r=g\",\"caption\":\"Janki Mehta\"},\"description\":\"Janki Mehta is a Cyber-Security Enthusiast having 7+ years of experience and knowledge about Encryption, Digital Certificates and Online Security, She helps online users to stay safe and protect their online presence. Explore SSL Errors, Installation Guide and Security Tutorials for Safe Browsing and Web Security Experience.\",\"sameAs\":[\"https:\\\/\\\/cheapsslweb.com\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/pw-jankimehta\\\/\"],\"url\":\"https:\\\/\\\/cheapsslweb.com\\\/resources\\\/author\\\/janki-mehta\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Install & Configure ACME SSL Certificate in Plesk?","description":"Learn how to install an ACME SSL certificate on Plesk using ACME SSL. Follow this step-by-step guide to issue, configure, and automatically renew SSL certificates.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/cheapsslweb.com\/resources\/how-to-install-an-acme-ssl-certificate-on-plesk\/","og_locale":"en_US","og_type":"article","og_title":"How to Install & Configure ACME SSL Certificate in Plesk?","og_description":"Learn how to install an ACME SSL certificate on Plesk using ACME SSL. Follow this step-by-step guide to issue, configure, and automatically renew SSL certificates.","og_url":"https:\/\/cheapsslweb.com\/resources\/how-to-install-an-acme-ssl-certificate-on-plesk\/","og_site_name":"CheapSSLWeb.com Resources","article_publisher":"https:\/\/www.facebook.com\/cheapsslweb","article_published_time":"2026-06-30T09:53:13+00:00","article_modified_time":"2026-06-30T09:59:32+00:00","og_image":[{"width":960,"height":621,"url":"https:\/\/cheapsslweb.com\/resources\/wp-content\/uploads\/2026\/06\/acme-installation-plesk.webp","type":"image\/jpeg"}],"author":"Janki Mehta","twitter_card":"summary_large_image","twitter_creator":"@cheapsslweb","twitter_site":"@cheapsslweb","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/cheapsslweb.com\/resources\/how-to-install-an-acme-ssl-certificate-on-plesk\/#article","isPartOf":{"@id":"https:\/\/cheapsslweb.com\/resources\/how-to-install-an-acme-ssl-certificate-on-plesk\/"},"author":{"name":"Janki Mehta","@id":"https:\/\/cheapsslweb.com\/resources\/#\/schema\/person\/c7d26eacacd9392c23be9d82e9af145e"},"headline":"How to Install an ACME SSL Certificate on Plesk?","datePublished":"2026-06-30T09:53:13+00:00","dateModified":"2026-06-30T09:59:32+00:00","mainEntityOfPage":{"@id":"https:\/\/cheapsslweb.com\/resources\/how-to-install-an-acme-ssl-certificate-on-plesk\/"},"wordCount":1104,"commentCount":0,"publisher":{"@id":"https:\/\/cheapsslweb.com\/resources\/#organization"},"image":{"@id":"https:\/\/cheapsslweb.com\/resources\/how-to-install-an-acme-ssl-certificate-on-plesk\/#primaryimage"},"thumbnailUrl":"https:\/\/cheapsslweb.com\/resources\/wp-content\/uploads\/2026\/06\/acme-installation-plesk.webp","keywords":["ACME SSL certificate Plesk","Configure ACME SSL on Plesk"],"articleSection":["SSL Automation"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/cheapsslweb.com\/resources\/how-to-install-an-acme-ssl-certificate-on-plesk\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/cheapsslweb.com\/resources\/how-to-install-an-acme-ssl-certificate-on-plesk\/","url":"https:\/\/cheapsslweb.com\/resources\/how-to-install-an-acme-ssl-certificate-on-plesk\/","name":"How to Install & Configure ACME SSL Certificate in Plesk?","isPartOf":{"@id":"https:\/\/cheapsslweb.com\/resources\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cheapsslweb.com\/resources\/how-to-install-an-acme-ssl-certificate-on-plesk\/#primaryimage"},"image":{"@id":"https:\/\/cheapsslweb.com\/resources\/how-to-install-an-acme-ssl-certificate-on-plesk\/#primaryimage"},"thumbnailUrl":"https:\/\/cheapsslweb.com\/resources\/wp-content\/uploads\/2026\/06\/acme-installation-plesk.webp","datePublished":"2026-06-30T09:53:13+00:00","dateModified":"2026-06-30T09:59:32+00:00","description":"Learn how to install an ACME SSL certificate on Plesk using ACME SSL. Follow this step-by-step guide to issue, configure, and automatically renew SSL certificates.","breadcrumb":{"@id":"https:\/\/cheapsslweb.com\/resources\/how-to-install-an-acme-ssl-certificate-on-plesk\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cheapsslweb.com\/resources\/how-to-install-an-acme-ssl-certificate-on-plesk\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cheapsslweb.com\/resources\/how-to-install-an-acme-ssl-certificate-on-plesk\/#primaryimage","url":"https:\/\/cheapsslweb.com\/resources\/wp-content\/uploads\/2026\/06\/acme-installation-plesk.webp","contentUrl":"https:\/\/cheapsslweb.com\/resources\/wp-content\/uploads\/2026\/06\/acme-installation-plesk.webp","width":960,"height":621,"caption":"ACME Configuration Plesk"},{"@type":"BreadcrumbList","@id":"https:\/\/cheapsslweb.com\/resources\/how-to-install-an-acme-ssl-certificate-on-plesk\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cheapsslweb.com\/resources\/"},{"@type":"ListItem","position":2,"name":"SSL Automation","item":"https:\/\/cheapsslweb.com\/resources\/ssl-automation\/"},{"@type":"ListItem","position":3,"name":"How to Install an ACME SSL Certificate on Plesk?"}]},{"@type":"WebSite","@id":"https:\/\/cheapsslweb.com\/resources\/#website","url":"https:\/\/cheapsslweb.com\/resources\/","name":"CheapSSLWeb.com","description":"SSL Errors and Installation Tutorials","publisher":{"@id":"https:\/\/cheapsslweb.com\/resources\/#organization"},"alternateName":"Cheap SSL Web","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cheapsslweb.com\/resources\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/cheapsslweb.com\/resources\/#organization","name":"CheapSSLWeb","alternateName":"Cheap SSL Web","url":"https:\/\/cheapsslweb.com\/resources\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cheapsslweb.com\/resources\/#\/schema\/logo\/image\/","url":"https:\/\/cheapsslweb.com\/resources\/wp-content\/uploads\/2022\/03\/logo.png","contentUrl":"https:\/\/cheapsslweb.com\/resources\/wp-content\/uploads\/2022\/03\/logo.png","width":177,"height":60,"caption":"CheapSSLWeb"},"image":{"@id":"https:\/\/cheapsslweb.com\/resources\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/cheapsslweb","https:\/\/x.com\/cheapsslweb","https:\/\/www.linkedin.com\/company\/cheapsslweb\/","https:\/\/www.pinterest.com\/cheapsslweb\/","https:\/\/www.instagram.com\/cheapsslweb\/"]},{"@type":"Person","@id":"https:\/\/cheapsslweb.com\/resources\/#\/schema\/person\/c7d26eacacd9392c23be9d82e9af145e","name":"Janki Mehta","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/1fba817ef81065f1393461fc3a0d85c40f2cc826919819ea4df4b12d76566e62?s=96&d=https%3A%2F%2Fcheapsslweb.com%2Fblog%2Fwp-content%2Fuploads%2F2023%2F02%2Fjanki-mehta-jpg.webp&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/1fba817ef81065f1393461fc3a0d85c40f2cc826919819ea4df4b12d76566e62?s=96&d=https%3A%2F%2Fcheapsslweb.com%2Fblog%2Fwp-content%2Fuploads%2F2023%2F02%2Fjanki-mehta-jpg.webp&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1fba817ef81065f1393461fc3a0d85c40f2cc826919819ea4df4b12d76566e62?s=96&d=https%3A%2F%2Fcheapsslweb.com%2Fblog%2Fwp-content%2Fuploads%2F2023%2F02%2Fjanki-mehta-jpg.webp&r=g","caption":"Janki Mehta"},"description":"Janki Mehta is a Cyber-Security Enthusiast having 7+ years of experience and knowledge about Encryption, Digital Certificates and Online Security, She helps online users to stay safe and protect their online presence. Explore SSL Errors, Installation Guide and Security Tutorials for Safe Browsing and Web Security Experience.","sameAs":["https:\/\/cheapsslweb.com\/","https:\/\/www.linkedin.com\/in\/pw-jankimehta\/"],"url":"https:\/\/cheapsslweb.com\/resources\/author\/janki-mehta\/"}]}},"_links":{"self":[{"href":"https:\/\/cheapsslweb.com\/resources\/wp-json\/wp\/v2\/posts\/5928","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cheapsslweb.com\/resources\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cheapsslweb.com\/resources\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cheapsslweb.com\/resources\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cheapsslweb.com\/resources\/wp-json\/wp\/v2\/comments?post=5928"}],"version-history":[{"count":6,"href":"https:\/\/cheapsslweb.com\/resources\/wp-json\/wp\/v2\/posts\/5928\/revisions"}],"predecessor-version":[{"id":5938,"href":"https:\/\/cheapsslweb.com\/resources\/wp-json\/wp\/v2\/posts\/5928\/revisions\/5938"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cheapsslweb.com\/resources\/wp-json\/wp\/v2\/media\/5929"}],"wp:attachment":[{"href":"https:\/\/cheapsslweb.com\/resources\/wp-json\/wp\/v2\/media?parent=5928"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cheapsslweb.com\/resources\/wp-json\/wp\/v2\/categories?post=5928"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cheapsslweb.com\/resources\/wp-json\/wp\/v2\/tags?post=5928"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}