{"id":2903,"date":"2020-02-05T16:18:27","date_gmt":"2020-02-05T16:18:27","guid":{"rendered":"https:\/\/www.ssls.com\/knowledgebase\/?p=2903"},"modified":"2022-08-23T11:44:48","modified_gmt":"2022-08-23T11:44:48","slug":"generating-csr-using-ubiquiti-unifi","status":"publish","type":"post","link":"https:\/\/www.ssls.com\/knowledgebase\/generating-csr-using-ubiquiti-unifi\/","title":{"rendered":"How to generate a CSR code using Ubiquiti Unifi"},"content":{"rendered":"\n<p>\nA Certificate Signing Request (CSR) is a block of code you need to submit during <a href=\"https:\/\/www.ssls.com\/knowledgebase\/okay-so-i-ordered-an-ssl-how-do-i-get-it-to-work-on-my-domain\/\">SSL activation<\/a>. It features information about you and\/or your company and your domain name.\n\n<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"#1\">CSR Generation on UDM-base<\/a><\/li><li><a href=\"#2\">CSR Generation on UDM-pro<\/a><\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"1\">CSR Generation on UDM-base<\/h2>\n\n\n\n<p>To generate a CSR on <strong>UDM-base, you\u2019ll need to use <\/strong>an older process with a few standard commands:<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>Use the required command prompt to connect to your server where the controller is located.<br> <ul><li>Use <strong>Putty or a similar application<\/strong> for<a href=\"https:\/\/www.ssh.com\/ssh\/putty\/linux\/\"> Linux-<\/a> or<a href=\"https:\/\/www.putty.org\/\"> Windows-<\/a>based machines<\/li><li>Use <strong>Terminal<\/strong> on MacOS<\/li><li>Connect to a Windows server via remote desktop (if necessary) and run <strong>cmd<\/strong> or <strong>PowerShel<\/strong>l<p><strong>PLEASE NOTE<\/strong>: On Windows, make sure you start the application <em>with administrator rights. <\/em>On Linux\/MacOS, you should have either <em>root<\/em> or <em>sudo<\/em> user access<br>On Windows, get administrator rights by right-clicking the program icon and then clicking the option, <strong>Run as administrator. <\/strong>Alternatively, you can select:<br><strong><em>Properties<\/em><\/strong><em> > <\/em><strong><em>Compatibility<\/em><\/strong><em> > <\/em><strong><em>Run this program as an administrator<\/em><\/strong><em> > <\/em><strong><em>OK<\/em><\/strong><em>.<br><\/em>On Linux-based systems you can enable sudo access by run:<br><strong><em>sudo su &#8211;<\/em><\/strong><\/p> <\/li><\/ul><\/li><li>Access the UDM files by opening the UniFi shell: <p><strong><em>unifi-os shell<\/em><\/strong><\/p><\/li><li>Head to the main folder in the UniFi controller by running:<p><em><strong>cd \/usr\/lib\/unifi\/<\/strong><\/em><\/p><\/li><li> Create the CSR code by running: <p> <strong><em>java -jar lib\/ace.jar new_cert example.com \u201cCompany name\u201d \u201cLocality\u201d \u201cState\u201d CC<\/em><\/strong><\/p><strong><em><br><\/em><\/strong>Where: <ul><li>you replace<strong> example.com<\/strong> with your domain or subdomain for UniFi (the certificate\u2019s common name);<\/li><li>you replace \u201c<strong>Company name<\/strong>\u201d with your business name or NA (Not Applicable);<\/li><li>you replace \u201c<strong>Locality<\/strong>\u201d, with your city, town, or another locale;<\/li><li>you replace \u201c<strong>State<\/strong>\u201d, with your state, or province, or the same name you used for \u201cLocality\u201d;<\/li><li>for \u201c<strong>CC<\/strong>\u201d (country code), use the relevant 2-letter country code for your country, which you can find <a href=\"https:\/\/countrycode.org\/\">here<\/a>.<br> <p><strong>TIP<\/strong>: <em>If you need to use more than one word for any values, you should put them in quotation marks. If you don\u2019t, UniFi will consider the second word of a value to belong to the next value. Furthermore, it won\u2019t show you any errors if this happens.<\/em><\/p><strong>PLEASE NOTE<\/strong>: If you need to generate a Wildcard (an SSL that contains a subdomain name like *.example.com) CSR on UniFi, the subdomain specified in the host value will be placed in the Organization unit field of the CSR. This may cause an issue for activating an SSL in some systems. Our system accepts CSR codes with the same Wildcard common name and \u201cOrganization unit\u201d field, so this will not be an issue if you\u2019re activating your SSL with us. <br><p><br>When you\u2019re done, you\u2019ll find the generated CSR file called <strong>unifi_certificate.csr.pem<\/strong> in the <strong><em>data<\/em><\/strong> subfolder of the UniFi base folder.<\/p><\/li><\/ul><\/li><li>Use this command to open the CSR file: <p><strong><em>cat \/data\/unifi_certificate.csr.pem<\/em><\/strong><\/p><br><p><strong>PLEASE NOTE<\/strong>: You can find the Private key for the certificate in the default UniFi keystore: <strong><em>\/data\/keystore\/<\/em><\/strong> (or <strong><em>keystore<\/em><\/strong>, depending on the system).<br>When you <a href=\"https:\/\/www.ssls.com\/knowledgebase\/okay-so-i-ordered-an-ssl-how-do-i-get-it-to-work-on-my-domain\/\">activate your certificate<\/a>, you\u2019ll need to use the text code from the Private key file.<\/p><\/li><\/ol>\n\n\n\n<p><em><strong>Footnotes<\/strong>: <\/em><br> <em>If you use the option &#8220;<a href=\"https:\/\/www.ssls.com\/knowledgebase\/okay-so-i-ordered-an-ssl-how-do-i-get-it-to-work-on-my-domain\/\"><strong>Auto-activate<\/strong><\/a><strong>&#8221; <\/strong>during the SSL activation, this whole process can be skipped. However, it will require a specific installation process.<\/em> <br><em>As a general rule, for UniFi on Windows the &#8220;<a href=\"https:\/\/www.ssls.com\/knowledgebase\/okay-so-i-ordered-an-ssl-how-do-i-get-it-to-work-on-my-domain\/\"><strong>Auto-activate<\/strong><\/a><strong>&#8221; <\/strong>option may be more convenient, while in other cases it is easier to use the CSR created on UniFi.<\/em> <\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"2\">CSR Generation on UDM-pro<\/h2>\n\n\n\n<p>There isn\u2019t a <a href=\"https:\/\/www.ssls.com\/knowledgebase\/what-is-csr\/\">Certificate Signing Request (CSR code)<\/a> creation option on UDM-pro. As a result, you\u2019ll need to generate the CSR using an online tool or the OpenSSL command, which we\u2019ll discuss later. Before you can install your SSL on the server, you&#8217;ll need to configure the UDM server hostname.\u00a0<\/p>\n\n\n\n<p>To an install an SSL on UDM-Pro, you need to place SSL files in a specific folder called <strong>\/mnt\/data\/unifi-os\/unifi-core\/config\/<\/strong>. The system can only create this folder when a user edits the server settings to specify the UDM server hostname. That\u2019s why you must change your hostname to create the specific folder with the default files generated. You\u2019ll be able to replace those files with your SSL later by updating the files&#8217; names.&nbsp;<\/p>\n\n\n\n<p>Edit your UDM hostname by:<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>Connecting to your UDM-pro interface.<\/li><li>Go to <em><strong>Settings >> Controller Settings >> Advanced Configuration<\/strong><\/em>.<\/li><li>Enter your domain or subdomain and save the changes.<\/li><\/ol>\n\n\n\n<p>When this is done<em>, <\/em>the system will automatically generate a <strong><em>Private key<\/em><\/strong> and a <strong><em>self-signed certificat<\/em><\/strong><em><strong>e<\/strong><\/em> in the aforementioned folder, <strong>\/mnt\/data\/unifi-os\/unifi-core\/config\/<\/strong>. But, as stated before, it will not generate a CSR code along with the certificate and Private key files.\u00a0<\/p>\n\n\n\n<p>You will need a CSR code to activate your SSL, so we recommend using one of these options to make it:&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>An <a href=\"https:\/\/www.ssls.com\/knowledgebase\/how-to-generate-a-csr-code-on-apache-nginx-using-openssl\/\">OpenSSL command<\/a>:<br><strong><em>openssl req -new -newkey rsa:2048 -nodes -keyout server.key -out server.cs<\/em><\/strong>r<\/li><li><a href=\"https:\/\/decoder.link\/csr_generator\">Our online tool<\/a> or something similar;<\/li><li>Using the &#8220;<a href=\"https:\/\/www.ssls.com\/knowledgebase\/okay-so-i-ordered-an-ssl-how-do-i-get-it-to-work-on-my-domain\/#what-is-csr\">Generate CSR in-browser<\/a>&#8221; option during SSL activation. <\/li><\/ul>\n\n\n\n<p>When creating the CSR, make sure to copy the code, including the header and footer tags, to utilize it when <a href=\"https:\/\/www.ssls.com\/knowledgebase\/okay-so-i-ordered-an-ssl-how-do-i-get-it-to-work-on-my-domain\/\">activating your SSL<\/a>.\u00a0<\/p>\n\n\n\n<p><strong>IMPORTANT:<\/strong> Don\u2019t delete or forget to save the <strong><em>Private key<\/em><\/strong> that is created simultaneously! <\/p>\n","protected":false},"excerpt":{"rendered":"<p>A Certificate Signing Request (CSR) is a block of code you need to submit during SSL activation. It features information about you and\/or your company and your domain name. CSR Generation on UDM-base CSR Generation on UDM-pro CSR Generation on UDM-base To generate a CSR on UDM-base, you\u2019ll need to use an older process with ..<\/p>\n<div class=\"clear-fix\"><\/div>\n<p><a href=\"https:\/\/www.ssls.com\/knowledgebase\/generating-csr-using-ubiquiti-unifi\/\" title=\"read more...\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[],"class_list":["post-2903","post","type-post","status-publish","format-standard","hentry","category-csr-generation-instructions"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to generate a CSR code using Ubiquiti Unifi \u2013 HelpDesk | SSLs.com<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.ssls.com\/knowledgebase\/generating-csr-using-ubiquiti-unifi\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to generate a CSR code using Ubiquiti Unifi \u2013 HelpDesk | SSLs.com\" \/>\n<meta property=\"og:description\" content=\"A Certificate Signing Request (CSR) is a block of code you need to submit during SSL activation. It features information about you and\/or your company and your domain name. CSR Generation on UDM-base CSR Generation on UDM-pro CSR Generation on UDM-base To generate a CSR on UDM-base, you\u2019ll need to use an older process with ..Read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.ssls.com\/knowledgebase\/generating-csr-using-ubiquiti-unifi\/\" \/>\n<meta property=\"og:site_name\" content=\"SSL Certificate Knowledgebase | SSLs.com\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/SSLsCom\" \/>\n<meta property=\"article:published_time\" content=\"2020-02-05T16:18:27+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-08-23T11:44:48+00:00\" \/>\n<meta name=\"author\" content=\"sslbizdev\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@SSLscom\" \/>\n<meta name=\"twitter:site\" content=\"@SSLscom\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"sslbizdev\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.ssls.com\/knowledgebase\/generating-csr-using-ubiquiti-unifi\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.ssls.com\/knowledgebase\/generating-csr-using-ubiquiti-unifi\/\"},\"author\":{\"name\":\"sslbizdev\",\"@id\":\"https:\/\/www.ssls.com\/knowledgebase\/#\/schema\/person\/7e29a188929740c7a59d9a1c15c18806\"},\"headline\":\"How to generate a CSR code using Ubiquiti Unifi\",\"datePublished\":\"2020-02-05T16:18:27+00:00\",\"dateModified\":\"2022-08-23T11:44:48+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.ssls.com\/knowledgebase\/generating-csr-using-ubiquiti-unifi\/\"},\"wordCount\":868,\"publisher\":{\"@id\":\"https:\/\/www.ssls.com\/knowledgebase\/#organization\"},\"articleSection\":[\"CSR generation instructions\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.ssls.com\/knowledgebase\/generating-csr-using-ubiquiti-unifi\/\",\"url\":\"https:\/\/www.ssls.com\/knowledgebase\/generating-csr-using-ubiquiti-unifi\/\",\"name\":\"How to generate a CSR code using Ubiquiti Unifi \u2013 HelpDesk | SSLs.com\",\"isPartOf\":{\"@id\":\"https:\/\/www.ssls.com\/knowledgebase\/#website\"},\"datePublished\":\"2020-02-05T16:18:27+00:00\",\"dateModified\":\"2022-08-23T11:44:48+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.ssls.com\/knowledgebase\/generating-csr-using-ubiquiti-unifi\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.ssls.com\/knowledgebase\/generating-csr-using-ubiquiti-unifi\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.ssls.com\/knowledgebase\/generating-csr-using-ubiquiti-unifi\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.ssls.com\/knowledgebase\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to generate a CSR code using Ubiquiti Unifi\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.ssls.com\/knowledgebase\/#website\",\"url\":\"https:\/\/www.ssls.com\/knowledgebase\/\",\"name\":\"SSL Certificate Knowledgebase | SSLs.com\",\"description\":\"SSL Knowledgebase | SSLs.com\",\"publisher\":{\"@id\":\"https:\/\/www.ssls.com\/knowledgebase\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.ssls.com\/knowledgebase\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.ssls.com\/knowledgebase\/#organization\",\"name\":\"SSLs.com\",\"url\":\"https:\/\/www.ssls.com\/knowledgebase\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.ssls.com\/knowledgebase\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.ssls.com\/knowledgebase\/wp-content\/uploads\/2019\/07\/8WCg7Uph_400x400-1.png\",\"contentUrl\":\"https:\/\/www.ssls.com\/knowledgebase\/wp-content\/uploads\/2019\/07\/8WCg7Uph_400x400-1.png\",\"width\":400,\"height\":400,\"caption\":\"SSLs.com\"},\"image\":{\"@id\":\"https:\/\/www.ssls.com\/knowledgebase\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/SSLsCom\",\"https:\/\/x.com\/SSLscom\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.ssls.com\/knowledgebase\/#\/schema\/person\/7e29a188929740c7a59d9a1c15c18806\",\"name\":\"sslbizdev\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/b43c2e48b8cf4c353e91aa8232dac0c56e490f3f1eff58a7652c7d9a866e3f66?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/b43c2e48b8cf4c353e91aa8232dac0c56e490f3f1eff58a7652c7d9a866e3f66?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/b43c2e48b8cf4c353e91aa8232dac0c56e490f3f1eff58a7652c7d9a866e3f66?s=96&d=mm&r=g\",\"caption\":\"sslbizdev\"},\"url\":\"https:\/\/www.ssls.com\/knowledgebase\/author\/sslbizdev\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to generate a CSR code using Ubiquiti Unifi \u2013 HelpDesk | SSLs.com","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:\/\/www.ssls.com\/knowledgebase\/generating-csr-using-ubiquiti-unifi\/","og_locale":"en_US","og_type":"article","og_title":"How to generate a CSR code using Ubiquiti Unifi \u2013 HelpDesk | SSLs.com","og_description":"A Certificate Signing Request (CSR) is a block of code you need to submit during SSL activation. It features information about you and\/or your company and your domain name. CSR Generation on UDM-base CSR Generation on UDM-pro CSR Generation on UDM-base To generate a CSR on UDM-base, you\u2019ll need to use an older process with ..Read more","og_url":"https:\/\/www.ssls.com\/knowledgebase\/generating-csr-using-ubiquiti-unifi\/","og_site_name":"SSL Certificate Knowledgebase | SSLs.com","article_publisher":"https:\/\/www.facebook.com\/SSLsCom","article_published_time":"2020-02-05T16:18:27+00:00","article_modified_time":"2022-08-23T11:44:48+00:00","author":"sslbizdev","twitter_card":"summary_large_image","twitter_creator":"@SSLscom","twitter_site":"@SSLscom","twitter_misc":{"Written by":"sslbizdev","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.ssls.com\/knowledgebase\/generating-csr-using-ubiquiti-unifi\/#article","isPartOf":{"@id":"https:\/\/www.ssls.com\/knowledgebase\/generating-csr-using-ubiquiti-unifi\/"},"author":{"name":"sslbizdev","@id":"https:\/\/www.ssls.com\/knowledgebase\/#\/schema\/person\/7e29a188929740c7a59d9a1c15c18806"},"headline":"How to generate a CSR code using Ubiquiti Unifi","datePublished":"2020-02-05T16:18:27+00:00","dateModified":"2022-08-23T11:44:48+00:00","mainEntityOfPage":{"@id":"https:\/\/www.ssls.com\/knowledgebase\/generating-csr-using-ubiquiti-unifi\/"},"wordCount":868,"publisher":{"@id":"https:\/\/www.ssls.com\/knowledgebase\/#organization"},"articleSection":["CSR generation instructions"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.ssls.com\/knowledgebase\/generating-csr-using-ubiquiti-unifi\/","url":"https:\/\/www.ssls.com\/knowledgebase\/generating-csr-using-ubiquiti-unifi\/","name":"How to generate a CSR code using Ubiquiti Unifi \u2013 HelpDesk | SSLs.com","isPartOf":{"@id":"https:\/\/www.ssls.com\/knowledgebase\/#website"},"datePublished":"2020-02-05T16:18:27+00:00","dateModified":"2022-08-23T11:44:48+00:00","breadcrumb":{"@id":"https:\/\/www.ssls.com\/knowledgebase\/generating-csr-using-ubiquiti-unifi\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.ssls.com\/knowledgebase\/generating-csr-using-ubiquiti-unifi\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.ssls.com\/knowledgebase\/generating-csr-using-ubiquiti-unifi\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.ssls.com\/knowledgebase\/"},{"@type":"ListItem","position":2,"name":"How to generate a CSR code using Ubiquiti Unifi"}]},{"@type":"WebSite","@id":"https:\/\/www.ssls.com\/knowledgebase\/#website","url":"https:\/\/www.ssls.com\/knowledgebase\/","name":"SSL Certificate Knowledgebase | SSLs.com","description":"SSL Knowledgebase | SSLs.com","publisher":{"@id":"https:\/\/www.ssls.com\/knowledgebase\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.ssls.com\/knowledgebase\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.ssls.com\/knowledgebase\/#organization","name":"SSLs.com","url":"https:\/\/www.ssls.com\/knowledgebase\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.ssls.com\/knowledgebase\/#\/schema\/logo\/image\/","url":"https:\/\/www.ssls.com\/knowledgebase\/wp-content\/uploads\/2019\/07\/8WCg7Uph_400x400-1.png","contentUrl":"https:\/\/www.ssls.com\/knowledgebase\/wp-content\/uploads\/2019\/07\/8WCg7Uph_400x400-1.png","width":400,"height":400,"caption":"SSLs.com"},"image":{"@id":"https:\/\/www.ssls.com\/knowledgebase\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/SSLsCom","https:\/\/x.com\/SSLscom"]},{"@type":"Person","@id":"https:\/\/www.ssls.com\/knowledgebase\/#\/schema\/person\/7e29a188929740c7a59d9a1c15c18806","name":"sslbizdev","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/b43c2e48b8cf4c353e91aa8232dac0c56e490f3f1eff58a7652c7d9a866e3f66?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/b43c2e48b8cf4c353e91aa8232dac0c56e490f3f1eff58a7652c7d9a866e3f66?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/b43c2e48b8cf4c353e91aa8232dac0c56e490f3f1eff58a7652c7d9a866e3f66?s=96&d=mm&r=g","caption":"sslbizdev"},"url":"https:\/\/www.ssls.com\/knowledgebase\/author\/sslbizdev\/"}]}},"publishpress_future_action":{"enabled":false,"date":"2026-06-29 03:29:19","action":"change-status","newStatus":"draft","terms":[],"taxonomy":"category","extraData":[]},"publishpress_future_workflow_manual_trigger":{"enabledWorkflows":[]},"_links":{"self":[{"href":"https:\/\/www.ssls.com\/knowledgebase\/wp-json\/wp\/v2\/posts\/2903","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.ssls.com\/knowledgebase\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.ssls.com\/knowledgebase\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.ssls.com\/knowledgebase\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ssls.com\/knowledgebase\/wp-json\/wp\/v2\/comments?post=2903"}],"version-history":[{"count":12,"href":"https:\/\/www.ssls.com\/knowledgebase\/wp-json\/wp\/v2\/posts\/2903\/revisions"}],"predecessor-version":[{"id":6095,"href":"https:\/\/www.ssls.com\/knowledgebase\/wp-json\/wp\/v2\/posts\/2903\/revisions\/6095"}],"wp:attachment":[{"href":"https:\/\/www.ssls.com\/knowledgebase\/wp-json\/wp\/v2\/media?parent=2903"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.ssls.com\/knowledgebase\/wp-json\/wp\/v2\/categories?post=2903"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.ssls.com\/knowledgebase\/wp-json\/wp\/v2\/tags?post=2903"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}