{"id":25146,"date":"2022-02-16T13:01:03","date_gmt":"2022-02-16T13:01:03","guid":{"rendered":"https:\/\/1-grid.com\/knowledge\/?p=25146"},"modified":"2023-11-14T11:33:33","modified_gmt":"2023-11-14T11:33:33","slug":"how-can-i-set-up-tlsv1-2-on-centos","status":"publish","type":"ht_kb","link":"https:\/\/1grid.co.za\/knowledge\/how-can-i-set-up-tlsv12-on-centos\/","title":{"rendered":"How Can I Set up TLSv1.2 on CentOS?"},"content":{"rendered":"<article id=\"article-body\" class=\"article-body\">This article guides you through the vital process of setting up TLSv1.2 on CentOS, a critical step in fortifying the security of your server communications. As an integral component of secure data transmission, Transport Layer Security (TLS) ensures data confidentiality and integrity. Whether you&#8217;re a system administrator or a user keen on enhancing your CentOS server&#8217;s security, this concise yet comprehensive guide equips you with the knowledge and steps necessary to implement TLSv1.2 effectively, elevating the safeguarding of your data against potential threats.<\/p>\n<p style=\"box-sizing: inherit; padding: 0px; margin: 25px 0px; font-family: Lato, sans-serif; font-weight: 400; font-size: 16px; line-height: 1.5; word-break: break-word; color: #4c4c4c; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;\"><span style=\"font-family: Helvetica,sans-serif;\">TLSv1.2 should be available on CentOS 6.5. You can test if your website supports TLSv1.2 by running the following command from your local machine:<\/span><\/p>\n<pre style=\"box-sizing: inherit; font-family: monospace, monospace; font-size: 16px; background-color: #2d3339; padding: 14px 24px; color: #ffffff; white-space: pre-wrap; overflow: auto; border-radius: 2px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;\"><span style=\"font-family: Helvetica,sans-serif;\"><code class=\"hljs css\" style=\"box-sizing: inherit; font-family: 'Source Code Pro', monospace; font-size: 13px; display: block; overflow-x: auto; padding: 0px; background: 0px 0px; color: #ffffff; line-height: 1.5; font-weight: 400; margin: 0px;\"><span class=\"hljs-selector-tag\" style=\"box-sizing: inherit; color: #f92672;\">openssl<\/span> <span class=\"hljs-selector-tag\" style=\"box-sizing: inherit; color: #f92672;\">s_client<\/span> <span class=\"hljs-selector-tag\" style=\"box-sizing: inherit; color: #f92672;\">-connect<\/span> <span class=\"hljs-selector-tag\" style=\"box-sizing: inherit; color: #f92672;\">your<\/span><span class=\"hljs-selector-class\" style=\"box-sizing: inherit; color: #a6e22e;\">.domain.name<\/span><span class=\"hljs-selector-pseudo\" style=\"box-sizing: inherit; color: #e6db74;\">:443<\/span> <span class=\"hljs-selector-tag\" style=\"box-sizing: inherit; color: #f92672;\">-tls1_2<\/span><\/code><\/span><\/pre>\n<p style=\"box-sizing: inherit; padding: 0px; margin: 25px 0px; font-family: Lato, sans-serif; font-weight: 400; font-size: 16px; line-height: 1.5; word-break: break-word; color: #4c4c4c; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;\"><span style=\"font-family: Helvetica,sans-serif;\">You should see something like:<\/span><\/p>\n<pre style=\"box-sizing: inherit; font-family: monospace, monospace; font-size: 16px; background-color: #2d3339; padding: 14px 24px; color: #ffffff; white-space: pre-wrap; overflow: auto; border-radius: 2px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;\"><span style=\"font-family: Helvetica,sans-serif;\"><code class=\"hljs css\" style=\"box-sizing: inherit; font-family: 'Source Code Pro', monospace; font-size: 13px; display: block; overflow-x: auto; padding: 0px; background: 0px 0px; color: #ffffff; line-height: 1.5; font-weight: 400; margin: 0px;\"><span class=\"hljs-selector-tag\" style=\"box-sizing: inherit; color: #f92672;\">SSL-Session<\/span>:    <span class=\"hljs-selector-tag\" style=\"box-sizing: inherit; color: #f92672;\">Protocol<\/span>  : <span class=\"hljs-selector-tag\" style=\"box-sizing: inherit; color: #f92672;\">TLSv1<\/span><span class=\"hljs-selector-class\" style=\"box-sizing: inherit; color: #a6e22e;\">.2<\/span>    <span class=\"hljs-selector-tag\" style=\"box-sizing: inherit; color: #f92672;\">Cipher<\/span>    : <span class=\"hljs-selector-tag\" style=\"box-sizing: inherit; color: #f92672;\">AES256-SHA256<\/span><\/code><\/span><\/pre>\n<p style=\"box-sizing: inherit; padding: 0px; margin: 25px 0px; font-family: Lato, sans-serif; font-weight: 400; font-size: 16px; line-height: 1.5; word-break: break-word; color: #4c4c4c; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;\"><span style=\"font-family: Helvetica,sans-serif;\">More important than the operating system, however, is the version of OpenSSL you are using. You will just want to make sure you are using OpenSSL 1.0.1 or later. OpenSSL 0.9.8 does not support TLS 1.2. You can confirm this at the\u00a0<a style=\"box-sizing: inherit; position: relative; color: #0089bc; text-decoration: underline; background-color: transparent; display: inline-block;\" href=\"https:\/\/www.openssl.org\/news\/changelog.html\">OpenSSL changelog<\/a>. To check which version of OpenSSL you are running, you can run the following commands:<\/span><\/p>\n<pre style=\"box-sizing: inherit; font-family: monospace, monospace; font-size: 16px; background-color: #2d3339; padding: 14px 24px; color: #ffffff; white-space: pre-wrap; overflow: auto; border-radius: 2px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;\"><span style=\"font-family: Helvetica,sans-serif;\"><code class=\"hljs nginx\" style=\"box-sizing: inherit; font-family: 'Source Code Pro', monospace; font-size: 13px; display: block; overflow-x: auto; padding: 0px; background: 0px 0px; color: #ffffff; line-height: 1.5; font-weight: 400; margin: 0px;\"><span class=\"hljs-attribute\" style=\"box-sizing: inherit; color: #66d9ef;\">openssl<\/span> version yum <span class=\"hljs-literal\" style=\"box-sizing: inherit; color: #ae81ff;\">info<\/span> openssl\n<\/code><\/span><\/pre>\n<p style=\"box-sizing: inherit; padding: 0px; margin: 25px 0px; font-family: Lato, sans-serif; font-weight: 400; font-size: 16px; line-height: 1.5; word-break: break-word; color: #4c4c4c; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;\"><span style=\"font-family: Helvetica,sans-serif;\">To download, compile, and install the latest version of OpenSSL, you can run the following commands:<\/span><\/p>\n<pre style=\"box-sizing: inherit; font-family: monospace, monospace; font-size: 16px; background-color: #2d3339; padding: 14px 24px; color: #ffffff; white-space: pre-wrap; overflow: auto; border-radius: 2px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;\"><span style=\"font-family: Helvetica,sans-serif;\"><code class=\"hljs bash\" style=\"box-sizing: inherit; font-family: 'Source Code Pro', monospace; font-size: 13px; display: block; overflow-x: auto; padding: 0px; background: 0px 0px; color: #ffffff; line-height: 1.5; font-weight: 400; margin: 0px;\"><span class=\"hljs-comment\" style=\"box-sizing: inherit; color: #75715e;\">#Downloads the latest version<\/span>\n<span class=\"hljs-built_in\" style=\"box-sizing: inherit; color: #e6db74;\">cd<\/span> \/usr\/src wget https:\/\/www.openssl.org\/<span class=\"hljs-built_in\" style=\"box-sizing: inherit; color: #e6db74;\">source<\/span>\/openssl-1.0.2-latest.tar.gz tar -zxf openssl-1.0.2-latest.tar.gz \n<span class=\"hljs-comment\" style=\"box-sizing: inherit; color: #75715e;\">#Manually compiles OpenSSL and upgrades OpenSSL<\/span>\n<span class=\"hljs-built_in\" style=\"box-sizing: inherit; color: #e6db74;\">cd<\/span> openssl-1.0.2a .\/config make make <span class=\"hljs-built_in\" style=\"box-sizing: inherit; color: #e6db74;\">test<\/span>\nmake install \n<span class=\"hljs-comment\" style=\"box-sizing: inherit; color: #75715e;\">#If you are still seeing the old version still displayed, make a copy of the Open SSL bin file<\/span>\nmv \/usr\/bin\/openssl \/root\/ ln -s \/usr\/<span class=\"hljs-built_in\" style=\"box-sizing: inherit; color: #e6db74;\">local<\/span>\/ssl\/bin\/openssl \/usr\/bin\/openssl\n<\/code><\/span><\/pre>\n<p style=\"box-sizing: inherit; padding: 0px; margin: 25px 0px; font-family: Lato, sans-serif; font-weight: 400; font-size: 16px; line-height: 1.5; word-break: break-word; color: #4c4c4c; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;\"><span style=\"font-family: Helvetica,sans-serif;\">From there you can run the\u00a0<code style=\"box-sizing: inherit; font-family: monospace, monospace; font-size: 13px; background-color: #2d3339; color: #ffffff; padding: 4px 6px;\">openssl version<\/code> command again to verify it has installed\/updated properly. Hope this helps point you in the right direction!<\/span><\/p>\n<\/article>\n<p>Frequently asked questions:<\/p>\n<p><strong>Why is setting up TLSv1.2 important for CentOS?<\/strong><\/p>\n<p>IImplementing TLSv1.2 on CentOS is crucial for enhancing the security of server communications. TLS ensures encrypted data transmission, protecting against potential threats such as eavesdropping and tampering. TLSv1.2 specifically addresses vulnerabilities found in earlier versions, making it a recommended choice to ensure a robust and secure environment for data exchange.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This article guides you through the vital process of setting up TLSv1.2 on CentOS, a critical step in fortifying the security of your server communications. As an integral component of secure data transmission, Transport Layer Security (TLS) ensures data confidentiality and integrity. Whether you&#8217;re a system administrator or a user&#8230;<\/p>\n","protected":false},"author":21,"comment_status":"closed","ping_status":"closed","template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"ht-kb-category":[21],"ht-kb-tag":[35,41,164,178,477,494,904,908,1022,1023,1069,1118],"class_list":["post-25146","ht_kb","type-ht_kb","status-publish","format-standard","hentry","ht_kb_category-ssl-certificates","ht_kb_tag-35","ht_kb_tag-41","ht_kb_tag-can","ht_kb_tag-centos","ht_kb_tag-how","ht_kb_tag-i","ht_kb_tag-set","ht_kb_tag-setup","ht_kb_tag-tls","ht_kb_tag-tlsv","ht_kb_tag-up","ht_kb_tag-what"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How Can I Set up TLSv1.2 on CentOS? - 1-grid Knowledge Base<\/title>\n<meta name=\"description\" content=\"How Can I Set up TLSv1.2 on CentOS? 1-grid Knowledge Base How Can I Set up TLSv1.2 on CentOS? 1-grid Knowledge Base\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/1grid.co.za\/knowledge\/how-can-i-set-up-tlsv12-on-centos\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How Can I Set up TLSv1.2 on CentOS? - 1-grid Knowledge Base\" \/>\n<meta property=\"og:description\" content=\"How Can I Set up TLSv1.2 on CentOS? 1-grid Knowledge Base How Can I Set up TLSv1.2 on CentOS? 1-grid Knowledge Base\" \/>\n<meta property=\"og:url\" content=\"https:\/\/1grid.co.za\/knowledge\/how-can-i-set-up-tlsv12-on-centos\/\" \/>\n<meta property=\"og:site_name\" content=\"1-grid Knowledge Base\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/1grid.co.za\/\" \/>\n<meta property=\"article:modified_time\" content=\"2023-11-14T11:33:33+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@1grid_hosting\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/1grid.co.za\/knowledge\/how-can-i-set-up-tlsv12-on-centos\/\",\"url\":\"https:\/\/1grid.co.za\/knowledge\/how-can-i-set-up-tlsv12-on-centos\/\",\"name\":\"How Can I Set up TLSv1.2 on CentOS? - 1-grid Knowledge Base\",\"isPartOf\":{\"@id\":\"https:\/\/1grid.co.za\/knowledge\/#website\"},\"datePublished\":\"2022-02-16T13:01:03+00:00\",\"dateModified\":\"2023-11-14T11:33:33+00:00\",\"description\":\"How Can I Set up TLSv1.2 on CentOS? 1-grid Knowledge Base How Can I Set up TLSv1.2 on CentOS? 1-grid Knowledge Base\",\"breadcrumb\":{\"@id\":\"https:\/\/1grid.co.za\/knowledge\/how-can-i-set-up-tlsv12-on-centos\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/1grid.co.za\/knowledge\/how-can-i-set-up-tlsv12-on-centos\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/1grid.co.za\/knowledge\/how-can-i-set-up-tlsv12-on-centos\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/1grid.co.za\/knowledge\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How Can I Set up TLSv1.2 on CentOS?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/1grid.co.za\/knowledge\/#website\",\"url\":\"https:\/\/1grid.co.za\/knowledge\/\",\"name\":\"1-Grid Domain Hosting Knowledge Base\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/1grid.co.za\/knowledge\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/1grid.co.za\/knowledge\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/1grid.co.za\/knowledge\/#organization\",\"name\":\"1-Grid Domain Hosting Knowledge Base\",\"url\":\"https:\/\/1grid.co.za\/knowledge\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/1grid.co.za\/knowledge\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/1grid.co.za\/knowledge\/wp-content\/uploads\/2023\/01\/1-grid-logo-color.svg\",\"contentUrl\":\"https:\/\/1grid.co.za\/knowledge\/wp-content\/uploads\/2023\/01\/1-grid-logo-color.svg\",\"width\":100,\"height\":100,\"caption\":\"1-Grid Domain Hosting Knowledge Base\"},\"image\":{\"@id\":\"https:\/\/1grid.co.za\/knowledge\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/1grid.co.za\/\",\"https:\/\/twitter.com\/1grid_hosting\",\"https:\/\/www.instagram.com\/1grid_hosting\/\",\"https:\/\/za.linkedin.com\/company\/1-grid\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How Can I Set up TLSv1.2 on CentOS? - 1-grid Knowledge Base","description":"How Can I Set up TLSv1.2 on CentOS? 1-grid Knowledge Base How Can I Set up TLSv1.2 on CentOS? 1-grid Knowledge Base","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:\/\/1grid.co.za\/knowledge\/how-can-i-set-up-tlsv12-on-centos\/","og_locale":"en_US","og_type":"article","og_title":"How Can I Set up TLSv1.2 on CentOS? - 1-grid Knowledge Base","og_description":"How Can I Set up TLSv1.2 on CentOS? 1-grid Knowledge Base How Can I Set up TLSv1.2 on CentOS? 1-grid Knowledge Base","og_url":"https:\/\/1grid.co.za\/knowledge\/how-can-i-set-up-tlsv12-on-centos\/","og_site_name":"1-grid Knowledge Base","article_publisher":"https:\/\/www.facebook.com\/1grid.co.za\/","article_modified_time":"2023-11-14T11:33:33+00:00","twitter_card":"summary_large_image","twitter_site":"@1grid_hosting","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/1grid.co.za\/knowledge\/how-can-i-set-up-tlsv12-on-centos\/","url":"https:\/\/1grid.co.za\/knowledge\/how-can-i-set-up-tlsv12-on-centos\/","name":"How Can I Set up TLSv1.2 on CentOS? - 1-grid Knowledge Base","isPartOf":{"@id":"https:\/\/1grid.co.za\/knowledge\/#website"},"datePublished":"2022-02-16T13:01:03+00:00","dateModified":"2023-11-14T11:33:33+00:00","description":"How Can I Set up TLSv1.2 on CentOS? 1-grid Knowledge Base How Can I Set up TLSv1.2 on CentOS? 1-grid Knowledge Base","breadcrumb":{"@id":"https:\/\/1grid.co.za\/knowledge\/how-can-i-set-up-tlsv12-on-centos\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/1grid.co.za\/knowledge\/how-can-i-set-up-tlsv12-on-centos\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/1grid.co.za\/knowledge\/how-can-i-set-up-tlsv12-on-centos\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/1grid.co.za\/knowledge\/"},{"@type":"ListItem","position":2,"name":"How Can I Set up TLSv1.2 on CentOS?"}]},{"@type":"WebSite","@id":"https:\/\/1grid.co.za\/knowledge\/#website","url":"https:\/\/1grid.co.za\/knowledge\/","name":"1-Grid Domain Hosting Knowledge Base","description":"","publisher":{"@id":"https:\/\/1grid.co.za\/knowledge\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/1grid.co.za\/knowledge\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/1grid.co.za\/knowledge\/#organization","name":"1-Grid Domain Hosting Knowledge Base","url":"https:\/\/1grid.co.za\/knowledge\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/1grid.co.za\/knowledge\/#\/schema\/logo\/image\/","url":"https:\/\/1grid.co.za\/knowledge\/wp-content\/uploads\/2023\/01\/1-grid-logo-color.svg","contentUrl":"https:\/\/1grid.co.za\/knowledge\/wp-content\/uploads\/2023\/01\/1-grid-logo-color.svg","width":100,"height":100,"caption":"1-Grid Domain Hosting Knowledge Base"},"image":{"@id":"https:\/\/1grid.co.za\/knowledge\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/1grid.co.za\/","https:\/\/twitter.com\/1grid_hosting","https:\/\/www.instagram.com\/1grid_hosting\/","https:\/\/za.linkedin.com\/company\/1-grid"]}]}},"_links":{"self":[{"href":"https:\/\/1grid.co.za\/knowledge\/wp-json\/wp\/v2\/ht-kb\/25146","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/1grid.co.za\/knowledge\/wp-json\/wp\/v2\/ht-kb"}],"about":[{"href":"https:\/\/1grid.co.za\/knowledge\/wp-json\/wp\/v2\/types\/ht_kb"}],"author":[{"embeddable":true,"href":"https:\/\/1grid.co.za\/knowledge\/wp-json\/wp\/v2\/users\/21"}],"replies":[{"embeddable":true,"href":"https:\/\/1grid.co.za\/knowledge\/wp-json\/wp\/v2\/comments?post=25146"}],"version-history":[{"count":3,"href":"https:\/\/1grid.co.za\/knowledge\/wp-json\/wp\/v2\/ht-kb\/25146\/revisions"}],"predecessor-version":[{"id":33067,"href":"https:\/\/1grid.co.za\/knowledge\/wp-json\/wp\/v2\/ht-kb\/25146\/revisions\/33067"}],"wp:attachment":[{"href":"https:\/\/1grid.co.za\/knowledge\/wp-json\/wp\/v2\/media?parent=25146"}],"wp:term":[{"taxonomy":"ht_kb_category","embeddable":true,"href":"https:\/\/1grid.co.za\/knowledge\/wp-json\/wp\/v2\/ht-kb-category?post=25146"},{"taxonomy":"ht_kb_tag","embeddable":true,"href":"https:\/\/1grid.co.za\/knowledge\/wp-json\/wp\/v2\/ht-kb-tag?post=25146"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}