{"id":531,"date":"2023-03-23T09:31:34","date_gmt":"2023-03-23T09:31:34","guid":{"rendered":"https:\/\/certerassl.com\/kb\/?p=531"},"modified":"2024-10-15T10:58:42","modified_gmt":"2024-10-15T10:58:42","slug":"how-to-install-ssl-certificate-on-zimbra","status":"publish","type":"post","link":"https:\/\/certera.com\/kb\/how-to-install-ssl-certificate-on-zimbra\/","title":{"rendered":"How to Install SSL Certificate on Zimbra?"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Many organizations, including businesses, government agencies, &amp; educational institutions, use Zimbra as an affordable and feature-rich alternative to other email and collaboration platforms. Securing it with an SSL certificate is given for such a platform. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">But do you know how to install SSL on Zimbra? If not, read on to know all about it. We have discussed the two ways you can install SSL on the platform.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">But before you start installing, you must <a href=\"https:\/\/certera.com\/buy-ssl-certificates\">buy SSL certificate<\/a> first. Also, before buying SSL, there is another step to take: CSR generation. Let&#8217;s do that first.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/certera.com\/ssl\/certera\/certera-ssl\"><img decoding=\"async\" width=\"960\" height=\"150\" sizes=\"(max-width: 960px) 100vw, 960px\" src=\"https:\/\/certera.com\/kb\/wp-content\/uploads\/2024\/05\/buy-cheap-ssl-certs-cta-jpg.webp\" alt=\"Buy Cheap SSL Certificates\" class=\"wp-image-2030\" srcset=\"https:\/\/certera.com\/kb\/wp-content\/uploads\/2024\/05\/buy-cheap-ssl-certs-cta-jpg.webp 960w, https:\/\/certera.com\/kb\/wp-content\/uploads\/2024\/05\/buy-cheap-ssl-certs-cta-300x47.webp 300w, https:\/\/certera.com\/kb\/wp-content\/uploads\/2024\/05\/buy-cheap-ssl-certs-cta-768x120.webp 768w\" \/><\/a><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Generate CSR<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">One of the easiest ways of generating CSR is using our efficient <a href=\"https:\/\/certera.com\/ssl-tools\/csr-generator\">CSR generator tool<\/a>. You need no prior technical knowledge to do this; all you must do is fill in all the required fields as prompted, and the tool will generate a CSR that you can use when buying the SSL certificate from your Certificate Authority.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Wait! You cannot start with the installation process just yet. There is one more stop. After generating the CSR, you have to copy-paste the content of the code.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\u2014\u2013BEGIN CERTIFICATE REQUEST\u2014\u2013 and \u2014\u2013END CERTIFICATE REQUEST\u2014\u2013<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">You can now go ahead with the installation process.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Now Zimbra SSL Installation Begins<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">As we already said, there are two ways of installing the SSL on Zimbra. They are<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Zimbra command line interface<\/li>\n\n\n\n<li>WebApp administration console<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Let&#8217;s get started with the Zimbra command line interface first.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Method 1: Zimbra SSL Installation through Line Interface<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">SSL certificate installation on Zimbra via the command line can be done by following these steps:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 1. Sign in to the Server<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">If your Zimbra version is older than 8.7, you can sign in using the remote access method, and If your Zimbra version is 8.7 or newer, log in as a Zimbra user.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">After you are signed in, you can switch between the root and Zimbra user using the following commands.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>To switch from root to Zimbra user, enter the following command:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>su \u2013 zimbra<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>To switch from the Zimbra user to the root, enter the following command:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo su<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Note: Remember to use caution when switching between user accounts, as this can have significant impacts on the security &amp; stability of your server.<\/em><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 2: Start SSL Installation<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">To begin installing your SSL certificate, you need to locate &amp; access the appropriate tool or panel within Zimbra. You can do that by looking for the <strong>zmcertmrg<\/strong> tool. After finding the tool, you must type the following command:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/etc\/zimbra\/bin\/zmcertmgr<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Step 3: Prepare and Upload Certificate Files<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Before uploading your certificate files, ensure you have received them from the Certificate Authority via email during the SSL validation process. You need the <strong>certificate (.crt) file <\/strong>&amp; the <strong>CA bundle (.ca-bundle) file<\/strong>. If you didn&#8217;t create the CSR on Zimbra, you must name your private key file &#8220;<strong>commercial.key<\/strong>&#8221; and upload it to the following directory: <strong>\/etc\/zimbra\/ssl\/zimbra\/commercial<\/strong>.<\/li>\n\n\n\n<li>Upload your certificate and CA bundle files (containing the root and intermediate certificate) to a directory of your choice on the server. For this example, we will use the \/etc\/ directory.<\/li>\n\n\n\n<li>Remember to replace the <strong>\/etc\/<\/strong> directory and certificate name with the location and details specific to your certificate.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Upload your certificate file:<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\/etc\/example_com.crt<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Upload your CA bundle file:<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\/etc\/example_com.ca-bundle<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 4. Verify Your Certificate Deployment<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">To ensure that your SSL certificate is correctly installed &amp; deployed on the Zimbra server, use the following command to verify the SSL Certificate deployment.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/etc\/zimbra\/bin\/zmcertmgr verifycrt comm \/etc\/zimbra\/ssl\/zimbra\/commercial\/commercial.key \/etc\/example_com.crt \/etc\/example_com.ca-bundle<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Step 5. Set up the Certificate<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>The next step is to deploy your SSL certificate &amp; CA bundle files. For that, run the following command:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/etc\/zimbra\/bin\/zmcertmgr deploycrt comm \/etc\/example_com.crt \/etc\/example_com.ca-bundle<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>If you want to double-check the information on the certificate, type the following command:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/etc\/zimbra\/bin\/zmcertmgr viewdeployedcrt<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Note: If you didn&#8217;t create the CSR on Zimbra, you must name your private key file <strong>commercial.key<\/strong> and upload it into the following directory &#8220;\/etc\/zimbra\/ssl\/zimbra\/commercial&#8221;.<\/em><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 6. Restart your Zimbra Server<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>You can run the following command if you want to switch to the Zimbra user:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>su-zimbra<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>If you want to switch back to the root user, type the following:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>zmcontrol restart<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">After completing these steps, your SSL certificate should be successfully installed and deployed on your Zimbra server.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Method 2: Zimbra SSL Installation with Admin Console<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">SSL certificate installation on Zimbra via the Admin Console can be done by following these steps:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 1. Start SSL Certificate Installation<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Sign-In<\/strong> to the admin console and add your admin username and password.<\/li>\n\n\n\n<li>Select <strong>Configure<\/strong> from the left side menu and click on <strong>Certificates<\/strong>.<\/li>\n\n\n\n<li>In the top right corner, you will find a <strong>gear icon<\/strong> (located next to the Help option).<\/li>\n\n\n\n<li>Click on it and choose <strong>Install Certificate<\/strong> from the menu.<\/li>\n\n\n\n<li>Choose the server you want to secure from the drop-down list and click on <strong>Next<\/strong>.<\/li>\n\n\n\n<li>You will see the last option as <strong>Install the commercially signed certificate<\/strong> &gt; Select it and click on <strong>Next<\/strong>.<\/li>\n\n\n\n<li>Double-check the information you provided during <strong>CSR generation<\/strong><\/li>\n\n\n\n<li>Click on <strong>Next<\/strong> to proceed.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Step 2. Upload your certificates<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Upload your <strong>certificate (.crt)<\/strong> file &amp; <strong>CA bundle certificates (.ca-bundle)<\/strong> file. If you haven&#8217;t already, download these files from your email inbox &amp; extract them. You can open the files with any text editor, such as Notepad.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>To complete the SSL certificate installation on Zimbra, you need to update the following files:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Certificate:<\/strong> This should be your SSL certificate file with the .crt extension.<\/li>\n\n\n\n<li><strong>RootCA:<\/strong> Upload the last (third) certificate from your CA bundle file.<\/li>\n\n\n\n<li><strong>Intermediate CA:<\/strong> Upload the second certificate from your CA bundle file.<\/li>\n\n\n\n<li><strong>Intermediate CA:<\/strong> Upload the first certificate from your CA bundle file.<\/li>\n\n\n\n<li>After uploading all the files, click on <strong>Next<\/strong> to continue.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Step 3. Complete the Installation<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Click on the Install button to complete the installation. It will require your patience as the installation takes time. The installation may take a few minutes.<\/li>\n\n\n\n<li>Upon successful installation, a message will appear on your screen. It will look something like this:<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>&#8220;Your certificate was installed successfully. You must restart your ZCS server to apply the changes.&#8221;<\/strong><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 4. Restart the Server<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>To switch the Zimbra user to root, type this command:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>su-zimbra<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Use this command to restart Zimbra Server<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>zmcontrol restart<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Run this command to switch back to the root.<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo su<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">After you see the server has restarted, checking the status of the installed SSL is not difficult. All you must do is navigate to the <strong>Configuration &gt; Certificates section<\/strong>. Click on the <strong>Gear<\/strong> icon. You will find it in the upper right corner. Select <strong>View Certificate<\/strong>, it will show you the SSL certificate status.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Finally, your SSL Certificate is Installed on Zimbra Server.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Many organizations, including businesses, government agencies, &amp; educational institutions, use Zimbra as an affordable and feature-rich alternative to other email and collaboration platforms. Securing it with an SSL certificate is given for such a platform. But do you know how to install SSL on Zimbra? If not, read on to know all about it. We<span class=\"morelink d-block mt-3\"><a href=\"https:\/\/certera.com\/kb\/how-to-install-ssl-certificate-on-zimbra\/\">Read More<\/a><\/span><\/p>\n","protected":false},"author":1,"featured_media":537,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[15],"tags":[18,19,53],"class_list":["post-531","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ssl-installation","tag-ssl","tag-ssl-installation","tag-zimbra","entry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Install SSL Certificate on Zimbra Server? - CerteraSSL<\/title>\n<meta name=\"description\" content=\"Step by Step guide to Install SSL Certificate on Zimbra Server quickly. Guide to generate CSR, Private and SSL Installation.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/certera.com\/kb\/how-to-install-ssl-certificate-on-zimbra\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Install SSL Certificate on Zimbra Server? - CerteraSSL\" \/>\n<meta property=\"og:description\" content=\"Step by Step guide to Install SSL Certificate on Zimbra Server quickly. Guide to generate CSR, Private and SSL Installation.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/certera.com\/kb\/how-to-install-ssl-certificate-on-zimbra\/\" \/>\n<meta property=\"og:site_name\" content=\"Knowledge Base - Certera.com\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/certeraLLC\/\" \/>\n<meta property=\"article:published_time\" content=\"2023-03-23T09:31:34+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-10-15T10:58:42+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/certera.com\/kb\/wp-content\/uploads\/2023\/03\/install-ssl-certificate-on-zimbra-jpg.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"960\" \/>\n\t<meta property=\"og:image:height\" content=\"620\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"certerakbdbuser\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@certera_llc\" \/>\n<meta name=\"twitter:site\" content=\"@certera_llc\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"certerakbdbuser\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-install-ssl-certificate-on-zimbra\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-install-ssl-certificate-on-zimbra\\\/\"},\"author\":{\"name\":\"certerakbdbuser\",\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/#\\\/schema\\\/person\\\/c25e1519e333a817f30c805384cba014\"},\"headline\":\"How to Install SSL Certificate on Zimbra?\",\"datePublished\":\"2023-03-23T09:31:34+00:00\",\"dateModified\":\"2024-10-15T10:58:42+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-install-ssl-certificate-on-zimbra\\\/\"},\"wordCount\":1080,\"publisher\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-install-ssl-certificate-on-zimbra\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/certera.com\\\/kb\\\/wp-content\\\/uploads\\\/2023\\\/03\\\/install-ssl-certificate-on-zimbra-jpg.webp\",\"keywords\":[\"SSL\",\"SSL Installation\",\"Zimbra\"],\"articleSection\":[\"SSL Installation\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-install-ssl-certificate-on-zimbra\\\/\",\"url\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-install-ssl-certificate-on-zimbra\\\/\",\"name\":\"How to Install SSL Certificate on Zimbra Server? - CerteraSSL\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-install-ssl-certificate-on-zimbra\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-install-ssl-certificate-on-zimbra\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/certera.com\\\/kb\\\/wp-content\\\/uploads\\\/2023\\\/03\\\/install-ssl-certificate-on-zimbra-jpg.webp\",\"datePublished\":\"2023-03-23T09:31:34+00:00\",\"dateModified\":\"2024-10-15T10:58:42+00:00\",\"description\":\"Step by Step guide to Install SSL Certificate on Zimbra Server quickly. Guide to generate CSR, Private and SSL Installation.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-install-ssl-certificate-on-zimbra\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-install-ssl-certificate-on-zimbra\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-install-ssl-certificate-on-zimbra\\\/#primaryimage\",\"url\":\"https:\\\/\\\/certera.com\\\/kb\\\/wp-content\\\/uploads\\\/2023\\\/03\\\/install-ssl-certificate-on-zimbra-jpg.webp\",\"contentUrl\":\"https:\\\/\\\/certera.com\\\/kb\\\/wp-content\\\/uploads\\\/2023\\\/03\\\/install-ssl-certificate-on-zimbra-jpg.webp\",\"width\":960,\"height\":620,\"caption\":\"Install SSL Certificate on Zimbra Server\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-install-ssl-certificate-on-zimbra\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/certera.com\\\/kb\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Install SSL Certificate on Zimbra?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/#website\",\"url\":\"https:\\\/\\\/certera.com\\\/kb\\\/\",\"name\":\"Knowledge Base - Certera.com\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/#organization\"},\"alternateName\":\"Certera Knowledgebase\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/certera.com\\\/kb\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/#organization\",\"name\":\"Certera\",\"url\":\"https:\\\/\\\/certera.com\\\/kb\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/certera.com\\\/kb\\\/wp-content\\\/uploads\\\/2023\\\/01\\\/brand-certera.svg\",\"contentUrl\":\"https:\\\/\\\/certera.com\\\/kb\\\/wp-content\\\/uploads\\\/2023\\\/01\\\/brand-certera.svg\",\"caption\":\"Certera\"},\"image\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/certeraLLC\\\/\",\"https:\\\/\\\/x.com\\\/certera_llc\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/certera-llc\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/#\\\/schema\\\/person\\\/c25e1519e333a817f30c805384cba014\",\"name\":\"certerakbdbuser\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1fba817ef81065f1393461fc3a0d85c40f2cc826919819ea4df4b12d76566e62?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1fba817ef81065f1393461fc3a0d85c40f2cc826919819ea4df4b12d76566e62?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1fba817ef81065f1393461fc3a0d85c40f2cc826919819ea4df4b12d76566e62?s=96&d=mm&r=g\",\"caption\":\"certerakbdbuser\"},\"sameAs\":[\"https:\\\/\\\/certerakb.ssltoolsonline.com\"],\"url\":\"https:\\\/\\\/certera.com\\\/kb\\\/author\\\/certerakbdbuser\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Install SSL Certificate on Zimbra Server? - CerteraSSL","description":"Step by Step guide to Install SSL Certificate on Zimbra Server quickly. Guide to generate CSR, Private and SSL Installation.","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:\/\/certera.com\/kb\/how-to-install-ssl-certificate-on-zimbra\/","og_locale":"en_US","og_type":"article","og_title":"How to Install SSL Certificate on Zimbra Server? - CerteraSSL","og_description":"Step by Step guide to Install SSL Certificate on Zimbra Server quickly. Guide to generate CSR, Private and SSL Installation.","og_url":"https:\/\/certera.com\/kb\/how-to-install-ssl-certificate-on-zimbra\/","og_site_name":"Knowledge Base - Certera.com","article_publisher":"https:\/\/www.facebook.com\/certeraLLC\/","article_published_time":"2023-03-23T09:31:34+00:00","article_modified_time":"2024-10-15T10:58:42+00:00","og_image":[{"width":960,"height":620,"url":"https:\/\/certera.com\/kb\/wp-content\/uploads\/2023\/03\/install-ssl-certificate-on-zimbra-jpg.webp","type":"image\/jpeg"}],"author":"certerakbdbuser","twitter_card":"summary_large_image","twitter_creator":"@certera_llc","twitter_site":"@certera_llc","twitter_misc":{"Written by":"certerakbdbuser","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/certera.com\/kb\/how-to-install-ssl-certificate-on-zimbra\/#article","isPartOf":{"@id":"https:\/\/certera.com\/kb\/how-to-install-ssl-certificate-on-zimbra\/"},"author":{"name":"certerakbdbuser","@id":"https:\/\/certera.com\/kb\/#\/schema\/person\/c25e1519e333a817f30c805384cba014"},"headline":"How to Install SSL Certificate on Zimbra?","datePublished":"2023-03-23T09:31:34+00:00","dateModified":"2024-10-15T10:58:42+00:00","mainEntityOfPage":{"@id":"https:\/\/certera.com\/kb\/how-to-install-ssl-certificate-on-zimbra\/"},"wordCount":1080,"publisher":{"@id":"https:\/\/certera.com\/kb\/#organization"},"image":{"@id":"https:\/\/certera.com\/kb\/how-to-install-ssl-certificate-on-zimbra\/#primaryimage"},"thumbnailUrl":"https:\/\/certera.com\/kb\/wp-content\/uploads\/2023\/03\/install-ssl-certificate-on-zimbra-jpg.webp","keywords":["SSL","SSL Installation","Zimbra"],"articleSection":["SSL Installation"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/certera.com\/kb\/how-to-install-ssl-certificate-on-zimbra\/","url":"https:\/\/certera.com\/kb\/how-to-install-ssl-certificate-on-zimbra\/","name":"How to Install SSL Certificate on Zimbra Server? - CerteraSSL","isPartOf":{"@id":"https:\/\/certera.com\/kb\/#website"},"primaryImageOfPage":{"@id":"https:\/\/certera.com\/kb\/how-to-install-ssl-certificate-on-zimbra\/#primaryimage"},"image":{"@id":"https:\/\/certera.com\/kb\/how-to-install-ssl-certificate-on-zimbra\/#primaryimage"},"thumbnailUrl":"https:\/\/certera.com\/kb\/wp-content\/uploads\/2023\/03\/install-ssl-certificate-on-zimbra-jpg.webp","datePublished":"2023-03-23T09:31:34+00:00","dateModified":"2024-10-15T10:58:42+00:00","description":"Step by Step guide to Install SSL Certificate on Zimbra Server quickly. Guide to generate CSR, Private and SSL Installation.","breadcrumb":{"@id":"https:\/\/certera.com\/kb\/how-to-install-ssl-certificate-on-zimbra\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/certera.com\/kb\/how-to-install-ssl-certificate-on-zimbra\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/certera.com\/kb\/how-to-install-ssl-certificate-on-zimbra\/#primaryimage","url":"https:\/\/certera.com\/kb\/wp-content\/uploads\/2023\/03\/install-ssl-certificate-on-zimbra-jpg.webp","contentUrl":"https:\/\/certera.com\/kb\/wp-content\/uploads\/2023\/03\/install-ssl-certificate-on-zimbra-jpg.webp","width":960,"height":620,"caption":"Install SSL Certificate on Zimbra Server"},{"@type":"BreadcrumbList","@id":"https:\/\/certera.com\/kb\/how-to-install-ssl-certificate-on-zimbra\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/certera.com\/kb\/"},{"@type":"ListItem","position":2,"name":"How to Install SSL Certificate on Zimbra?"}]},{"@type":"WebSite","@id":"https:\/\/certera.com\/kb\/#website","url":"https:\/\/certera.com\/kb\/","name":"Knowledge Base - Certera.com","description":"","publisher":{"@id":"https:\/\/certera.com\/kb\/#organization"},"alternateName":"Certera Knowledgebase","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/certera.com\/kb\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/certera.com\/kb\/#organization","name":"Certera","url":"https:\/\/certera.com\/kb\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/certera.com\/kb\/#\/schema\/logo\/image\/","url":"https:\/\/certera.com\/kb\/wp-content\/uploads\/2023\/01\/brand-certera.svg","contentUrl":"https:\/\/certera.com\/kb\/wp-content\/uploads\/2023\/01\/brand-certera.svg","caption":"Certera"},"image":{"@id":"https:\/\/certera.com\/kb\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/certeraLLC\/","https:\/\/x.com\/certera_llc","https:\/\/www.linkedin.com\/company\/certera-llc\/"]},{"@type":"Person","@id":"https:\/\/certera.com\/kb\/#\/schema\/person\/c25e1519e333a817f30c805384cba014","name":"certerakbdbuser","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/1fba817ef81065f1393461fc3a0d85c40f2cc826919819ea4df4b12d76566e62?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/1fba817ef81065f1393461fc3a0d85c40f2cc826919819ea4df4b12d76566e62?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1fba817ef81065f1393461fc3a0d85c40f2cc826919819ea4df4b12d76566e62?s=96&d=mm&r=g","caption":"certerakbdbuser"},"sameAs":["https:\/\/certerakb.ssltoolsonline.com"],"url":"https:\/\/certera.com\/kb\/author\/certerakbdbuser\/"}]}},"_links":{"self":[{"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/posts\/531","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/comments?post=531"}],"version-history":[{"count":11,"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/posts\/531\/revisions"}],"predecessor-version":[{"id":2583,"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/posts\/531\/revisions\/2583"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/media\/537"}],"wp:attachment":[{"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/media?parent=531"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/categories?post=531"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/tags?post=531"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}