{"id":20776,"date":"2022-04-07T14:51:55","date_gmt":"2022-04-07T12:51:55","guid":{"rendered":"https:\/\/kunskap.websupport.se\/kb\/install-ssl-certificate\/"},"modified":"2022-04-07T14:52:00","modified_gmt":"2022-04-07T12:52:00","slug":"install-ssl-certificate","status":"publish","type":"ht_kb","link":"https:\/\/kunskap.websupport.se\/en\/kb\/install-ssl-certificate\/","title":{"rendered":"Install SSL Certificate"},"content":{"rendered":"<span class=\"su-label su-label-type-success\">Instruktioner l\u00e4mpliga f\u00f6r nyb\u00f6rjare<\/span>\n\n<p style=\"font-size:18px\">With an SSL certificate, the communication between your website and the visitor will be secure, and it will improve your site&#8217;s ranking in search engines. In this guide, we will show you how to choose the right SSL certificate and how to install it.<\/p>\n\n<hr class=\"wp-block-separator\"\/>\n\n<h2 class=\"wp-block-heading\">What type of certificate should I choose?<\/h2>\n\n<p>If it is a personal website, we recommend <strong>Let&#8217;s Encrypt<\/strong> which is free in all packages with us. If it is a company website, e-shop, or a page with registration (for example registration via a form), we recommend a <strong>Standard SSL certificate<\/strong>. It is installed automatically by us. For several subdomains, we recommend a <strong>Wildcard certificate<\/strong>.<\/p>\n\n<h2 class=\"wp-block-heading\">Install an SSL certificate<\/h2>\n\n<ol class=\"wp-block-list\"><li>Sign in to <a href=\"https:\/\/admin.websupport.se\/\" class=\"su-button su-button-style-flat\" style=\"color:#FFFFFF;background-color:#2d7aef;border-color:#2462c0;border-radius:34px\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"color:#FFFFFF;padding:0px 18px;font-size:14px;line-height:28px;border-color:#6ca2f4;border-radius:34px;text-shadow:none\"> The control panel \u00bb<\/span><\/a><\/li><li>Click on the desired domain under <strong>Services.<\/strong> <\/li><li>Then click <strong>Create\/Add new certificate.<\/strong><\/li><\/ol>\n\n<p>You can either choose a free certificate from <strong>Let&#8217;s Encrypt<\/strong> or install a certificate issued by another provider. If you have an SSL certificate issued by another company or another certification authority, you must install it manually in our Control Panel as follows.<\/p>\n\n<h3 class=\"wp-block-heading\"><strong>Install an external SSL certificate<\/strong><\/h3>\n\n<p>Insert the contents of the files as described in the boxes. These are <strong>.key<\/strong> and <strong>.crt<\/strong> files If the issuer provides you with a certificate chain (also called an intermediate certificate or package), enter its contents in the third field. The certificate works without an intermediate certificate, but some (especially mobile) browsers only recognize a limited list of issuers and may not recognize your certificate as trusted without an intermediate certificate.<\/p>\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"783\" height=\"468\" src=\"https:\/\/kunskap.websupport.se\/app\/uploads\/sites\/4\/2021\/11\/chrome_i3oZQ7nwuQ-783x468.png\" alt=\"\" class=\"wp-image-20243\" srcset=\"https:\/\/kunskap.websupport.se\/app\/uploads\/sites\/4\/2021\/11\/chrome_i3oZQ7nwuQ-783x468.png 783w, https:\/\/kunskap.websupport.se\/app\/uploads\/sites\/4\/2021\/11\/chrome_i3oZQ7nwuQ-50x30.png 50w, https:\/\/kunskap.websupport.se\/app\/uploads\/sites\/4\/2021\/11\/chrome_i3oZQ7nwuQ-60x36.png 60w, https:\/\/kunskap.websupport.se\/app\/uploads\/sites\/4\/2021\/11\/chrome_i3oZQ7nwuQ-100x60.png 100w, https:\/\/kunskap.websupport.se\/app\/uploads\/sites\/4\/2021\/11\/chrome_i3oZQ7nwuQ.png 1217w\" sizes=\"auto, (max-width: 783px) 100vw, 783px\" \/><\/figure>\n\n<p>Also, select the address for which you want to use SSL. The last step is to complete the certificate installation by clicking <strong>Generate Certificate.<\/strong> The certificate will be active within 15 minutes.<\/p>\n\n<h2 class=\"wp-block-heading\">Activate an SSL certificate<\/h2>\n\n<p>In order for your website to be able to use an SSL certificate after installation, it is necessary to access the website via the HTTPS protocol. You can redirect the site to HTTPS in different ways:<\/p>\n\n<h3 class=\"wp-block-heading\"><strong>Using a .htaccess file<\/strong><\/h3>\n\n<p>You need to create a .htaccess file in the FTP space &#8211; instructions on how to create and configure this type of file, along with other information, can be found in a <a href=\"https:\/\/support.websupport.se\/kb\/htaccess\/\">separate article.<\/a> The code to be added looks like this:<\/p>\n\n<pre class=\"wp-block-code\"><code>RewriteEngine on\nRewriteCond %{HTTP:X-Forwarded-Proto} !=https\nRewriteRule ^.*$ https:\/\/%{SERVER_NAME}%{REQUEST_URI} &#091;L,R]<\/code><\/pre>\n\n<h3 class=\"wp-block-heading\"><strong>Using an addon in the CMS tool<\/strong><\/h3>\n\n<p>If you use a content management system (CMS) such as <strong>WordPress<\/strong>, <strong>Joomla<\/strong>, or <strong>Prestashop<\/strong>, you need to change the redirection to HTTPS directly in the system settings. Alternatively, you can enable SSL by installing an extension.<\/p>\n\n<h4 class=\"wp-block-heading\"><strong>WordPress<\/strong><\/h4>\n\n<p>There are several ways to redirect the site to the HTTPS protocol. We strongly recommend that you edit the .htaccess file, but you can install and enable extensions such as <strong>Really Simple SSL<\/strong>.<\/p>\n\n<h4 class=\"wp-block-heading\"><strong>Prestashop<\/strong><\/h4>\n\n<p>If you have HTTPS active, you can enable SSL in the PrestaShop administration &#8211; &#8220;Configuration &#8211; Main&#8221;. You see the text to enable SSL. Klicka p\u00e5 <strong>Aktivera SSL<\/strong> &gt; <strong>Ja och aktivera \u00e4ven SSL f\u00f6r alla webbplatser.<\/strong><\/p>\n\n<h4 class=\"wp-block-heading\"><strong>Joomla <\/strong><\/h4>\n\n<p>If you use Joomla, you can redirect your website with a module. Alternatively, you can add the following line to the configuration.php file: <\/p>\n\n<pre class=\"wp-block-code\"><code>var $live_site = 'https:\/\/www.dindoman.se';<\/code><\/pre>\n\n<h2 class=\"wp-block-heading\">Install a certificate from another company<\/h2>\n\n<p>f you order an SSL certificate from us, the installation is performed automatically by us. But if you have an SSL certificate issued by another company or certifier, you will need the following certificate source files: <\/p>\n\n<p><strong>Private key<\/strong><\/p>\n\n<p>This is your private key used to encrypt the content. You can get it when it is generated along with the .csr file, which may sometimes be required when requesting an SSL certificate. The second possibility is that it is generated and provided to you as a .key file along with the certificate and chain information. Keep your private key safe.<\/p>\n\n<p><strong>Certificate<\/strong><\/p>\n\n<p>It contains information about you, your domain, your company, and the public key for decrypting messages that are encrypted with your private key. You will receive the certificate from your certification authority or its reseller, usually in the form of a .crt file. If the issuer does not prefer the standardized PEM format, you can also obtain the certificate in a .p7b, .der,\u2026 file. You must convert them to .crt for use on our servers. <\/p>\n\n<p><strong>Certificate chain<\/strong><\/p>\n\n<p>Each browser has stored data that calls root authorities. However, you can also buy a certificate from the so-called sub-authority that is unknown to the browser at first glance. Then it is necessary to indicate the path from your authority to its root authority together with the certificate. This information is called a chain and will be provided to you by your SSL publisher.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>With an SSL certificate, the communication between your website and the visitor will be secure, and it will improve your site&#8217;s ranking in search engines. In this guide, we will show you how to choose the right SSL certificate and how to install it.<\/p>\n","protected":false},"author":8,"template":"","format":"standard","meta":{"footnotes":""},"ht-kb-category":[414,395],"ht-kb-tag":[416,415,418,417],"class_list":["post-20776","ht_kb","type-ht_kb","status-publish","format-standard","hentry","ht_kb_category-ssl-certificate","ht_kb_category-usable-guides","ht_kb_tag-activate-ssl","ht_kb_tag-https-en","ht_kb_tag-presmerovanie-na-https-en","ht_kb_tag-ssl-en"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Install SSL Certificate - Websupport kunskapsdatabas<\/title>\n<meta name=\"description\" content=\"With an SSL certificate, the communication between your website and the visitor will be secure, and it will improve your site&#039;s ranking in search engines.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/kunskap.websupport.se\/en\/kb\/install-ssl-certificate\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Install SSL Certificate - Websupport kunskapsdatabas\" \/>\n<meta property=\"og:description\" content=\"With an SSL certificate, the communication between your website and the visitor will be secure, and it will improve your site&#039;s ranking in search engines.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/kunskap.websupport.se\/en\/kb\/install-ssl-certificate\/\" \/>\n<meta property=\"og:site_name\" content=\"Websupport kunskapsdatabas\" \/>\n<meta property=\"article:modified_time\" content=\"2022-04-07T12:52:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/kunskap.websupport.se\/app\/uploads\/sites\/4\/2021\/11\/chrome_i3oZQ7nwuQ-783x468.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/kunskap.websupport.se\/en\/kb\/install-ssl-certificate\/\",\"url\":\"https:\/\/kunskap.websupport.se\/en\/kb\/install-ssl-certificate\/\",\"name\":\"Install SSL Certificate - Websupport kunskapsdatabas\",\"isPartOf\":{\"@id\":\"https:\/\/kunskap.websupport.se\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/kunskap.websupport.se\/en\/kb\/install-ssl-certificate\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/kunskap.websupport.se\/en\/kb\/install-ssl-certificate\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/kunskap.websupport.se\/app\/uploads\/sites\/4\/2021\/11\/chrome_i3oZQ7nwuQ-783x468.png\",\"datePublished\":\"2022-04-07T12:51:55+00:00\",\"dateModified\":\"2022-04-07T12:52:00+00:00\",\"description\":\"With an SSL certificate, the communication between your website and the visitor will be secure, and it will improve your site's ranking in search engines.\",\"breadcrumb\":{\"@id\":\"https:\/\/kunskap.websupport.se\/en\/kb\/install-ssl-certificate\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/kunskap.websupport.se\/en\/kb\/install-ssl-certificate\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/kunskap.websupport.se\/en\/kb\/install-ssl-certificate\/#primaryimage\",\"url\":\"https:\/\/kunskap.websupport.se\/app\/uploads\/sites\/4\/2021\/11\/chrome_i3oZQ7nwuQ-783x468.png\",\"contentUrl\":\"https:\/\/kunskap.websupport.se\/app\/uploads\/sites\/4\/2021\/11\/chrome_i3oZQ7nwuQ-783x468.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/kunskap.websupport.se\/en\/kb\/install-ssl-certificate\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/kunskap.websupport.se\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Install SSL Certificate\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/kunskap.websupport.se\/en\/#website\",\"url\":\"https:\/\/kunskap.websupport.se\/en\/\",\"name\":\"Websupport kunskapsdatabas\",\"description\":\"Websupport kunskapsdatabas\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/kunskap.websupport.se\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Install SSL Certificate - Websupport kunskapsdatabas","description":"With an SSL certificate, the communication between your website and the visitor will be secure, and it will improve your site's ranking in search engines.","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:\/\/kunskap.websupport.se\/en\/kb\/install-ssl-certificate\/","og_locale":"en_US","og_type":"article","og_title":"Install SSL Certificate - Websupport kunskapsdatabas","og_description":"With an SSL certificate, the communication between your website and the visitor will be secure, and it will improve your site's ranking in search engines.","og_url":"https:\/\/kunskap.websupport.se\/en\/kb\/install-ssl-certificate\/","og_site_name":"Websupport kunskapsdatabas","article_modified_time":"2022-04-07T12:52:00+00:00","og_image":[{"url":"https:\/\/kunskap.websupport.se\/app\/uploads\/sites\/4\/2021\/11\/chrome_i3oZQ7nwuQ-783x468.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/kunskap.websupport.se\/en\/kb\/install-ssl-certificate\/","url":"https:\/\/kunskap.websupport.se\/en\/kb\/install-ssl-certificate\/","name":"Install SSL Certificate - Websupport kunskapsdatabas","isPartOf":{"@id":"https:\/\/kunskap.websupport.se\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/kunskap.websupport.se\/en\/kb\/install-ssl-certificate\/#primaryimage"},"image":{"@id":"https:\/\/kunskap.websupport.se\/en\/kb\/install-ssl-certificate\/#primaryimage"},"thumbnailUrl":"https:\/\/kunskap.websupport.se\/app\/uploads\/sites\/4\/2021\/11\/chrome_i3oZQ7nwuQ-783x468.png","datePublished":"2022-04-07T12:51:55+00:00","dateModified":"2022-04-07T12:52:00+00:00","description":"With an SSL certificate, the communication between your website and the visitor will be secure, and it will improve your site's ranking in search engines.","breadcrumb":{"@id":"https:\/\/kunskap.websupport.se\/en\/kb\/install-ssl-certificate\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/kunskap.websupport.se\/en\/kb\/install-ssl-certificate\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/kunskap.websupport.se\/en\/kb\/install-ssl-certificate\/#primaryimage","url":"https:\/\/kunskap.websupport.se\/app\/uploads\/sites\/4\/2021\/11\/chrome_i3oZQ7nwuQ-783x468.png","contentUrl":"https:\/\/kunskap.websupport.se\/app\/uploads\/sites\/4\/2021\/11\/chrome_i3oZQ7nwuQ-783x468.png"},{"@type":"BreadcrumbList","@id":"https:\/\/kunskap.websupport.se\/en\/kb\/install-ssl-certificate\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/kunskap.websupport.se\/"},{"@type":"ListItem","position":2,"name":"Install SSL Certificate"}]},{"@type":"WebSite","@id":"https:\/\/kunskap.websupport.se\/en\/#website","url":"https:\/\/kunskap.websupport.se\/en\/","name":"Websupport kunskapsdatabas","description":"Websupport kunskapsdatabas","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/kunskap.websupport.se\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/kunskap.websupport.se\/en\/wp-json\/wp\/v2\/ht-kb\/20776","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kunskap.websupport.se\/en\/wp-json\/wp\/v2\/ht-kb"}],"about":[{"href":"https:\/\/kunskap.websupport.se\/en\/wp-json\/wp\/v2\/types\/ht_kb"}],"author":[{"embeddable":true,"href":"https:\/\/kunskap.websupport.se\/en\/wp-json\/wp\/v2\/users\/8"}],"version-history":[{"count":3,"href":"https:\/\/kunskap.websupport.se\/en\/wp-json\/wp\/v2\/ht-kb\/20776\/revisions"}],"predecessor-version":[{"id":20779,"href":"https:\/\/kunskap.websupport.se\/en\/wp-json\/wp\/v2\/ht-kb\/20776\/revisions\/20779"}],"wp:attachment":[{"href":"https:\/\/kunskap.websupport.se\/en\/wp-json\/wp\/v2\/media?parent=20776"}],"wp:term":[{"taxonomy":"ht_kb_category","embeddable":true,"href":"https:\/\/kunskap.websupport.se\/en\/wp-json\/wp\/v2\/ht-kb-category?post=20776"},{"taxonomy":"ht_kb_tag","embeddable":true,"href":"https:\/\/kunskap.websupport.se\/en\/wp-json\/wp\/v2\/ht-kb-tag?post=20776"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}