{"id":889,"date":"2019-10-18T08:49:04","date_gmt":"2019-10-18T08:49:04","guid":{"rendered":"https:\/\/sectigostore.com\/page\/?p=889"},"modified":"2021-09-01T07:01:14","modified_gmt":"2021-09-01T07:01:14","slug":"install-a-wildcard-ssl-in-apache-web-server","status":"publish","type":"post","link":"https:\/\/sectigostore.com\/page\/install-a-wildcard-ssl-in-apache-web-server\/","title":{"rendered":"How to Install a Wildcard SSL Certificate in Apache Web Server"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\"><strong>Your step-by-step directions for how to install a wildcard SSL certificate on Apache<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Most of you reading this article probably\nknow that Apache is a widely used web server distributed under the open-source\nlicense that is maintained by the Apache Software Foundation. It\u2019s used to host\none or more HTTP-based websites and has built-in support for shared\/virtual\nhosting. To make your websites accessible over a secure connection (i.e. HTTPS),\nyou will need to install an SSL\/TLS certificate on your web server. A wildcard\nSSL certificate secures your domain along with all its accompanying first-level\nsubdomains. This is why we think it\u2019s important to cover how to install a\nwildcard SSL certificate on your Apache web server. <\/p>\n\n\n\n<div class=\"graysection\"><h2>Secure Unlimited Subdomains with One Wildcard SSL Certificate \u2013 Save 50%<\/h2>\n<p><strong>Save 50%<\/strong> on Sectigo Wildcard SSL Certificates. It includes unlimited server licenses, reissuances, 256-bit encryption, and more.<\/p>\n<p><a class=\"greenbutton\" style=\"text-decoration: none;\" href=\"https:\/\/sectigostore.com\/ssl-types\/wildcard-ssl-certificates\">Shop for Wildcard SSL and Save 50%<\/a><\/p>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\">If you\u2019ve already purchased a <a href=\"https:\/\/sectigostore.com\/ssl-types\/wildcard-ssl-certificates\">wildcard SSL certificate<\/a>, you can skip ahead to the installation instructions. If not, you can get a wildcard certificate at an affordable price from SectigoStore.com.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Now that we know what these terms mean, let\u2019s discuss how to install wildcard SSL in Apache! Note that regardless of the type of SSL\/TLS certificate you are trying to configure on your Apache server, the installation steps remain unchanged.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Install a Wildcard SSL Certificate in Apache Web Server: a Step-by-Step Guide<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">After <a href=\"https:\/\/help.sectigostore.com\/support\/solutions\/folders\/22000168634\">generating\nthe certificate signing request<\/a> (CSR) for your wildcard SSL and placing\nyour order, you can follow the steps below to install the certificate on your\nApache server. (Or, if you don\u2019t want to manually install the certificate\nyourself, you can pay a minimal amount to have our <a href=\"https:\/\/sectigostore.com\/ssl-certificates\/installation-service\">installation\nservice<\/a> take care of it for you.) <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Ideally, the CSR should be generated from\nthe server. If not, ensure that the private key is saved on the Apache server. <\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How to Install Wildcard SSL in Apache<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">If you are looking at how to install wildcard SSL on Apache, you have come to the right place. This article is your comprehensive guide to install a wildcard SSL certificate on Apache.<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>Begin by downloading all the certificates \u2014 your primary server certificate as well as the intermediate certificates that are provided by your CA \u2014 and save them in the folder that contains your private key.<\/li><li>Navigate to the      \/etc\/httpd directory, which usually contains the config file titled <strong>httpd.conf<\/strong>, and open it with the text editor. Near the bottom of the file, you\u2019ll usually find the <strong>&lt;VirtualHost&gt;<\/strong> block. You might also find it      in a file named ssl.conf or under directories such as \/etc\/httpd\/vhosts.d\/      or \/etc\/httpd\/sites\/.<\/li><li>If your site needs to be available over both non-secure (HTTP) and secure (HTTPS)      connections, you will need a virtual host for each. Make a copy of the original non-secure virtual host and change the port number from <strong>80 to 443<\/strong>.<\/li><li>In the <strong>&lt;VirtualHost&gt;<\/strong> block for the SSL enabled site, change the settings to point to the correct paths for the certificate files and website. The certificate files are usually found within the \/etc\/ssl\/crt\/ directory. Alter the settings and adjust the names based upon your sites\u2019 information. <\/li><\/ol>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"801\" height=\"328\" src=\"https:\/\/sectigostore.com\/page\/wp-content\/uploads\/2019\/10\/virtual-host-changes-2.png\" alt=\"Virtual Host File changes for Wildcard SSL Installation\" class=\"wp-image-892\" srcset=\"https:\/\/sectigostore.com\/page\/wp-content\/uploads\/2019\/10\/virtual-host-changes-2.png 801w, https:\/\/sectigostore.com\/page\/wp-content\/uploads\/2019\/10\/virtual-host-changes-2-300x123.png 300w, https:\/\/sectigostore.com\/page\/wp-content\/uploads\/2019\/10\/virtual-host-changes-2-768x314.png 768w\" sizes=\"auto, (max-width: 801px) 100vw, 801px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Here\u2019s a bit of context about what each of these components entails:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>SSLCertificateFile is the primary certificate file for your server.<\/li><li>SSLCertificateKeyFile is the private key generated when you created the CSR.<\/li><li>SSLCertificateChainFile is the intermediate certificate file (if any) provided by your certificate authority. If there are multiple Intermediates, you may be required to concatenate the files. If this file does not work, try using SSLCACertificateFile. <\/li><\/ul>\n\n\n\n<ol class=\"wp-block-list\"><li>Ensure that there are no syntactical errors, save the changes, and close your editor.<\/li><li>Execute the      following command to check your Apache server for configuration errors:<\/li><\/ol>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>\/usr\/local\/apache\/bin\/apachectl configtest<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li> Using one of the following options<strong> Restart<\/strong> your Apache web server: <\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><code>\/usr\/local\/apache\/bin\/apachectl stop<\/code><\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>\/usr\/local\/apache\/bin\/<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-preformatted\">OR<\/pre>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>\/usr\/local\/apache\/bin\/apachectl restart<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Top Apache Wildcard SSL Certificate<\/h2>\n\n\n\n<table class=\"product-table\"><tbody><tr><th>\n  <strong>Features<\/strong>\n  <\/th><th>\n  <strong>PositiveSSL Wildcard (DV)<\/strong>\n  <\/th><th>\n  <strong>Sectigo SSL Wildcard Certificate (DV)<\/strong>\n  <\/th>\n  <th>\n  <strong>Sectigo OV Wildcard SSL<\/strong>\n  <\/th>\n  <\/tr>\n    <tr>\n  <td>Lowest Price<\/td>\n  <td>$78.32\/yr<\/td>\n  <td>$199.20\/yr<\/td>\n  <td>$399.20\/yr<\/td>\n  <\/tr>\n  <tr>\n  <td>Domains Secured<\/td>\n  <td>Secure Unlimited Subdomains<\/td>\n  <td>Secure Unlimited Subdomains<\/td>\n  <td>Secure Unlimited Subdomains<\/td>\n  <\/tr>\n  <tr>\n  <td>Validation Level<\/td>\n  <td>Domain Validation<\/td>\n  <td>Domain Validation<\/td>\n <td>Organization Validation<\/td>\n  <\/tr>\n  <tr>\n  <td>SSL Encryption<\/td>\n  <td>up to 256-bit<\/td>\n  <td>up to 256-bit<\/td>\n  <td>up to 256-bit<\/td>\n  <\/tr>\n  <tr>\n  <td>Key Length<\/td>\n  <td>2048 bits<\/td>\n  <td>2048 bits<\/td>\n  <td>2048 bits<\/td>\n  <\/tr>\n  <tr>\n  <td>Server License\/td>\n  <td>Unlimited<\/td>\n  <td>Unlimited<\/td>\n  <td>Unlimited<\/td>\n  <\/tr>\n  <tr>\n  <td>SSL Site Seal<\/td>\n  <td>Included<\/td>\n  <td>Included<\/td>\n  <td>Included<\/td>\n  <\/tr>\n  <tr>\n  <td>Reissue Policy<\/td>\n  <td>Unlimited<\/td>\n  <td>Unlimited<\/td>\n  <td>Unlimited<\/td>\n  <\/tr>\n  <tr>\n  <td>Warranty<\/td>\n  <td>$50,000<\/td>\n  <td>$1,000,000<\/td>\n  <td>$500,000<\/td>\n  <\/tr>\n  <tr>\n  <td>Refund Policy<\/td>\n  <td>30 Days<\/td>\n  <td>30 Days<\/td>\n  <td>30 Days<\/td>\n  <\/tr>\n  <tr>\n  <td>Wildcard Support<\/td>\n  <td>Yes<\/td>\n  <td>Yes<\/td>\n  <td>Yes<\/td>\n  <\/tr>\n  <tr>\n  <td>Browser Support<\/td>\n  <td>99%<\/td>\n  <td>99%<\/td>\n  <td>99%<\/td>\n  <\/tr>\n  <tr>\n  <td>OS Support [Desktop]<\/td>\n  <td>Yes<\/td>\n  <td>Yes<\/td>\n  <td>Yes<\/td>\n  <\/tr>\n  <tr>\n  <td>OS Support [Mobile]<\/td>\n  <td>Yes<\/td>\n  <td>Yes<\/td>\n  <td>Yes<\/td>\n  <\/tr>\n   <tr><td>\n  <strong>Buy Now<\/strong>\n  <\/td><td>\n  <a class=\"button\" href=\"https:\/\/sectigostore.com\/ssl-certificates\/positivessl-wildcard\"><strong>View Product<\/strong><\/a>\n  <\/td><td>\n  <a class=\"button\" href=\"https:\/\/sectigostore.com\/ssl-certificates\/sectigo-wildcard-ssl\"><strong>View Product<\/strong><\/a>\n  <\/td>\n  <td>\n  <a class=\"button\" href=\"https:\/\/sectigostore.com\/ssl-certificates\/sectigo-ov-wildcard-ssl\"><strong>View Product<\/strong><\/a>\n  <\/td>\n  <\/tr><\/tbody><\/table>\n","protected":false},"excerpt":{"rendered":"<p>Your step-by-step directions for how to install a wildcard SSL certificate on Apache Most of you reading this article probably know that Apache is a widely used web server distributed under the open-source license that is maintained by the Apache Software Foundation. It\u2019s used to host one or more HTTP-based websites and has built-in support for shared\/virtual hosting. To make your websites accessible over a secure connection (i.e. HTTPS), you will need to install an SSL\/TLS certificate on your web server. A wildcard SSL certificate secures your domain along with <a href=\"https:\/\/sectigostore.com\/page\/install-a-wildcard-ssl-in-apache-web-server\/\" class=\"more-link\">Continue Reading<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[10],"tags":[38,22],"class_list":["post-889","post","type-post","status-publish","format-standard","hentry","category-ssl-basics","tag-apache","tag-wildcard-ssl"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Install a Wildcard SSL Certificate in Apache Web Server<\/title>\n<meta name=\"description\" content=\"Let&#039;s explore and understand the quick steps for a Wildcard SSL certificate installation on the Apache web server. Read now!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/sectigostore.com\/page\/install-a-wildcard-ssl-in-apache-web-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 a Wildcard SSL Certificate in Apache Web Server\" \/>\n<meta property=\"og:description\" content=\"Let&#039;s explore and understand the quick steps for a Wildcard SSL certificate installation on the Apache web server. Read now!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/sectigostore.com\/page\/install-a-wildcard-ssl-in-apache-web-server\/\" \/>\n<meta property=\"og:site_name\" content=\"SectigoStore\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/sectigostore\/\" \/>\n<meta property=\"article:published_time\" content=\"2019-10-18T08:49:04+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-09-01T07:01:14+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/sectigostore.com\/page\/wp-content\/uploads\/2019\/10\/virtual-host-changes-2.png\" \/>\n<meta name=\"author\" content=\"sectigostorepages\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@sectigostore\" \/>\n<meta name=\"twitter:site\" content=\"@sectigostore\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"sectigostorepages\" \/>\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:\\\/\\\/sectigostore.com\\\/page\\\/install-a-wildcard-ssl-in-apache-web-server\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/sectigostore.com\\\/page\\\/install-a-wildcard-ssl-in-apache-web-server\\\/\"},\"author\":{\"name\":\"sectigostorepages\",\"@id\":\"https:\\\/\\\/sectigostore.com\\\/page\\\/#\\\/schema\\\/person\\\/f38f303abd42ade13a74a5d3c12b1cec\"},\"headline\":\"How to Install a Wildcard SSL Certificate in Apache Web Server\",\"datePublished\":\"2019-10-18T08:49:04+00:00\",\"dateModified\":\"2021-09-01T07:01:14+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/sectigostore.com\\\/page\\\/install-a-wildcard-ssl-in-apache-web-server\\\/\"},\"wordCount\":765,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/sectigostore.com\\\/page\\\/install-a-wildcard-ssl-in-apache-web-server\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/sectigostore.com\\\/page\\\/wp-content\\\/uploads\\\/2019\\\/10\\\/virtual-host-changes-2.png\",\"keywords\":[\"apache\",\"wildcard ssl\"],\"articleSection\":[\"SSL Basics\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/sectigostore.com\\\/page\\\/install-a-wildcard-ssl-in-apache-web-server\\\/\",\"url\":\"https:\\\/\\\/sectigostore.com\\\/page\\\/install-a-wildcard-ssl-in-apache-web-server\\\/\",\"name\":\"How to Install a Wildcard SSL Certificate in Apache Web Server\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/sectigostore.com\\\/page\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/sectigostore.com\\\/page\\\/install-a-wildcard-ssl-in-apache-web-server\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/sectigostore.com\\\/page\\\/install-a-wildcard-ssl-in-apache-web-server\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/sectigostore.com\\\/page\\\/wp-content\\\/uploads\\\/2019\\\/10\\\/virtual-host-changes-2.png\",\"datePublished\":\"2019-10-18T08:49:04+00:00\",\"dateModified\":\"2021-09-01T07:01:14+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/sectigostore.com\\\/page\\\/#\\\/schema\\\/person\\\/f38f303abd42ade13a74a5d3c12b1cec\"},\"description\":\"Let's explore and understand the quick steps for a Wildcard SSL certificate installation on the Apache web server. Read now!\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/sectigostore.com\\\/page\\\/install-a-wildcard-ssl-in-apache-web-server\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/sectigostore.com\\\/page\\\/install-a-wildcard-ssl-in-apache-web-server\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/sectigostore.com\\\/page\\\/install-a-wildcard-ssl-in-apache-web-server\\\/#primaryimage\",\"url\":\"https:\\\/\\\/sectigostore.com\\\/page\\\/wp-content\\\/uploads\\\/2019\\\/10\\\/virtual-host-changes-2.png\",\"contentUrl\":\"https:\\\/\\\/sectigostore.com\\\/page\\\/wp-content\\\/uploads\\\/2019\\\/10\\\/virtual-host-changes-2.png\",\"width\":801,\"height\":328,\"caption\":\"Virtual Host File changes for Wildcard SSL Installation\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/sectigostore.com\\\/page\\\/install-a-wildcard-ssl-in-apache-web-server\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"SSL Resources\",\"item\":\"https:\\\/\\\/sectigostore.com\\\/page\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"SSL Basics\",\"item\":\"https:\\\/\\\/sectigostore.com\\\/page\\\/ssl-basics\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"How to Install a Wildcard SSL Certificate in Apache Web Server\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/sectigostore.com\\\/page\\\/#website\",\"url\":\"https:\\\/\\\/sectigostore.com\\\/page\\\/\",\"name\":\"SectigoStore\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/sectigostore.com\\\/page\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/sectigostore.com\\\/page\\\/#\\\/schema\\\/person\\\/f38f303abd42ade13a74a5d3c12b1cec\",\"name\":\"sectigostorepages\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/78239165ecb118435d2709ba4dd124dd9151b1f6b069f87258c6514fe3728c7e?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/78239165ecb118435d2709ba4dd124dd9151b1f6b069f87258c6514fe3728c7e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/78239165ecb118435d2709ba4dd124dd9151b1f6b069f87258c6514fe3728c7e?s=96&d=mm&r=g\",\"caption\":\"sectigostorepages\"},\"url\":\"https:\\\/\\\/sectigostore.com\\\/page\\\/author\\\/sectigostorepages\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Install a Wildcard SSL Certificate in Apache Web Server","description":"Let's explore and understand the quick steps for a Wildcard SSL certificate installation on the Apache web server. Read now!","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:\/\/sectigostore.com\/page\/install-a-wildcard-ssl-in-apache-web-server\/","og_locale":"en_US","og_type":"article","og_title":"How to Install a Wildcard SSL Certificate in Apache Web Server","og_description":"Let's explore and understand the quick steps for a Wildcard SSL certificate installation on the Apache web server. Read now!","og_url":"https:\/\/sectigostore.com\/page\/install-a-wildcard-ssl-in-apache-web-server\/","og_site_name":"SectigoStore","article_publisher":"https:\/\/www.facebook.com\/sectigostore\/","article_published_time":"2019-10-18T08:49:04+00:00","article_modified_time":"2021-09-01T07:01:14+00:00","og_image":[{"url":"https:\/\/sectigostore.com\/page\/wp-content\/uploads\/2019\/10\/virtual-host-changes-2.png","type":"","width":"","height":""}],"author":"sectigostorepages","twitter_card":"summary_large_image","twitter_creator":"@sectigostore","twitter_site":"@sectigostore","twitter_misc":{"Written by":"sectigostorepages","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/sectigostore.com\/page\/install-a-wildcard-ssl-in-apache-web-server\/#article","isPartOf":{"@id":"https:\/\/sectigostore.com\/page\/install-a-wildcard-ssl-in-apache-web-server\/"},"author":{"name":"sectigostorepages","@id":"https:\/\/sectigostore.com\/page\/#\/schema\/person\/f38f303abd42ade13a74a5d3c12b1cec"},"headline":"How to Install a Wildcard SSL Certificate in Apache Web Server","datePublished":"2019-10-18T08:49:04+00:00","dateModified":"2021-09-01T07:01:14+00:00","mainEntityOfPage":{"@id":"https:\/\/sectigostore.com\/page\/install-a-wildcard-ssl-in-apache-web-server\/"},"wordCount":765,"commentCount":0,"image":{"@id":"https:\/\/sectigostore.com\/page\/install-a-wildcard-ssl-in-apache-web-server\/#primaryimage"},"thumbnailUrl":"https:\/\/sectigostore.com\/page\/wp-content\/uploads\/2019\/10\/virtual-host-changes-2.png","keywords":["apache","wildcard ssl"],"articleSection":["SSL Basics"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/sectigostore.com\/page\/install-a-wildcard-ssl-in-apache-web-server\/","url":"https:\/\/sectigostore.com\/page\/install-a-wildcard-ssl-in-apache-web-server\/","name":"How to Install a Wildcard SSL Certificate in Apache Web Server","isPartOf":{"@id":"https:\/\/sectigostore.com\/page\/#website"},"primaryImageOfPage":{"@id":"https:\/\/sectigostore.com\/page\/install-a-wildcard-ssl-in-apache-web-server\/#primaryimage"},"image":{"@id":"https:\/\/sectigostore.com\/page\/install-a-wildcard-ssl-in-apache-web-server\/#primaryimage"},"thumbnailUrl":"https:\/\/sectigostore.com\/page\/wp-content\/uploads\/2019\/10\/virtual-host-changes-2.png","datePublished":"2019-10-18T08:49:04+00:00","dateModified":"2021-09-01T07:01:14+00:00","author":{"@id":"https:\/\/sectigostore.com\/page\/#\/schema\/person\/f38f303abd42ade13a74a5d3c12b1cec"},"description":"Let's explore and understand the quick steps for a Wildcard SSL certificate installation on the Apache web server. Read now!","breadcrumb":{"@id":"https:\/\/sectigostore.com\/page\/install-a-wildcard-ssl-in-apache-web-server\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/sectigostore.com\/page\/install-a-wildcard-ssl-in-apache-web-server\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/sectigostore.com\/page\/install-a-wildcard-ssl-in-apache-web-server\/#primaryimage","url":"https:\/\/sectigostore.com\/page\/wp-content\/uploads\/2019\/10\/virtual-host-changes-2.png","contentUrl":"https:\/\/sectigostore.com\/page\/wp-content\/uploads\/2019\/10\/virtual-host-changes-2.png","width":801,"height":328,"caption":"Virtual Host File changes for Wildcard SSL Installation"},{"@type":"BreadcrumbList","@id":"https:\/\/sectigostore.com\/page\/install-a-wildcard-ssl-in-apache-web-server\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"SSL Resources","item":"https:\/\/sectigostore.com\/page\/"},{"@type":"ListItem","position":2,"name":"SSL Basics","item":"https:\/\/sectigostore.com\/page\/ssl-basics\/"},{"@type":"ListItem","position":3,"name":"How to Install a Wildcard SSL Certificate in Apache Web Server"}]},{"@type":"WebSite","@id":"https:\/\/sectigostore.com\/page\/#website","url":"https:\/\/sectigostore.com\/page\/","name":"SectigoStore","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/sectigostore.com\/page\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/sectigostore.com\/page\/#\/schema\/person\/f38f303abd42ade13a74a5d3c12b1cec","name":"sectigostorepages","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/78239165ecb118435d2709ba4dd124dd9151b1f6b069f87258c6514fe3728c7e?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/78239165ecb118435d2709ba4dd124dd9151b1f6b069f87258c6514fe3728c7e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/78239165ecb118435d2709ba4dd124dd9151b1f6b069f87258c6514fe3728c7e?s=96&d=mm&r=g","caption":"sectigostorepages"},"url":"https:\/\/sectigostore.com\/page\/author\/sectigostorepages\/"}]}},"_links":{"self":[{"href":"https:\/\/sectigostore.com\/page\/wp-json\/wp\/v2\/posts\/889","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sectigostore.com\/page\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sectigostore.com\/page\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sectigostore.com\/page\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sectigostore.com\/page\/wp-json\/wp\/v2\/comments?post=889"}],"version-history":[{"count":0,"href":"https:\/\/sectigostore.com\/page\/wp-json\/wp\/v2\/posts\/889\/revisions"}],"wp:attachment":[{"href":"https:\/\/sectigostore.com\/page\/wp-json\/wp\/v2\/media?parent=889"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sectigostore.com\/page\/wp-json\/wp\/v2\/categories?post=889"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sectigostore.com\/page\/wp-json\/wp\/v2\/tags?post=889"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}