{"id":1009,"date":"2018-05-07T09:32:51","date_gmt":"2018-05-07T09:32:51","guid":{"rendered":"https:\/\/www.sslrenewals.com\/blog\/?p=1009"},"modified":"2021-11-25T08:33:55","modified_gmt":"2021-11-25T08:33:55","slug":"generate-csr-and-install-ssl-certificate-on-webmin-server","status":"publish","type":"post","link":"https:\/\/sslrenewals.com\/blog\/generate-csr-and-install-ssl-certificate-on-webmin-server","title":{"rendered":"Generate CSR &#038; Install an SSL Certificate on Webmin Server"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">A step-by-step guide to Generate CSR &amp; Install an SSL Certificate on Webmin Server<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">This guide will help you <a href=\"https:\/\/www.sslrenewals.com\/ssl-tools\/csr-generator.php\">generate a CSR<\/a> and install an SSL certificate on your Webmin server. You can skip the first part of this blog if you\u2019re already done with the CSR generation process. You can generate a CSR using the OpenSSL application, but it won\u2019t allow you to insert subject alternative names (SANs). That\u2019s why we haven\u2019t provided instructions for it.<\/p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">CSR Generation on Webmin Server<\/h3>\n\n\n\n<ol class=\"wp-block-list\"><li>First, you must log in to your Webmin interface through your browser<\/li><li>Click on the Terminal symbol located in the left pane or press Alt+K<\/li><li>You\u2019ll need to paste the below OpenSSL command to generate the CSR as well as the Private Key in the terminal screen popup<\/li><\/ol>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Note:<\/strong> Adjust the highlighted part of the command according to your details.<\/p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><em>detasudo openssl req -new -newkey rsa:2048 -nodes -keyout \/etc\/ssl\/<mark>yourdomainname.com<\/mark>.key -out \/etc\/ssl\/<mark>yourdomainname.com<\/mark>.csr -subj \/<mark>C=US<\/mark>\/<mark>ST=Florida<\/mark>\/<mark>L=Saint Petersburg<\/mark>\/<mark>O=Rapid Web Services<\/mark>\/<mark>OU=Support<\/mark>\/<mark>CN=yourdomainname<\/mark>; cat <mark>\/etc\/ssl\/yourdomainname.csr<\/mark><\/em><\/p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<ul class=\"wp-block-list\" style=\"padding-left:30px\"><li><strong>\/etc\/ssl\/example.com.key &amp; \/etc\/ssl\/yourdomainname.csr<\/strong>: The path where you want to store CSR and private key<\/li><li><strong>C<\/strong>: Your 2-digit country code<\/li><li><strong>ST<\/strong>: Write the full name of the state. For example, Florida.<\/li><li><strong>L<\/strong>: Write the full name of the city. For example, in New York.<\/li><li><strong>O<\/strong>: Write the full name of your organization without any special characters. If you want to <a href=\"https:\/\/help.sslrenewals.com\/support\/solutions\/articles\/22000218717-extended-validation-ev-\">issue an OV or an EV SSL certificate<\/a>, you must write the legal name of your organization.<\/li><li><strong>OU<\/strong>: Name of the department (e.g., Marketing Department)<\/li><li><strong>CN<\/strong>: www.yourdomaninname.com or yourdomainname.com. If you want to install a Wildcard SSL certificate, you must include an asterisk at the front of the domain\/subdomain (for example: *.sub.yourdomainname.com)<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">If everything went alright, the CSR and Private Key should get generated. You must copy the contents from <strong>&#8212;&#8211;BEGIN CERTIFICATE REQUEST&#8212;&#8212;<\/strong> to <strong>&#8212;&#8211;END CERTIFICATE REQUEST&#8212;&#8211;<\/strong> and paste the contents in a text editor such as Notepad.<\/p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Install an SSL certificate on Webmin Server<\/h3>\n\n\n\n<ol class=\"wp-block-list\" style=\"padding-left:30px\"><li>First, download your certificate files if you haven\u2019t. The certificate files will likely have been emailed to you by the Certification Authority. If not, you can log in to your CA dashboard and download these files. The extension of the files will be .crt<\/li><li>Now you must copy the certificate files and private key to your Webmin server.<\/li><li>Now locate your miniserv.pem file. Probably, It will be located at \/etc\/webmin or where you\u2019ve stored the miniserv.conf file.<\/li><li>Now you need to make a new miniserv.pem file with your private key &amp; main certificate and replace it with the existing one. To do so, you\u2019ll need to run the command below:<\/li><\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">cat private.key yourcommonname.crt &gt; new_miniserv.pem<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Change \u201cprivate.key\u201d to the file name of the private key you generated, and you should also change \u201cyourcommonname.crt\u201d to the file name of your SSL certificate. While doing so, don\u2019t forget to backup your old miniserv.pem file.<\/p>\n\n\n\n<ol start=\"5\" style=\"padding-left:30px\"><li>If the CA has provided you an intermediate certificate, you must add an \u201cextracas\u201d line to your miniserv.conf file:<\/li><\/ol>\n\n\n\n<p class=\"wp-block-paragraph\"><mark>extracas=\/etc\/webmin\/intermediate_certificate.crt<\/mark><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Restart your Webmin server if everything went as instructed. Visit your website, see the website with https and savor the moment!<\/p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div style=\"background-color: rgba(205,205,205,0.5); margin-top: 10px; margin-bottom: 20px; padding: 30px 30px 20px 30px; line-height: 1.7em; border: 4px dashed grey; animation: blink .5s step-end infinite alternate;\">\n<h2 style=\"padding-bottom: 10px;\">Protect your server with an SSL certificate that uses a high-end encryption technique<\/h2>\n<p>Install and configure an SSL certificate on your Webmin server and encrypt its network traffic. Get special reductions of up to 70% on each order.<\/p>\n<p><a style=\"background-color: #00bcb4; padding: 5px 10px; color: white; font-weight: bold; text-decoration: none;\" href=\"https:\/\/www.sslrenewals.com\/ssl-types\/domain-validation-ssl-certificates.aspx\">Click here to get your SSL certificate<\/a><\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>A step-by-step guide to Generate CSR &amp; Install an SSL Certificate on Webmin Server This guide will help you generate a CSR and install an SSL certificate on your Webmin server. You can skip the first part of this blog if you\u2019re already done with the CSR generation process. You can generate a CSR using the OpenSSL application, but it won\u2019t allow you to insert subject alternative names (SANs). That\u2019s why we haven\u2019t provided instructions for it. CSR Generation on Webmin Server First, you must log in to your Webmin <a href=\"https:\/\/sslrenewals.com\/blog\/generate-csr-and-install-ssl-certificate-on-webmin-server\" class=\"more-link\">Continue Reading<\/a><\/p>\n","protected":false},"author":11,"featured_media":1015,"comment_status":"open","ping_status":"open","sticky":false,"template":"fullwidth-post.php","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[146],"tags":[],"class_list":["post-1009","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ssl-installation"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Install an SSL Certificate on Webmin Server?<\/title>\n<meta name=\"description\" content=\"This tutorial provides Step-by-step guide to generate a CSR. This tutorial explains how to install SSL Certificate manually on your webmin server.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/sslrenewals.com\/blog\/generate-csr-and-install-ssl-certificate-on-webmin-server\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Install an SSL Certificate on Webmin Server?\" \/>\n<meta property=\"og:description\" content=\"This tutorial provides Step-by-step guide to generate a CSR. This tutorial explains how to install SSL Certificate manually on your webmin server.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/sslrenewals.com\/blog\/generate-csr-and-install-ssl-certificate-on-webmin-server\" \/>\n<meta property=\"og:site_name\" content=\"SSLRenewals Blog - SSL Certificates News | SSL Articles\" \/>\n<meta property=\"article:published_time\" content=\"2018-05-07T09:32:51+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-11-25T08:33:55+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/sslrenewals.com\/blog\/wp-content\/uploads\/2018\/05\/instal-ssl-on-webmin.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"200\" \/>\n\t<meta property=\"og:image:height\" content=\"200\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Adam Thompson\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Adam Thompson\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/sslrenewals.com\\\/blog\\\/generate-csr-and-install-ssl-certificate-on-webmin-server#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/sslrenewals.com\\\/blog\\\/generate-csr-and-install-ssl-certificate-on-webmin-server\"},\"author\":{\"name\":\"Adam Thompson\",\"@id\":\"https:\\\/\\\/sslrenewals.com\\\/blog\\\/#\\\/schema\\\/person\\\/5d8f5aee08b2733bdbf2933439da269e\"},\"headline\":\"Generate CSR &#038; Install an SSL Certificate on Webmin Server\",\"datePublished\":\"2018-05-07T09:32:51+00:00\",\"dateModified\":\"2021-11-25T08:33:55+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/sslrenewals.com\\\/blog\\\/generate-csr-and-install-ssl-certificate-on-webmin-server\"},\"wordCount\":623,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/sslrenewals.com\\\/blog\\\/generate-csr-and-install-ssl-certificate-on-webmin-server#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/sslrenewals.com\\\/blog\\\/wp-content\\\/uploads\\\/2018\\\/05\\\/instal-ssl-on-webmin.jpg\",\"articleSection\":[\"SSL Installation\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/sslrenewals.com\\\/blog\\\/generate-csr-and-install-ssl-certificate-on-webmin-server\",\"url\":\"https:\\\/\\\/sslrenewals.com\\\/blog\\\/generate-csr-and-install-ssl-certificate-on-webmin-server\",\"name\":\"How to Install an SSL Certificate on Webmin Server?\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/sslrenewals.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/sslrenewals.com\\\/blog\\\/generate-csr-and-install-ssl-certificate-on-webmin-server#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/sslrenewals.com\\\/blog\\\/generate-csr-and-install-ssl-certificate-on-webmin-server#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/sslrenewals.com\\\/blog\\\/wp-content\\\/uploads\\\/2018\\\/05\\\/instal-ssl-on-webmin.jpg\",\"datePublished\":\"2018-05-07T09:32:51+00:00\",\"dateModified\":\"2021-11-25T08:33:55+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/sslrenewals.com\\\/blog\\\/#\\\/schema\\\/person\\\/5d8f5aee08b2733bdbf2933439da269e\"},\"description\":\"This tutorial provides Step-by-step guide to generate a CSR. This tutorial explains how to install SSL Certificate manually on your webmin server.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/sslrenewals.com\\\/blog\\\/generate-csr-and-install-ssl-certificate-on-webmin-server#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/sslrenewals.com\\\/blog\\\/generate-csr-and-install-ssl-certificate-on-webmin-server\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/sslrenewals.com\\\/blog\\\/generate-csr-and-install-ssl-certificate-on-webmin-server#primaryimage\",\"url\":\"https:\\\/\\\/sslrenewals.com\\\/blog\\\/wp-content\\\/uploads\\\/2018\\\/05\\\/instal-ssl-on-webmin.jpg\",\"contentUrl\":\"https:\\\/\\\/sslrenewals.com\\\/blog\\\/wp-content\\\/uploads\\\/2018\\\/05\\\/instal-ssl-on-webmin.jpg\",\"width\":200,\"height\":200,\"caption\":\"Instal SSL on Webmin\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/sslrenewals.com\\\/blog\\\/generate-csr-and-install-ssl-certificate-on-webmin-server#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/sslrenewals.com\\\/blog\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Generate CSR &#038; Install an SSL Certificate on Webmin Server\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/sslrenewals.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/sslrenewals.com\\\/blog\\\/\",\"name\":\"SSLRenewals Blog - SSL Certificates News | SSL Articles\",\"description\":\"SSLRenewals Blog: We publish SSL Certificate News, SSL Articles for website security from RapidSSL, Symantec (VeriSign), GeoTrust, Thawte and Comodo.\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/sslrenewals.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/sslrenewals.com\\\/blog\\\/#\\\/schema\\\/person\\\/5d8f5aee08b2733bdbf2933439da269e\",\"name\":\"Adam Thompson\",\"url\":\"https:\\\/\\\/sslrenewals.com\\\/blog\\\/author\\\/adam\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Install an SSL Certificate on Webmin Server?","description":"This tutorial provides Step-by-step guide to generate a CSR. This tutorial explains how to install SSL Certificate manually on your webmin server.","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:\/\/sslrenewals.com\/blog\/generate-csr-and-install-ssl-certificate-on-webmin-server","og_locale":"en_US","og_type":"article","og_title":"How to Install an SSL Certificate on Webmin Server?","og_description":"This tutorial provides Step-by-step guide to generate a CSR. This tutorial explains how to install SSL Certificate manually on your webmin server.","og_url":"https:\/\/sslrenewals.com\/blog\/generate-csr-and-install-ssl-certificate-on-webmin-server","og_site_name":"SSLRenewals Blog - SSL Certificates News | SSL Articles","article_published_time":"2018-05-07T09:32:51+00:00","article_modified_time":"2021-11-25T08:33:55+00:00","og_image":[{"width":200,"height":200,"url":"https:\/\/sslrenewals.com\/blog\/wp-content\/uploads\/2018\/05\/instal-ssl-on-webmin.jpg","type":"image\/jpeg"}],"author":"Adam Thompson","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Adam Thompson","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/sslrenewals.com\/blog\/generate-csr-and-install-ssl-certificate-on-webmin-server#article","isPartOf":{"@id":"https:\/\/sslrenewals.com\/blog\/generate-csr-and-install-ssl-certificate-on-webmin-server"},"author":{"name":"Adam Thompson","@id":"https:\/\/sslrenewals.com\/blog\/#\/schema\/person\/5d8f5aee08b2733bdbf2933439da269e"},"headline":"Generate CSR &#038; Install an SSL Certificate on Webmin Server","datePublished":"2018-05-07T09:32:51+00:00","dateModified":"2021-11-25T08:33:55+00:00","mainEntityOfPage":{"@id":"https:\/\/sslrenewals.com\/blog\/generate-csr-and-install-ssl-certificate-on-webmin-server"},"wordCount":623,"commentCount":0,"image":{"@id":"https:\/\/sslrenewals.com\/blog\/generate-csr-and-install-ssl-certificate-on-webmin-server#primaryimage"},"thumbnailUrl":"https:\/\/sslrenewals.com\/blog\/wp-content\/uploads\/2018\/05\/instal-ssl-on-webmin.jpg","articleSection":["SSL Installation"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/sslrenewals.com\/blog\/generate-csr-and-install-ssl-certificate-on-webmin-server","url":"https:\/\/sslrenewals.com\/blog\/generate-csr-and-install-ssl-certificate-on-webmin-server","name":"How to Install an SSL Certificate on Webmin Server?","isPartOf":{"@id":"https:\/\/sslrenewals.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/sslrenewals.com\/blog\/generate-csr-and-install-ssl-certificate-on-webmin-server#primaryimage"},"image":{"@id":"https:\/\/sslrenewals.com\/blog\/generate-csr-and-install-ssl-certificate-on-webmin-server#primaryimage"},"thumbnailUrl":"https:\/\/sslrenewals.com\/blog\/wp-content\/uploads\/2018\/05\/instal-ssl-on-webmin.jpg","datePublished":"2018-05-07T09:32:51+00:00","dateModified":"2021-11-25T08:33:55+00:00","author":{"@id":"https:\/\/sslrenewals.com\/blog\/#\/schema\/person\/5d8f5aee08b2733bdbf2933439da269e"},"description":"This tutorial provides Step-by-step guide to generate a CSR. This tutorial explains how to install SSL Certificate manually on your webmin server.","breadcrumb":{"@id":"https:\/\/sslrenewals.com\/blog\/generate-csr-and-install-ssl-certificate-on-webmin-server#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/sslrenewals.com\/blog\/generate-csr-and-install-ssl-certificate-on-webmin-server"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/sslrenewals.com\/blog\/generate-csr-and-install-ssl-certificate-on-webmin-server#primaryimage","url":"https:\/\/sslrenewals.com\/blog\/wp-content\/uploads\/2018\/05\/instal-ssl-on-webmin.jpg","contentUrl":"https:\/\/sslrenewals.com\/blog\/wp-content\/uploads\/2018\/05\/instal-ssl-on-webmin.jpg","width":200,"height":200,"caption":"Instal SSL on Webmin"},{"@type":"BreadcrumbList","@id":"https:\/\/sslrenewals.com\/blog\/generate-csr-and-install-ssl-certificate-on-webmin-server#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/sslrenewals.com\/blog"},{"@type":"ListItem","position":2,"name":"Generate CSR &#038; Install an SSL Certificate on Webmin Server"}]},{"@type":"WebSite","@id":"https:\/\/sslrenewals.com\/blog\/#website","url":"https:\/\/sslrenewals.com\/blog\/","name":"SSLRenewals Blog - SSL Certificates News | SSL Articles","description":"SSLRenewals Blog: We publish SSL Certificate News, SSL Articles for website security from RapidSSL, Symantec (VeriSign), GeoTrust, Thawte and Comodo.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/sslrenewals.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/sslrenewals.com\/blog\/#\/schema\/person\/5d8f5aee08b2733bdbf2933439da269e","name":"Adam Thompson","url":"https:\/\/sslrenewals.com\/blog\/author\/adam"}]}},"jetpack_featured_media_url":"https:\/\/sslrenewals.com\/blog\/wp-content\/uploads\/2018\/05\/instal-ssl-on-webmin.jpg","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/sslrenewals.com\/blog\/wp-json\/wp\/v2\/posts\/1009","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sslrenewals.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sslrenewals.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sslrenewals.com\/blog\/wp-json\/wp\/v2\/users\/11"}],"replies":[{"embeddable":true,"href":"https:\/\/sslrenewals.com\/blog\/wp-json\/wp\/v2\/comments?post=1009"}],"version-history":[{"count":0,"href":"https:\/\/sslrenewals.com\/blog\/wp-json\/wp\/v2\/posts\/1009\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/sslrenewals.com\/blog\/wp-json\/wp\/v2\/media\/1015"}],"wp:attachment":[{"href":"https:\/\/sslrenewals.com\/blog\/wp-json\/wp\/v2\/media?parent=1009"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sslrenewals.com\/blog\/wp-json\/wp\/v2\/categories?post=1009"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sslrenewals.com\/blog\/wp-json\/wp\/v2\/tags?post=1009"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}