{"id":449,"date":"2014-09-18T01:20:26","date_gmt":"2014-09-18T09:20:26","guid":{"rendered":"https:\/\/cheapsslsecurity.com\/blog\/?p=449"},"modified":"2021-02-04T23:08:56","modified_gmt":"2021-02-05T07:08:56","slug":"install-ssl-certificate-red-hat-linux-apache-server","status":"publish","type":"post","link":"https:\/\/cheapsslsecurity.com\/blog\/install-ssl-certificate-red-hat-linux-apache-server\/","title":{"rendered":"How to Install an SSL Certificate on Red Hat Linux Apache Server"},"content":{"rendered":"<h2 style=\"text-align: justify;\">Install SSL certificate on Red Hat Linux Apache Server<\/h2>\n<p><b>Red Hat Linux Apache Server<\/b><span style=\"text-align: justify;\"> is world\u2019s top most enterprise Linux Platform. It is fast, reliable and capable to create a secure environment that helps IT leaders to scale their business.<\/span><\/p>\n<p style=\"text-align: justify;\">To secure your <strong>Red Hat Linux<\/strong> Apache server, you need to install an SSL certificate on it. Here is an easy-to-follow, stepwise installation procedure:<\/p>\n<p><img decoding=\"async\" class=\"wp-image-1229 aligncenter\" title=\"Red hat Linux\" src=\"https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2014\/09\/redhat-linux.jpg\" alt=\"Red hat Linux\" width=\"164\" height=\"164\" \/><\/p>\n<h3 id=\"download_cert\">Step 1: Download and extract the certificate files<\/h3>\n<p style=\"text-align: justify;\">Once you complete the process of <strong>SSL certificate<\/strong> issuance, the Certificate Authority (CA) will send you an email attached with a <i>*.zip<\/i> file. This <i>*.zip<\/i> file contains all your certificates.<\/p>\n<p style=\"text-align: justify;\">Download it and extract all the certificate files onto the hard-drive or on your server directory.<\/p>\n<h2 id=\"copy_cert\">Step 2: Copy the certificate into file<\/h2>\n<p style=\"text-align: justify;\">Open your certificate file with any text editor and copy its contents. Please make sure you include the tags <strong>\u2018Begin Certificate\u2019 and \u2018End Certificate\u2019<\/strong>.<\/p>\n<pre style=\"text-align: center;\">\u201c -------BEGIN CERTIFICATE--------<\/pre>\n<pre style=\"text-align: center;\">\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 Cryptographic Data<\/pre>\n<pre style=\"text-align: center;\">---------END CERTIFICATE----------- \u201c<\/pre>\n<p style=\"text-align: justify;\">Now paste it into an appropriate file (yourdomain.crt).<\/p>\n<p style=\"text-align: justify;\">Next, you need to copy this file in to your server directory where you intend to save all your certificates. For example &#8211; <b>\/<i>yourdomain<\/i>\/httpd\/conf\/ssl.crt\/<\/b>.<\/p>\n<p style=\"text-align: justify;\"><span style=\"color: #339966;\"><b>Note 1: <\/b>The locations used here in this installation procedure (as mentioned below), are for illustration purpose only.<\/span><\/p>\n<pre style=\"text-align: justify; padding-left: 30px;\"><b>\/<i>yourdomain<\/i>\/httpd\/conf\/ssl.crt\/<\/b> - All the certificates are stored here.<\/pre>\n<pre style=\"text-align: justify; padding-left: 30px;\"><b>\/<i>yourdomain<\/i>\/httpd\/conf\/ssl.key\/ <\/b>- Here, the server\u2019s private keys are stored.<\/pre>\n<pre style=\"text-align: justify; padding-left: 30px;\"><b>\/<i>yourdomain<\/i>\/httpd\/conf\/ca-bundle\/<\/b> - All the bundle files by certificate authority are stored here.<\/pre>\n<p><b style=\"text-align: justify;\">Note 2: <\/b><span style=\"color: #339966; text-align: justify;\">It is mandatory to create a directory containing private key file, which is only readable by root.<\/span><\/p>\n<h2 id=\"install_cert\">Step 3: Install CA Certificate<\/h2>\n<p style=\"text-align: justify;\">In order for the web server to use the SSL certificate properly, you need to install the <strong>CA certificates<\/strong>. However, Apache users need not install these certificates individually. Alternatively, they can install the CA certificates by using the \u2018<strong>bundle<\/strong>\u2019 method.<\/p>\n<p style=\"text-align: justify;\">In the <b>Virtual Host Setting<\/b> section, you need to perform the following steps:<\/p>\n<ol style=\"text-align: justify;\">\n<li style=\"list-style-type: none;\">\n<ul>\n<li>Copy the <b>PEM<\/b> formatted Bundled <b>CA <\/b>file onto the directory location, where all your <b>CA bundle<\/b> files are saved.<\/li>\n<li>Now open your <i>httpd.config<\/i> file with any text editor<\/li>\n<li>Next, in the \u2018SSL section\u2019 of your <i>.config <\/i>file, you need to copy the following piece of code:<b> <\/b><b><i>SSLCACertificateFile \/yourdomain\/httpd\/conf\/ssl.crt\/ca-chain-pem.txt<\/i><\/b><\/li>\n<\/ul>\n<\/li>\n<\/ol>\n<p style=\"text-align: justify;\"><span style=\"color: #339966;\"><b>Note 3: <\/b>To reflect your server, you need to change the location and the file name based on your certificate file names and location.<\/span><\/p>\n<p style=\"text-align: justify;\">Now, the updated SSL section of <strong><i>httpd.config<\/i><\/strong> file should look read similar to the example mentioned below:<\/p>\n<pre style=\"text-align: justify; padding-left: 60px;\"><b><i>SSLCertificateFile \/yourdomain\/httpd\/conf\/ssl.crt\/server.crt<\/i><\/b><\/pre>\n<pre style=\"text-align: justify; padding-left: 60px;\"><b><i>SSLCertificateKeyFile \/yourdomain\/httpd\/conf\/ssl.key\/server.key<\/i><\/b><\/pre>\n<pre style=\"text-align: justify; padding-left: 60px;\"><b><i>SSLCACertificateFile \/ yourdomain \/httpd\/conf\/ssl.crt\/ca-chain-pem.txt<\/i><\/b><b><i>\u00a0<\/i><\/b><\/pre>\n<p style=\"text-align: justify;\">Finally, you need to save <i>httpd.config<\/i> file and restart Apache.<\/p>\n<div class=\"graysection\">\n<h2>Save 89% on SSL or HTTPS Certificates<\/h2>\n<p>Secure a website in few minutes with HTTPS. CheapSSLsecurity.com offers cheap SSL certificate with 89% discount.<\/p>\n<p><a class=\"comparebtn\" href=\"https:\/\/cheapsslsecurity.com\/\">Buy Cheap SSL Certificates<\/a><\/p>\n<\/div>\n<h2>Important Sources:<\/h2>\n<ul>\n<li><a title=\"Red Hat Linux Support\" href=\"https:\/\/www.redhat.com\/en\/services\/support\"><b>Red Hat Linux Support<\/b><\/a><\/li>\n<li><a title=\"SSL Checker\" href=\"https:\/\/cheapsslsecurity.com\/ssltools\/ssl-checker.php\"><b>SSL Checker<\/b><\/a><\/li>\n<li><a href=\"https:\/\/cheapsslsecurity.com\/blog\/how-to-install-ssl-certificate-on-cisco-secure-access-control-server-acs\/\" target=\"_blank\" rel=\"noopener noreferrer\">How to Install SSL Certificate on Cisco Secure Access Control Server (ACS)<\/a><\/li>\n<li><a href=\"https:\/\/cheapsslsecurity.com\/blog\/install-ssl-certificate-ubuntu-server-using-apache\/\" target=\"_blank\" rel=\"noopener noreferrer\">How to Install an SSL Certificate on Ubuntu Server using Apache<\/a><\/li>\n<li><a href=\"https:\/\/cheapsslsecurity.com\/blog\/how-to-install-an-ssl-certificate-on-h-sphere\/\" target=\"_blank\" rel=\"noopener noreferrer\">A Step-by-Step Guide on How to Install an SSL certificate on H-Sphere<\/a><\/li>\n<li><a href=\"https:\/\/cheapsslsecurity.com\/blog\/detailed-steps-on-how-to-install-an-ssl-certificate-on-lotus-domino\/\" target=\"_blank\" rel=\"noopener noreferrer\">Detailed steps on how to install an SSL certificate on Lotus Domino<\/a><\/li>\n<li><a href=\"https:\/\/cheapsslsecurity.com\/blog\/step-by-step-ssl-installation-guide-for-f5-big-ip\/\" target=\"_blank\" rel=\"noopener noreferrer\">Step-by-Step SSL Installation Guide for F5 Big-IP<\/a><\/li>\n<li><a href=\"https:\/\/cheapsslsecurity.com\/blog\/install-ssl-certificate-os-x-lion-10-7-server\/\" target=\"_blank\" rel=\"noopener noreferrer\">How to install an SSL certificate on OS X Lion 10.7 server<\/a><\/li>\n<li><a href=\"https:\/\/cheapsslsecurity.com\/p\/how-do-i-find-my-comodo-ssl-certificate-private-key\/\" target=\"_blank\" rel=\"noopener noreferrer\">How Do I Find My Comodo SSL Certificate Private Key?<br \/>\n<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Install SSL certificate on Red Hat Linux Apache Server Red Hat Linux Apache Server is world\u2019s top most enterprise Linux Platform. It is fast, reliable and capable to create a secure environment that helps IT leaders to scale their business. To secure your Red Hat Linux Apache server, you need to install an SSL certificate<\/p>\n","protected":false},"author":8,"featured_media":1229,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[5],"tags":[],"class_list":["post-449","post","type-post","status-publish","format-standard","has-post-thumbnail","category-ssl-pki"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Install SSL Certificate on Red Hat Linux Apache<\/title>\n<meta name=\"description\" content=\"Step by step process guide to install SSL Certificate on Red Hat Linux Apache 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:\/\/cheapsslsecurity.com\/blog\/install-ssl-certificate-red-hat-linux-apache-server\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Install SSL Certificate on Red Hat Linux Apache\" \/>\n<meta property=\"og:description\" content=\"Step by step process guide to install SSL Certificate on Red Hat Linux Apache server.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cheapsslsecurity.com\/blog\/install-ssl-certificate-red-hat-linux-apache-server\/\" \/>\n<meta property=\"og:site_name\" content=\"Savvy Security\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/cheapsslsecurities\" \/>\n<meta property=\"article:published_time\" content=\"2014-09-18T09:20:26+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-02-05T07:08:56+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2014\/09\/Redhat-Linux.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=\"Savvy Security\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@sslsecurity\" \/>\n<meta name=\"twitter:site\" content=\"@sslsecurity\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Savvy Security\" \/>\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:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/install-ssl-certificate-red-hat-linux-apache-server\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/install-ssl-certificate-red-hat-linux-apache-server\\\/\"},\"author\":{\"name\":\"Savvy Security\",\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/#\\\/schema\\\/person\\\/1ce9a5743b7f25b5be6e4972864b4493\"},\"headline\":\"How to Install an SSL Certificate on Red Hat Linux Apache Server\",\"datePublished\":\"2014-09-18T09:20:26+00:00\",\"dateModified\":\"2021-02-05T07:08:56+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/install-ssl-certificate-red-hat-linux-apache-server\\\/\"},\"wordCount\":505,\"image\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/install-ssl-certificate-red-hat-linux-apache-server\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/wp-content\\\/uploads\\\/2014\\\/09\\\/Redhat-Linux.jpg\",\"articleSection\":[\"SSL &amp; PKI\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/install-ssl-certificate-red-hat-linux-apache-server\\\/\",\"url\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/install-ssl-certificate-red-hat-linux-apache-server\\\/\",\"name\":\"Install SSL Certificate on Red Hat Linux Apache\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/install-ssl-certificate-red-hat-linux-apache-server\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/install-ssl-certificate-red-hat-linux-apache-server\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/wp-content\\\/uploads\\\/2014\\\/09\\\/Redhat-Linux.jpg\",\"datePublished\":\"2014-09-18T09:20:26+00:00\",\"dateModified\":\"2021-02-05T07:08:56+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/#\\\/schema\\\/person\\\/1ce9a5743b7f25b5be6e4972864b4493\"},\"description\":\"Step by step process guide to install SSL Certificate on Red Hat Linux Apache server.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/install-ssl-certificate-red-hat-linux-apache-server\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/install-ssl-certificate-red-hat-linux-apache-server\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/install-ssl-certificate-red-hat-linux-apache-server\\\/#primaryimage\",\"url\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/wp-content\\\/uploads\\\/2014\\\/09\\\/Redhat-Linux.jpg\",\"contentUrl\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/wp-content\\\/uploads\\\/2014\\\/09\\\/Redhat-Linux.jpg\",\"width\":200,\"height\":200,\"caption\":\"Redhat Linux\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/install-ssl-certificate-red-hat-linux-apache-server\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Install an SSL Certificate on Red Hat Linux Apache Server\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/\",\"name\":\"Savvy Security\",\"description\":\"Practical cybersecurity advice\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/#\\\/schema\\\/person\\\/1ce9a5743b7f25b5be6e4972864b4493\",\"name\":\"Savvy Security\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/4e5539150b16b5af1d22136f03dedda89a96babb3e9b5ceb18c2bde4e1dcba57?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/4e5539150b16b5af1d22136f03dedda89a96babb3e9b5ceb18c2bde4e1dcba57?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/4e5539150b16b5af1d22136f03dedda89a96babb3e9b5ceb18c2bde4e1dcba57?s=96&d=mm&r=g\",\"caption\":\"Savvy Security\"},\"description\":\"Welcome to Savvy Security, a blog focused on providing practical cybersecurity advice for website owners and small businesses. Our team brings you the latest news, best practices and tips you can use to protect your business...without a multi-million dollar budget or 24\\\/7 security teams.\",\"sameAs\":[\"blogadmin\"],\"url\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/author\\\/blogadmin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Install SSL Certificate on Red Hat Linux Apache","description":"Step by step process guide to install SSL Certificate on Red Hat Linux Apache 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:\/\/cheapsslsecurity.com\/blog\/install-ssl-certificate-red-hat-linux-apache-server\/","og_locale":"en_US","og_type":"article","og_title":"Install SSL Certificate on Red Hat Linux Apache","og_description":"Step by step process guide to install SSL Certificate on Red Hat Linux Apache server.","og_url":"https:\/\/cheapsslsecurity.com\/blog\/install-ssl-certificate-red-hat-linux-apache-server\/","og_site_name":"Savvy Security","article_publisher":"https:\/\/www.facebook.com\/cheapsslsecurities","article_published_time":"2014-09-18T09:20:26+00:00","article_modified_time":"2021-02-05T07:08:56+00:00","og_image":[{"width":200,"height":200,"url":"https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2014\/09\/Redhat-Linux.jpg","type":"image\/jpeg"}],"author":"Savvy Security","twitter_card":"summary_large_image","twitter_creator":"@sslsecurity","twitter_site":"@sslsecurity","twitter_misc":{"Written by":"Savvy Security","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/cheapsslsecurity.com\/blog\/install-ssl-certificate-red-hat-linux-apache-server\/#article","isPartOf":{"@id":"https:\/\/cheapsslsecurity.com\/blog\/install-ssl-certificate-red-hat-linux-apache-server\/"},"author":{"name":"Savvy Security","@id":"https:\/\/cheapsslsecurity.com\/blog\/#\/schema\/person\/1ce9a5743b7f25b5be6e4972864b4493"},"headline":"How to Install an SSL Certificate on Red Hat Linux Apache Server","datePublished":"2014-09-18T09:20:26+00:00","dateModified":"2021-02-05T07:08:56+00:00","mainEntityOfPage":{"@id":"https:\/\/cheapsslsecurity.com\/blog\/install-ssl-certificate-red-hat-linux-apache-server\/"},"wordCount":505,"image":{"@id":"https:\/\/cheapsslsecurity.com\/blog\/install-ssl-certificate-red-hat-linux-apache-server\/#primaryimage"},"thumbnailUrl":"https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2014\/09\/Redhat-Linux.jpg","articleSection":["SSL &amp; PKI"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/cheapsslsecurity.com\/blog\/install-ssl-certificate-red-hat-linux-apache-server\/","url":"https:\/\/cheapsslsecurity.com\/blog\/install-ssl-certificate-red-hat-linux-apache-server\/","name":"Install SSL Certificate on Red Hat Linux Apache","isPartOf":{"@id":"https:\/\/cheapsslsecurity.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cheapsslsecurity.com\/blog\/install-ssl-certificate-red-hat-linux-apache-server\/#primaryimage"},"image":{"@id":"https:\/\/cheapsslsecurity.com\/blog\/install-ssl-certificate-red-hat-linux-apache-server\/#primaryimage"},"thumbnailUrl":"https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2014\/09\/Redhat-Linux.jpg","datePublished":"2014-09-18T09:20:26+00:00","dateModified":"2021-02-05T07:08:56+00:00","author":{"@id":"https:\/\/cheapsslsecurity.com\/blog\/#\/schema\/person\/1ce9a5743b7f25b5be6e4972864b4493"},"description":"Step by step process guide to install SSL Certificate on Red Hat Linux Apache server.","breadcrumb":{"@id":"https:\/\/cheapsslsecurity.com\/blog\/install-ssl-certificate-red-hat-linux-apache-server\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cheapsslsecurity.com\/blog\/install-ssl-certificate-red-hat-linux-apache-server\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cheapsslsecurity.com\/blog\/install-ssl-certificate-red-hat-linux-apache-server\/#primaryimage","url":"https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2014\/09\/Redhat-Linux.jpg","contentUrl":"https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2014\/09\/Redhat-Linux.jpg","width":200,"height":200,"caption":"Redhat Linux"},{"@type":"BreadcrumbList","@id":"https:\/\/cheapsslsecurity.com\/blog\/install-ssl-certificate-red-hat-linux-apache-server\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cheapsslsecurity.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Install an SSL Certificate on Red Hat Linux Apache Server"}]},{"@type":"WebSite","@id":"https:\/\/cheapsslsecurity.com\/blog\/#website","url":"https:\/\/cheapsslsecurity.com\/blog\/","name":"Savvy Security","description":"Practical cybersecurity advice","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cheapsslsecurity.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/cheapsslsecurity.com\/blog\/#\/schema\/person\/1ce9a5743b7f25b5be6e4972864b4493","name":"Savvy Security","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/4e5539150b16b5af1d22136f03dedda89a96babb3e9b5ceb18c2bde4e1dcba57?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/4e5539150b16b5af1d22136f03dedda89a96babb3e9b5ceb18c2bde4e1dcba57?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/4e5539150b16b5af1d22136f03dedda89a96babb3e9b5ceb18c2bde4e1dcba57?s=96&d=mm&r=g","caption":"Savvy Security"},"description":"Welcome to Savvy Security, a blog focused on providing practical cybersecurity advice for website owners and small businesses. Our team brings you the latest news, best practices and tips you can use to protect your business...without a multi-million dollar budget or 24\/7 security teams.","sameAs":["blogadmin"],"url":"https:\/\/cheapsslsecurity.com\/blog\/author\/blogadmin\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/cheapsslsecurity.com\/blog\/wp-json\/wp\/v2\/posts\/449","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cheapsslsecurity.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cheapsslsecurity.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cheapsslsecurity.com\/blog\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/cheapsslsecurity.com\/blog\/wp-json\/wp\/v2\/comments?post=449"}],"version-history":[{"count":0,"href":"https:\/\/cheapsslsecurity.com\/blog\/wp-json\/wp\/v2\/posts\/449\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cheapsslsecurity.com\/blog\/wp-json\/wp\/v2\/media\/1229"}],"wp:attachment":[{"href":"https:\/\/cheapsslsecurity.com\/blog\/wp-json\/wp\/v2\/media?parent=449"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cheapsslsecurity.com\/blog\/wp-json\/wp\/v2\/categories?post=449"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cheapsslsecurity.com\/blog\/wp-json\/wp\/v2\/tags?post=449"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}