{"id":40140,"date":"2024-05-03T12:00:24","date_gmt":"2024-05-03T12:00:24","guid":{"rendered":"https:\/\/accuweb.cloud\/resource\/?post_type=faq&#038;p=40140"},"modified":"2026-02-19T06:48:02","modified_gmt":"2026-02-19T06:48:02","slug":"setup-custom-ssl-certificate","status":"publish","type":"faq","link":"https:\/\/accuweb.cloud\/resource\/articles\/setup-custom-ssl-certificate","title":{"rendered":"Custom SSL Certificates"},"content":{"rendered":"<h2 class=\"ack-h2\">Custom SSL Certificates<\/h2>\n<p><a class=\"ack-link-color\" href=\"https:\/\/accuweb.cloud\/resource\/articles\/ssl-certification-solution\/\" target=\"_blank\" rel=\"noopener\">SSL certificates<\/a> make your website secure. If you use our platform, it&#8217;s easy to host applications that require SSL. Apart from the <a class=\"ack-link-color\" href=\"https:\/\/accuweb.cloud\/resource\/articles\/how-to-configure-built-in-ssl\/\" target=\"_blank\" rel=\"noopener\">default SSL<\/a> and <a class=\"ack-link-color\" href=\"https:\/\/accuweb.cloud\/resource\/articles\/how-to-install-and-use-the-lets-encrypt-free-ssl-add-on\/\" target=\"_blank\" rel=\"noopener\">Let\u2019s Encrypt SSL<\/a>, you can also use your own SSL certificates on <a class=\"ack-link-color\" href=\"https:\/\/accuweb.cloud\/\" target=\"_blank\" rel=\"noopener\">our platform<\/a>.<\/p>\n<p>We support different types of certificates like <a class=\"ack-link-color\" href=\"https:\/\/accuweb.cloud\/resource\/articles\/self-signed-custom-certificates\/\" target=\"_blank\" rel=\"noopener\">self-signed<\/a>, wildcard, multi-domain, extended validation single domain, extended validation multi-domain, and low assurance\/domain-validated certificates.<\/p>\n<p>This guide will explain how to enable a custom SSL certificate for a single domain on your platform.<\/p>\n<div class=\"article-space\"><\/div>\n\t\t<div data-elementor-type=\"section\" data-elementor-id=\"38668\" class=\"elementor elementor-38668\" data-elementor-settings=\"{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}\" data-elementor-post-type=\"elementor_library\">\n\t\t\t        <section class=\"elementor-section elementor-top-section elementor-element elementor-element-882321f elementor-section-boxed elementor-section-height-default elementor-section-height-default ct-header-fixed-none ct-row-max-none\" data-id=\"882321f\" data-element_type=\"section\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n            \n                        <div class=\"elementor-container elementor-column-gap-default \">\n                    <div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7cc79cc\" data-id=\"7cc79cc\" data-element_type=\"column\">\n        <div class=\"elementor-widget-wrap elementor-element-populated\">\n                    \n        \t\t<div class=\"elementor-element elementor-element-e31b40f elementor-widget elementor-widget-shortcode\" data-id=\"e31b40f\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t            <\/div>\n        <\/div>\n                    <\/div>\n        <\/section>\n        \t\t<\/div>\n\t\t\n<div class=\"article-space\"><\/div>\n<h2 class=\"ack-h2\">Generate a Custom SSL Certificate<\/h2>\n<p>To add your Custom SSL certificate, you&#8217;ll need a few things:<\/p>\n<ul class=\"ack-ul\">\n<li>A custom domain name that you&#8217;ve already bought.<\/li>\n<li>A server key.<\/li>\n<li>Intermediate certificate or certificates chain (CA).<\/li>\n<li>Domain certificate.<\/li>\n<\/ul>\n<p>Here&#8217;s what you should do next:<\/p>\n<p><strong>Step 1.<\/strong> Buy a domain name (like demovpstest.com) from any domain registrar.<\/p>\n<p><strong>Step 2.<\/strong> Create your server key for the domain you bought and make a Certificate Request based on it. You can use any tool you prefer.<\/p>\n<p>We&#8217;ll show you how to do it using OpenSSL. Depending on your operating system (Windows, Linux, MacOS, or FreeBSD), follow the appropriate steps.<\/p>\n<h3 class=\"ack-h3\">For Windows<\/h3>\n<p><a class=\"ack-link-color\" href=\"https:\/\/code.google.com\/archive\/p\/openssl-for-windows\/downloads\" target=\"_blank\" rel=\"noopener\">Download<\/a> the latest version of the OpenSSL tool and unzip it.<\/p>\n<p>Open the &#8220;bin&#8221; folder and double-click the openssl.exe file to run the tool.<\/p>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Openssl.exe-File.png\"><img fetchpriority=\"high\" decoding=\"async\" class=\"ack-article-image aligncenter wp-image-40151 size-full\" title=\"Openssl.exe file\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Openssl.exe-File.png\" alt=\"Openssl.exe file\" width=\"905\" height=\"560\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Openssl.exe-File.png 905w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Openssl.exe-File-300x186.png 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Openssl.exe-File-768x475.png 768w\" sizes=\"(max-width: 905px) 100vw, 905px\" \/><\/a><\/p>\n<p>When you generate your SSH private server key, use this command:<\/p>\n<p>csharp<br \/>\ngenrsa -out {filename} {length}<\/p>\n<p>Replace {filename} with the name you want for your key file (like server.key), and {length} with the desired key length in bits (at least 2048 is recommended, Here for example, 4096).<\/p>\n<div class=\"ack-formula\"><strong>Important Note:<\/strong> Don&#8217;t add a passphrase to your key, or you&#8217;ll get an error later.<\/div>\n<div class=\"article-space\"><\/div>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Generate-RSA-key.png\"><img decoding=\"async\" class=\"ack-article-image aligncenter wp-image-40158 size-full\" title=\"Generate RSA key\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Generate-RSA-key.png\" alt=\"Generate RSA key\" width=\"1109\" height=\"328\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Generate-RSA-key.png 1109w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Generate-RSA-key-300x89.png 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Generate-RSA-key-1024x303.png 1024w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Generate-RSA-key-768x227.png 768w\" sizes=\"(max-width: 1109px) 100vw, 1109px\" \/><\/a><\/p>\n<p>Next, create a certificate request using this command:<\/p>\n<pre><code class=\"language-javascript\">req -config {config_path} -new -key {keyname} -out {filename}<\/code><\/pre>\n<p>Replace {config_path} with the path to the openssl.cnf configuration file (usually found in the same folder as openssl.exe), {keyname} with your server key&#8217;s name (like server.key), and {filename} with the name you want for your request file (like server.csr).<\/p>\n<p>You&#8217;ll be asked some questions to complete the certificate information with your details.<\/p>\n<div class=\"ack-formula\"><strong>Important Note:<\/strong> The Common Name must match your domain name exactly, or your certificate won\u2019t work.<\/div>\n<div class=\"article-space\"><\/div>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/The-certificate-information.png\"><img decoding=\"async\" class=\"ack-article-image aligncenter wp-image-40162 size-full\" title=\"The certificate information\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/The-certificate-information.png\" alt=\"The certificate information\" width=\"1108\" height=\"628\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/The-certificate-information.png 1108w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/The-certificate-information-300x170.png 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/The-certificate-information-1024x580.png 1024w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/The-certificate-information-768x435.png 768w\" sizes=\"(max-width: 1108px) 100vw, 1108px\" \/><\/a><\/p>\n<p>Once you provide all the details in the command prompt and press enter, the server.key, and server.csr files will be created in the bin folder.<\/p>\n<p>You need to share the server.csr key (Certificate Sign Request) with the SSL Certificate provider from where you want to purchase the SSL Certificate for your domain name or website.<\/p>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Share-key-to-SSL-provider.png\"><img loading=\"lazy\" decoding=\"async\" class=\"ack-article-image aligncenter wp-image-40163 size-full\" title=\"Share key to SSL provider\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Share-key-to-SSL-provider.png\" alt=\"Share key to SSL provider\" width=\"903\" height=\"438\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Share-key-to-SSL-provider.png 903w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Share-key-to-SSL-provider-300x146.png 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Share-key-to-SSL-provider-768x373.png 768w\" sizes=\"(max-width: 903px) 100vw, 903px\" \/><\/a><\/p>\n<h3 class=\"ack-h3\">For Linux\/MacOS\/FreeBSD<\/h3>\n<p>If you don&#8217;t have OpenSSL tool yet, you can install it using a command that matches your operating system. For example, if you&#8217;re using Ubuntu or Debian Linux, you can use this command:<\/p>\n<pre><code class=\"language-javascript\"># sudo apt-get install openssl<\/code><\/pre>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Sudo-command.png\"><img loading=\"lazy\" decoding=\"async\" class=\"ack-article-image aligncenter wp-image-40166 size-full\" title=\"Sudo command\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Sudo-command.png\" alt=\"Sudo command\" width=\"821\" height=\"319\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Sudo-command.png 821w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Sudo-command-300x117.png 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Sudo-command-768x298.png 768w\" sizes=\"(max-width: 821px) 100vw, 821px\" \/><\/a><\/p>\n<p>After the installation, you can start generating the necessary files. All files created by OpenSSL will be saved in your computer&#8217;s home directory by default.<\/p>\n<p>First, you&#8217;ll need to create an SSH private server key. Use this command:<\/p>\n<pre><code class=\"language-javascript\"># openssl genrsa -out {filename} {length}<\/code><\/pre>\n<p>Replace {filename} with the name you want for your key file (like server.key), and {length} with the desired key length in bits (like 4096).<\/p>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Create-SSH-private-server.png\"><img loading=\"lazy\" decoding=\"async\" class=\"ack-article-image aligncenter wp-image-40167 size-full\" title=\"Create SSH private server\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Create-SSH-private-server.png\" alt=\"Create SSH private server\" width=\"822\" height=\"161\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Create-SSH-private-server.png 822w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Create-SSH-private-server-300x59.png 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Create-SSH-private-server-768x150.png 768w\" sizes=\"(max-width: 822px) 100vw, 822px\" \/><\/a><\/p>\n<p><strong>Remember:<\/strong> Don&#8217;t add a passphrase to your key, or you&#8217;ll get an error later.<\/p>\n<p>Next, create a certificate request with this command:<\/p>\n<pre><code class=\"language-javascript\"># openssl req -new -key {keyname} -out {filename}<\/code><\/pre>\n<p>Replace {keyname} with your server key&#8217;s name (like server.key), and {filename} with the name you want for your request file (like server.csr).<\/p>\n<p>You&#8217;ll be asked some questions to complete the certificate information with your details.<\/p>\n<div class=\"ack-formula\"><strong>Important Note:<\/strong> Make sure the Common Name matches your domain name exactly, or your certificate won\u2019t be valid.<\/div>\n<div class=\"article-space\"><\/div>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Certificate-request.png\"><img loading=\"lazy\" decoding=\"async\" class=\"ack-article-image aligncenter wp-image-40169 size-full\" title=\"Certificate request\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Certificate-request.png\" alt=\"Certificate request\" width=\"831\" height=\"503\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Certificate-request.png 831w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Certificate-request-300x182.png 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Certificate-request-768x465.png 768w\" sizes=\"(max-width: 831px) 100vw, 831px\" \/><\/a><\/p>\n<p><strong>Step 3.<\/strong> Share the Certificate Request you got to your favorite Certificate Authority (CA) company for signing.<\/p>\n<div class=\"ack-formula\">\n<strong>Note:<\/strong> You can <a class=\"ack-link-color\" target=\"_blank\" rel=\"noopener\" href=\"https:\/\/accuweb.cloud\/resource\/articles\/self-signed-custom-certificates\/\">self-sign certificates<\/a> yourself; check out this guide for detailed instructions.<\/div>\n<div class=\"article-space\"><\/div>\n<p><strong>Step 4.<\/strong> The CA you picked checks if you really own the domain and, if everything&#8217;s good, sends back the Intermediate certificate and Domain certificate to you.<\/p>\n<p>When you have all the files you need, you can set up your environment.<\/p>\n<div class=\"article-space\"><\/div>\n\t\t<div data-elementor-type=\"section\" data-elementor-id=\"38668\" class=\"elementor elementor-38668\" data-elementor-settings=\"{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}\" data-elementor-post-type=\"elementor_library\">\n\t\t\t        <section class=\"elementor-section elementor-top-section elementor-element elementor-element-882321f elementor-section-boxed elementor-section-height-default elementor-section-height-default ct-header-fixed-none ct-row-max-none\" data-id=\"882321f\" data-element_type=\"section\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n            \n                        <div class=\"elementor-container elementor-column-gap-default \">\n                    <div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7cc79cc\" data-id=\"7cc79cc\" data-element_type=\"column\">\n        <div class=\"elementor-widget-wrap elementor-element-populated\">\n                    \n        \t\t<div class=\"elementor-element elementor-element-e31b40f elementor-widget elementor-widget-shortcode\" data-id=\"e31b40f\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t            <\/div>\n        <\/div>\n                    <\/div>\n        <\/section>\n        \t\t<\/div>\n\t\t\n<div class=\"article-space\"><\/div>\n<h2 class=\"ack-h2\">Adjust Environment Topology<\/h2>\n<p>To make sure your environment is secure with a Custom SSL certificate, you need to have a custom domain and a Public IP address linked to your application server.<\/p>\n<div class=\"ack-formula\"><strong>Note:<\/strong> Environments using .NET, Go, Node.js servers, or <a class=\"ack-link-color\" href=\"https:\/\/accuweb.cloud\/resource\/articles\/container-types-and-use-cases#docker-containers\" target=\"_blank\" rel=\"noopener\">custom Docker containers<\/a> need a certified <a class=\"ack-link-color\" href=\"https:\/\/accuweb.cloud\/resource\/articles\/load-balancing-introduction\/\" target=\"_blank\" rel=\"noopener\">load balancer<\/a> to support custom SSL. In these cases, the external IP address should be attached to the balancer instead of the application server, as it becomes the entry point for your environment.<\/div>\n<div class=\"article-space\"><\/div>\n<p><strong>Step 1:<\/strong> Log in to the platform dashboard and choose the environment where you want to install the custom SSL Certificate.<\/p>\n<p>For example, we&#8217;ve selected env-5014628.us-accuweb.cloud. Then, click on the &#8220;<strong>Change Environment Setup<\/strong>&#8221; button.<\/p>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Change-Environmnet-setup.png\"><img loading=\"lazy\" decoding=\"async\" class=\"ack-article-image aligncenter wp-image-40170 size-full\" title=\"Change Environment setup\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Change-Environmnet-setup.png\" alt=\"Change Environment setup\" width=\"1014\" height=\"521\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Change-Environmnet-setup.png 1014w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Change-Environmnet-setup-300x154.png 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Change-Environmnet-setup-768x395.png 768w\" sizes=\"(max-width: 1014px) 100vw, 1014px\" \/><\/a><\/p>\n<p><strong>Step 2:<\/strong> In the Environment Setup window that appears, switch to the SSL section above the server blocks. Check if all the requirements for Custom SSL are met (if all the options in the requirements list have a green checkmark).<\/p>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Check-custom-SSL.png\"><img loading=\"lazy\" decoding=\"async\" class=\"ack-article-image aligncenter wp-image-40171 size-full\" title=\"Check custom SSL\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Check-custom-SSL.png\" alt=\"Check custom SSL\" width=\"976\" height=\"608\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Check-custom-SSL.png 976w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Check-custom-SSL-300x187.png 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Check-custom-SSL-768x478.png 768w\" sizes=\"(max-width: 976px) 100vw, 976px\" \/><\/a><\/p>\n<p>If any requirements are not met, the platform can help you enable them for your environment with one click. Select the <strong>Enable<\/strong> button next to the list of requirements, and your environment setup will be adjusted accordingly.<\/p>\n<p>To finish the adjustment, click on the &#8220;<strong>Apply<\/strong>&#8221; button.<\/p>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Apply.png\"><img loading=\"lazy\" decoding=\"async\" class=\"ack-article-image aligncenter wp-image-40172 size-full\" title=\"Apply\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Apply.png\" alt=\"Apply\" width=\"982\" height=\"607\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Apply.png 982w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Apply-300x185.png 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Apply-768x475.png 768w\" sizes=\"(max-width: 982px) 100vw, 982px\" \/><\/a><\/p>\n<h2 class=\"ack-h2\">Setting up Domain Name and A Record<\/h2>\n<p>Now, you need to set an A Record to connect your <a class=\"ack-link-color\" href=\"https:\/\/accuweb.cloud\/resource\/articles\/custom-domain-name\/\" target=\"_blank\" rel=\"noopener\">custom domain name<\/a> to your application&#8217;s public IP address.<\/p>\n<p><strong>Step 1:<\/strong> Go to the environment and click on the arrow to open it up. Then, choose the application server and click on the arrow to open it too.<\/p>\n<p>Find the Node Server and click on the arrow to see the list of IP addresses. Click on &#8220;<strong>Copy to Clipboard<\/strong>&#8221; next to your public IP address.<\/p>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Copy-to-clipboard.png\"><img loading=\"lazy\" decoding=\"async\" class=\"ack-article-image aligncenter wp-image-40174 size-full\" title=\"Copy to clipboard\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Copy-to-clipboard.png\" alt=\"Copy to clipboard\" width=\"1017\" height=\"637\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Copy-to-clipboard.png 1017w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Copy-to-clipboard-300x188.png 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Copy-to-clipboard-768x481.png 768w\" sizes=\"(max-width: 1017px) 100vw, 1017px\" \/><\/a><\/p>\n<p><strong>Step 2:<\/strong> Go to the <strong>DNS Manager<\/strong> of your domain name and create\/update an A Record there.<\/p>\n<div class=\"article-space\"><\/div>\n\t\t<div data-elementor-type=\"section\" data-elementor-id=\"38668\" class=\"elementor elementor-38668\" data-elementor-settings=\"{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}\" data-elementor-post-type=\"elementor_library\">\n\t\t\t        <section class=\"elementor-section elementor-top-section elementor-element elementor-element-882321f elementor-section-boxed elementor-section-height-default elementor-section-height-default ct-header-fixed-none ct-row-max-none\" data-id=\"882321f\" data-element_type=\"section\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n            \n                        <div class=\"elementor-container elementor-column-gap-default \">\n                    <div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7cc79cc\" data-id=\"7cc79cc\" data-element_type=\"column\">\n        <div class=\"elementor-widget-wrap elementor-element-populated\">\n                    \n        \t\t<div class=\"elementor-element elementor-element-e31b40f elementor-widget elementor-widget-shortcode\" data-id=\"e31b40f\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t            <\/div>\n        <\/div>\n                    <\/div>\n        <\/section>\n        \t\t<\/div>\n\t\t\n<div class=\"article-space\"><\/div>\n<h2 class=\"ack-h2\">Uploading Certificate to Your Environment<\/h2>\n<p>The final step is to put the certificate files into your environment.<\/p>\n<p><strong>Step 1:<\/strong> Click on &#8220;<strong>Settings<\/strong>&#8221; for the environment you&#8217;ve set up.<\/p>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Settings-1.png\"><img loading=\"lazy\" decoding=\"async\" class=\"ack-article-image aligncenter wp-image-40176 size-full\" title=\"Settings\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Settings-1.png\" alt=\"Settings\" width=\"1016\" height=\"420\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Settings-1.png 1016w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Settings-1-300x124.png 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Settings-1-768x317.png 768w\" sizes=\"(max-width: 1016px) 100vw, 1016px\" \/><\/a><\/p>\n<p><strong>Step 2:<\/strong> In the tab that opens, pick the &#8220;<strong>Custom SSL<\/strong>&#8221; option from the list on the left side.<\/p>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Custom-SSL.png\"><img loading=\"lazy\" decoding=\"async\" class=\"ack-article-image aligncenter wp-image-40177 size-full\" title=\"Custom SSL\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Custom-SSL.png\" alt=\"Custom SSL\" width=\"1015\" height=\"534\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Custom-SSL.png 1015w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Custom-SSL-300x158.png 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Custom-SSL-768x404.png 768w\" sizes=\"(max-width: 1015px) 100vw, 1015px\" \/><\/a><\/p>\n<p><strong>Step 3:<\/strong> To upload the Server key, Intermediate Certificate, and domain certificate, click on the &#8220;<strong>change<\/strong>&#8221; button.<\/p>\n<p><strong>Step 4:<\/strong> Put the Server Key, Intermediate Certificate (CA), and Domain Certificate in the right spots, and then hit &#8220;<strong>Save<\/strong>&#8221; to install the SSL Certificate.<\/p>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Install-certificate.png\"><img loading=\"lazy\" decoding=\"async\" class=\"ack-article-image aligncenter wp-image-40179 size-full\" title=\"Install certificate\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Install-certificate.png\" alt=\"Install certificate\" width=\"1018\" height=\"441\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Install-certificate.png 1018w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Install-certificate-300x130.png 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Install-certificate-768x333.png 768w\" sizes=\"(max-width: 1018px) 100vw, 1018px\" \/><\/a><\/p>\n<p><strong>Step 5:<\/strong> After installing the certificate, you&#8217;ll see important details like when it will expire and the hostname or domain name it covers.<\/p>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Certificate-details.png\"><img loading=\"lazy\" decoding=\"async\" class=\"ack-article-image aligncenter wp-image-40180 size-full\" title=\"Certificate details\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Certificate-details.png\" alt=\"Certificate details\" width=\"1016\" height=\"409\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Certificate-details.png 1016w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Certificate-details-300x121.png 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Certificate-details-768x309.png 768w\" sizes=\"(max-width: 1016px) 100vw, 1016px\" \/><\/a><\/p>\n<h2 class=\"ack-h2\">Checking the SSL Certificate<\/h2>\n<p><strong>Step 1:<\/strong> Open your web browser and go to your website&#8217;s domain name.<\/p>\n<p><strong>Step 2:<\/strong> Make sure your site loads with https:\/\/, and you should see the name of the SSL Certificate vendor you bought it from.<\/p>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Verify-SSL-certificate.png\"><img loading=\"lazy\" decoding=\"async\" class=\"ack-article-image aligncenter wp-image-40181 size-full\" title=\"Verify SSL certificate\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Verify-SSL-certificate.png\" alt=\"Verify SSL certificate\" width=\"1008\" height=\"949\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Verify-SSL-certificate.png 1008w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Verify-SSL-certificate-300x282.png 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Verify-SSL-certificate-768x723.png 768w\" sizes=\"(max-width: 1008px) 100vw, 1008px\" \/><\/a><\/p>\n<p>That\u2019s all! Now you can be confident all the received\/sent by your application data is secured and encrypted.<\/p>\n<div class=\"cta-btn-top-space\"><\/div>\n\t\t<div data-elementor-type=\"section\" data-elementor-id=\"38668\" class=\"elementor elementor-38668\" data-elementor-settings=\"{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}\" data-elementor-post-type=\"elementor_library\">\n\t\t\t        <section class=\"elementor-section elementor-top-section elementor-element elementor-element-882321f elementor-section-boxed elementor-section-height-default elementor-section-height-default ct-header-fixed-none ct-row-max-none\" data-id=\"882321f\" data-element_type=\"section\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n            \n                        <div class=\"elementor-container elementor-column-gap-default \">\n                    <div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7cc79cc\" data-id=\"7cc79cc\" data-element_type=\"column\">\n        <div class=\"elementor-widget-wrap elementor-element-populated\">\n                    \n        \t\t<div class=\"elementor-element elementor-element-e31b40f elementor-widget elementor-widget-shortcode\" data-id=\"e31b40f\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t            <\/div>\n        <\/div>\n                    <\/div>\n        <\/section>\n        \t\t<\/div>\n\t\t\n<div class=\"cta-btn-mob-space\"><\/div>\n","protected":false},"author":1,"featured_media":52879,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","class_list":["post-40140","faq","type-faq","status-publish","has-post-thumbnail","hentry","faq_topics-application-settings","faq_topics-custom-ssl-certificate","faq_topics-kb","faq_topics-product-documentation","faq_topics-security","faq_topics-ssl"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v20.10 (Yoast SEO v24.5) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Generate Custom SSL Certificates for Your Website<\/title>\n<meta name=\"description\" content=\"Learn how to enable custom SSL certificates for your website. Follow our step-by-step guide to generate and add your own SSL certificate.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/accuweb.cloud\/resource\/articles\/setup-custom-ssl-certificate\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Custom SSL Certificates\" \/>\n<meta property=\"og:description\" content=\"Learn how to enable custom SSL certificates for your website. Follow our step-by-step guide to generate and add your own SSL certificate.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/accuweb.cloud\/resource\/articles\/setup-custom-ssl-certificate\" \/>\n<meta property=\"og:site_name\" content=\"AccuWeb Cloud\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-19T06:48:02+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"720\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/setup-custom-ssl-certificate#article\",\"isPartOf\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/setup-custom-ssl-certificate\"},\"author\":{\"name\":\"Jilesh Patadiya\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/#\/schema\/person\/a7a4cbe8405202b537509c757b588c58\"},\"headline\":\"Custom SSL Certificates\",\"datePublished\":\"2024-05-03T12:00:24+00:00\",\"dateModified\":\"2026-02-19T06:48:02+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/setup-custom-ssl-certificate\"},\"wordCount\":1157,\"publisher\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/#organization\"},\"image\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/setup-custom-ssl-certificate#primaryimage\"},\"thumbnailUrl\":\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg\",\"inLanguage\":\"en-US\"},{\"@type\":[\"WebPage\",\"FAQPage\"],\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/setup-custom-ssl-certificate\",\"url\":\"https:\/\/accuweb.cloud\/resource\/articles\/setup-custom-ssl-certificate\",\"name\":\"How to Generate Custom SSL Certificates for Your Website\",\"isPartOf\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/setup-custom-ssl-certificate#primaryimage\"},\"image\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/setup-custom-ssl-certificate#primaryimage\"},\"thumbnailUrl\":\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg\",\"datePublished\":\"2024-05-03T12:00:24+00:00\",\"dateModified\":\"2026-02-19T06:48:02+00:00\",\"description\":\"Learn how to enable custom SSL certificates for your website. Follow our step-by-step guide to generate and add your own SSL certificate.\",\"breadcrumb\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/setup-custom-ssl-certificate#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/accuweb.cloud\/resource\/articles\/setup-custom-ssl-certificate\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/setup-custom-ssl-certificate#primaryimage\",\"url\":\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg\",\"contentUrl\":\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg\",\"width\":1280,\"height\":720},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/setup-custom-ssl-certificate#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/accuweb.cloud\/resource\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Custom SSL Certificates\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/#website\",\"url\":\"https:\/\/accuweb.cloud\/resource\/\",\"name\":\"AccuWeb Cloud\",\"description\":\"Cutting Edge Cloud Computing\",\"publisher\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/accuweb.cloud\/resource\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/#organization\",\"name\":\"AccuWeb.Cloud\",\"url\":\"https:\/\/accuweb.cloud\/resource\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/04\/accuwebcloud_logo_black_tagline.jpg\",\"contentUrl\":\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/04\/accuwebcloud_logo_black_tagline.jpg\",\"width\":156,\"height\":87,\"caption\":\"AccuWeb.Cloud\"},\"image\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/#\/schema\/person\/a7a4cbe8405202b537509c757b588c58\",\"name\":\"Jilesh Patadiya\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/2cea2bdb5bbabb771ee67e96acad7396f25cb1a0c360b9bc4a9ac40cea9cd8b2?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/2cea2bdb5bbabb771ee67e96acad7396f25cb1a0c360b9bc4a9ac40cea9cd8b2?s=96&d=mm&r=g\",\"caption\":\"Jilesh Patadiya\"},\"description\":\"Jilesh Patadiya, the visionary Co-Founder and Chief Technology Officer (CTO) behind AccuWeb.Cloud. Founder &amp; CTO at AccuWebHosting.com. He shares his web hosting insights on the AccuWeb.Cloud blog. He mostly writes on the latest web hosting trends, WordPress, storage technologies, and Windows and Linux hosting platforms.\",\"sameAs\":[\"https:\/\/accuweb.cloud\/resource\",\"https:\/\/www.facebook.com\/accuwebhosting\",\"https:\/\/www.instagram.com\/accuwebhosting\/\",\"https:\/\/www.linkedin.com\/company\/accuwebhosting\/\",\"https:\/\/x.com\/accuwebhosting\",\"https:\/\/www.youtube.com\/c\/Accuwebhosting\"],\"url\":\"https:\/\/accuweb.cloud\/resource\/author\/accuwebadmin\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to Generate Custom SSL Certificates for Your Website","description":"Learn how to enable custom SSL certificates for your website. Follow our step-by-step guide to generate and add your own SSL certificate.","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:\/\/accuweb.cloud\/resource\/articles\/setup-custom-ssl-certificate","og_locale":"en_US","og_type":"article","og_title":"Custom SSL Certificates","og_description":"Learn how to enable custom SSL certificates for your website. Follow our step-by-step guide to generate and add your own SSL certificate.","og_url":"https:\/\/accuweb.cloud\/resource\/articles\/setup-custom-ssl-certificate","og_site_name":"AccuWeb Cloud","article_modified_time":"2026-02-19T06:48:02+00:00","og_image":[{"width":1280,"height":720,"url":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/accuweb.cloud\/resource\/articles\/setup-custom-ssl-certificate#article","isPartOf":{"@id":"https:\/\/accuweb.cloud\/resource\/articles\/setup-custom-ssl-certificate"},"author":{"name":"Jilesh Patadiya","@id":"https:\/\/accuweb.cloud\/resource\/#\/schema\/person\/a7a4cbe8405202b537509c757b588c58"},"headline":"Custom SSL Certificates","datePublished":"2024-05-03T12:00:24+00:00","dateModified":"2026-02-19T06:48:02+00:00","mainEntityOfPage":{"@id":"https:\/\/accuweb.cloud\/resource\/articles\/setup-custom-ssl-certificate"},"wordCount":1157,"publisher":{"@id":"https:\/\/accuweb.cloud\/resource\/#organization"},"image":{"@id":"https:\/\/accuweb.cloud\/resource\/articles\/setup-custom-ssl-certificate#primaryimage"},"thumbnailUrl":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg","inLanguage":"en-US"},{"@type":["WebPage","FAQPage"],"@id":"https:\/\/accuweb.cloud\/resource\/articles\/setup-custom-ssl-certificate","url":"https:\/\/accuweb.cloud\/resource\/articles\/setup-custom-ssl-certificate","name":"How to Generate Custom SSL Certificates for Your Website","isPartOf":{"@id":"https:\/\/accuweb.cloud\/resource\/#website"},"primaryImageOfPage":{"@id":"https:\/\/accuweb.cloud\/resource\/articles\/setup-custom-ssl-certificate#primaryimage"},"image":{"@id":"https:\/\/accuweb.cloud\/resource\/articles\/setup-custom-ssl-certificate#primaryimage"},"thumbnailUrl":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg","datePublished":"2024-05-03T12:00:24+00:00","dateModified":"2026-02-19T06:48:02+00:00","description":"Learn how to enable custom SSL certificates for your website. Follow our step-by-step guide to generate and add your own SSL certificate.","breadcrumb":{"@id":"https:\/\/accuweb.cloud\/resource\/articles\/setup-custom-ssl-certificate#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/accuweb.cloud\/resource\/articles\/setup-custom-ssl-certificate"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/accuweb.cloud\/resource\/articles\/setup-custom-ssl-certificate#primaryimage","url":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg","contentUrl":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg","width":1280,"height":720},{"@type":"BreadcrumbList","@id":"https:\/\/accuweb.cloud\/resource\/articles\/setup-custom-ssl-certificate#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/accuweb.cloud\/resource\/"},{"@type":"ListItem","position":2,"name":"Custom SSL Certificates"}]},{"@type":"WebSite","@id":"https:\/\/accuweb.cloud\/resource\/#website","url":"https:\/\/accuweb.cloud\/resource\/","name":"AccuWeb Cloud","description":"Cutting Edge Cloud Computing","publisher":{"@id":"https:\/\/accuweb.cloud\/resource\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/accuweb.cloud\/resource\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/accuweb.cloud\/resource\/#organization","name":"AccuWeb.Cloud","url":"https:\/\/accuweb.cloud\/resource\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/accuweb.cloud\/resource\/#\/schema\/logo\/image\/","url":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/04\/accuwebcloud_logo_black_tagline.jpg","contentUrl":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/04\/accuwebcloud_logo_black_tagline.jpg","width":156,"height":87,"caption":"AccuWeb.Cloud"},"image":{"@id":"https:\/\/accuweb.cloud\/resource\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/accuweb.cloud\/resource\/#\/schema\/person\/a7a4cbe8405202b537509c757b588c58","name":"Jilesh Patadiya","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/accuweb.cloud\/resource\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/2cea2bdb5bbabb771ee67e96acad7396f25cb1a0c360b9bc4a9ac40cea9cd8b2?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/2cea2bdb5bbabb771ee67e96acad7396f25cb1a0c360b9bc4a9ac40cea9cd8b2?s=96&d=mm&r=g","caption":"Jilesh Patadiya"},"description":"Jilesh Patadiya, the visionary Co-Founder and Chief Technology Officer (CTO) behind AccuWeb.Cloud. Founder &amp; CTO at AccuWebHosting.com. He shares his web hosting insights on the AccuWeb.Cloud blog. He mostly writes on the latest web hosting trends, WordPress, storage technologies, and Windows and Linux hosting platforms.","sameAs":["https:\/\/accuweb.cloud\/resource","https:\/\/www.facebook.com\/accuwebhosting","https:\/\/www.instagram.com\/accuwebhosting\/","https:\/\/www.linkedin.com\/company\/accuwebhosting\/","https:\/\/x.com\/accuwebhosting","https:\/\/www.youtube.com\/c\/Accuwebhosting"],"url":"https:\/\/accuweb.cloud\/resource\/author\/accuwebadmin"}]}},"_links":{"self":[{"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/faq\/40140","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/faq"}],"about":[{"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/types\/faq"}],"author":[{"embeddable":true,"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/comments?post=40140"}],"version-history":[{"count":11,"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/faq\/40140\/revisions"}],"predecessor-version":[{"id":53313,"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/faq\/40140\/revisions\/53313"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/media\/52879"}],"wp:attachment":[{"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/media?parent=40140"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}