{"id":33467,"date":"2020-04-15T11:47:09","date_gmt":"2020-04-15T08:17:09","guid":{"rendered":"https:\/\/airoserver.com\/?p=2568"},"modified":"2022-04-03T13:19:41","modified_gmt":"2022-04-03T08:49:41","slug":"installing-ssl-certificate-on-nginx","status":"publish","type":"post","link":"https:\/\/airoserver.com\/fr\/dedie\/installation-dun-certificat-ssl-sur-nginx\/","title":{"rendered":"Installation d'un certificat SSL sur Nginx"},"content":{"rendered":"<p>Dans notre dernier billet, nous avons compar\u00e9 <a href=\"https:\/\/airoserver.com\/fr\/dedie\/nginx-vs-litespeed-web-server\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Nginx et LiteSpeed (ouvre un nouvel onglet)\">Nginx et LiteSpeed<\/a>. Il s'agit de deux exemples populaires <a href=\"https:\/\/airoserver.com\/fr\/dedie\/comparaison-de-differents-serveurs-web-linux\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Serveurs web Linux (s&#039;ouvre dans un nouvel onglet)\">Serveurs web Linux<\/a>. L'une des choses que nous avons mentionn\u00e9es \u00e0 propos de Nginx est qu'il ne peut pas \u00eatre contr\u00f4l\u00e9 par des panneaux de contr\u00f4le comme d'autres syst\u00e8mes d'exploitation. <a href=\"https:\/\/airoserver.com\/fr\/dedie\/serveur-web\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"serveurs web (s&#039;ouvre dans un nouvel onglet)\">serveurs web<\/a>. Les deux <a href=\"https:\/\/airoserver.com\/fr\/dedie\/serveur-web-apache\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Apache (s&#039;ouvre dans un nouvel onglet)\">Apache<\/a> et LiteSpeed ont leurs panels sur <a href=\"https:\/\/airoserver.com\/fr\/dedie\/installation-automatique-du-panneau-de-controle-directadmin\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"DirectAdmin (s&#039;ouvre dans un nouvel onglet)\">DirectAdmin<\/a>, <a href=\"https:\/\/airoserver.com\/fr\/dedie\/guide-dinstallation-de-cpanel\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"cPanel (s&#039;ouvre dans un nouvel onglet)\">cPanel<\/a> etc. \u00c9videmment, il est beaucoup plus facile d'installer SSL en utilisant <a href=\"https:\/\/airoserver.com\/fr\/airoserver\/quest-ce-quun-panneau-de-controle-pour-lhebergement\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"panneaux de contr\u00f4le (s&#039;ouvre dans un nouvel onglet)\">panneaux de contr\u00f4le<\/a> comme DA, cPanel, <a href=\"https:\/\/airoserver.com\/fr\/dedie\/comment-obtenir-un-ssl-gratuit-en-utilisant-plesk-obsidian\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Plesk (ouvre un nouvel onglet)\">Plesk<\/a>, <a href=\"https:\/\/airoserver.com\/fr\/dedie\/installation-de-ssl-sur-cyberpanel\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"CyberPanel (s&#039;ouvre dans un nouvel onglet)\">CyberPanel<\/a>etc mais dans ce billet, nous allons vous montrer comment installer SSL sur Nginx.<\/p>\r\n\r\n\r\n\r\n<div class=\"wp-block-image\">\r\n<figure class=\"aligncenter\"><img decoding=\"async\" class=\"wp-image-2570\" src=\"https:\/\/airoserver.com\/wp-content\/uploads\/2020\/04\/nginx-ssl-installation-300x225.jpg\" alt=\"\" \/><\/figure>\r\n<\/div>\r\n\r\n\r\n\r\n<p>Avant d'installer SSL, vous devez terminer <a href=\"https:\/\/airoserver.com\/fr\/dedie\/comment-commander-une-certification-ssl\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Commander un SSL (ouvre un nouvel onglet)\">commander un SSL<\/a> et obtenir les fichiers n\u00e9cessaires aupr\u00e8s du fournisseur. Les fichiers dont vous aurez besoin sont les suivants :<\/p>\r\n\r\n\r\n\r\n<ul class=\"wp-block-list\">\r\n<li>Le fichier de certificat<\/li>\r\n<li>Cl\u00e9 priv\u00e9e<\/li>\r\n<li>RSE<\/li>\r\n<li>Ca<\/li>\r\n<\/ul>\r\n\r\n\r\n\r\n<p><strong>*<\/strong>Pour obtenir la cl\u00e9 priv\u00e9e, vous pouvez utiliser des g\u00e9n\u00e9rateurs de CSR en ligne.<strong>*<\/strong>. Il suffit donc de se rendre sur <a href=\"https:\/\/csrgenerator.com\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"CSRgenerator.com (ouvre un nouvel onglet)\">CSRgenerator.com<\/a> et remplissez les formulaires pour obtenir votre CSR et votre cl\u00e9 priv\u00e9e afin d'installer SSL.<\/p>\r\n\r\n\r\n\r\n<h4 class=\"wp-block-heading\"><strong>Installer SSL sur Nginx<\/strong><\/h4>\r\n\r\n\r\n\r\n<p><strong>1.<\/strong> Connectez-vous au serveur \u00e0 l'aide d'une connexion SSH.<\/p>\r\n\r\n\r\n\r\n<p><strong>2. <\/strong>Allez \u00e0 l'adresse ci-dessous et cr\u00e9ez un fichier .key et un fichier .crt.<\/p>\r\n\r\n\r\n\r\n<p>etc\/Nginx\/SSL<\/p>\r\n\r\n\r\n\r\n<p>Vous allez donc cr\u00e9er deux fichiers comme votre-nom-de-domaine.crt et votre-nom-de-domaine.key \u00e0 l'aide de la commande touch. Copiez le contenu du fichier Private key et collez-le dans le fichier .key. Copiez ensuite le contenu du certificat et du fichier ca et collez-le dans le fichier .crt. Enregistrez vos modifications et passez \u00e0 l'\u00e9tape suivante.<\/p>\r\n\r\n\r\n\r\n<p><strong>3.<\/strong> Vous devez maintenant \u00e9diter le fichier de configuration de Nginx. Pour ce faire, allez dans nginx.conf et ajoutez ceci au fichier de configuration de Nginx :<\/p>\r\n\r\n\r\n\r\n<p>server {listen \u06f4\u06f4\u06f3 ; ssl on ; ssl_certificate \/etc\/ssl\/your_domain_name.crt ; ssl_certificate_key \/etc\/ssl\/your_domain_name.key ;<\/p>\r\n\r\n\r\n\r\n<p>Allez \u00e9galement dans le fichier des h\u00f4tes virtuels de Nginx \u00e0 partir du chemin ci-dessous et ajoutez-y les m\u00eames lignes :<\/p>\r\n\r\n\r\n\r\n<p>\/etc\/nginx\/sites-available\/yourdomain<\/p>\r\n\r\n\r\n\r\n<p>L'installation est termin\u00e9e et votre SSL est pr\u00eat \u00e0 \u00eatre utilis\u00e9.<\/p>\r\n\r\n\r\n\r\n<p>J'esp\u00e8re que vous avez appr\u00e9ci\u00e9 cet article. Si c'est le cas, vous pouvez visiter notre site web <a href=\"https:\/\/airoserver.com\/fr\/blog\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"blog (s&#039;ouvre dans un nouvel onglet)\">blog<\/a> pour en savoir plus !<\/p>","protected":false},"excerpt":{"rendered":"<p>In our last post, we compared Nginx and LiteSpeed. These two are two popular Linux web servers. One of the things that we mentioned about Nginx was that it can&#8217;t be controlled by control panels like other web servers. Both Apache and LiteSpeed have their panels on DirectAdmin, cPanel and etc. Obviously, it&#8217;s much easier [&hellip;]<\/p>","protected":false},"author":5,"featured_media":33577,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[179,176,178],"tags":[85,142],"class_list":["post-33467","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-airoserver","category-dedicated","category-airo-vps","tag-airoserver","tag-linux"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Installing SSL Certificate on Nginx | Install SSL on Nginx<\/title>\n<meta name=\"description\" content=\"Obviously, it&#039;s much easier to install SSL using control panels but in this post, we&#039;re going to show you how you can install SSL on Nginx.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/airoserver.com\/fr\/dedie\/installation-dun-certificat-ssl-sur-nginx\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Installing SSL Certificate on Nginx | Install SSL on Nginx\" \/>\n<meta property=\"og:description\" content=\"Obviously, it&#039;s much easier to install SSL using control panels but in this post, we&#039;re going to show you how you can install SSL on Nginx.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/airoserver.com\/fr\/dedie\/installation-dun-certificat-ssl-sur-nginx\/\" \/>\n<meta property=\"og:site_name\" content=\"Airoserver | Cloud Hosting Solutions\" \/>\n<meta property=\"article:published_time\" content=\"2020-04-15T08:17:09+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-04-03T08:49:41+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/airoserver.com\/wp-content\/uploads\/2020\/04\/how-to-install-ssl-for-nginx.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"750\" \/>\n\t<meta property=\"og:image:height\" content=\"302\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"SEO Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u00c9crit par\" \/>\n\t<meta name=\"twitter:data1\" content=\"SEO Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/airoserver.com\/dedicated\/installing-ssl-certificate-on-nginx\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/airoserver.com\/dedicated\/installing-ssl-certificate-on-nginx\/\"},\"author\":{\"name\":\"SEO Team\",\"@id\":\"https:\/\/airoserver.com\/#\/schema\/person\/62f9488eeb65ea1e571178292d4bb897\"},\"headline\":\"Installing SSL Certificate on Nginx\",\"datePublished\":\"2020-04-15T08:17:09+00:00\",\"dateModified\":\"2022-04-03T08:49:41+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/airoserver.com\/dedicated\/installing-ssl-certificate-on-nginx\/\"},\"wordCount\":342,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/airoserver.com\/#organization\"},\"keywords\":[\"airoserver\",\"Linux\"],\"articleSection\":[\"AiroServer\",\"Dedicated\",\"VPS\"],\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/airoserver.com\/dedicated\/installing-ssl-certificate-on-nginx\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/airoserver.com\/dedicated\/installing-ssl-certificate-on-nginx\/\",\"url\":\"https:\/\/airoserver.com\/dedicated\/installing-ssl-certificate-on-nginx\/\",\"name\":\"Installing SSL Certificate on Nginx | Install SSL on Nginx\",\"isPartOf\":{\"@id\":\"https:\/\/airoserver.com\/#website\"},\"datePublished\":\"2020-04-15T08:17:09+00:00\",\"dateModified\":\"2022-04-03T08:49:41+00:00\",\"description\":\"Obviously, it's much easier to install SSL using control panels but in this post, we're going to show you how you can install SSL on Nginx.\",\"breadcrumb\":{\"@id\":\"https:\/\/airoserver.com\/dedicated\/installing-ssl-certificate-on-nginx\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/airoserver.com\/dedicated\/installing-ssl-certificate-on-nginx\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/airoserver.com\/dedicated\/installing-ssl-certificate-on-nginx\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/airoserver.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Installing SSL Certificate on Nginx\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/airoserver.com\/#website\",\"url\":\"https:\/\/airoserver.com\/\",\"name\":\"Airoserver | Cloud Hosting Solutions\",\"description\":\"Cloud server | Dedicated server | Domain | Hosting| SSL | Virtual server | Airoserver\",\"publisher\":{\"@id\":\"https:\/\/airoserver.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/airoserver.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/airoserver.com\/#organization\",\"name\":\"Airoserver | Cloud Hosting Solutions\",\"url\":\"https:\/\/airoserver.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/airoserver.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/airoserver.com\/wp-content\/uploads\/2023\/09\/logo_airoserver.png\",\"contentUrl\":\"https:\/\/airoserver.com\/wp-content\/uploads\/2023\/09\/logo_airoserver.png\",\"width\":925,\"height\":880,\"caption\":\"Airoserver | Cloud Hosting Solutions\"},\"image\":{\"@id\":\"https:\/\/airoserver.com\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/airoserver.com\/#\/schema\/person\/62f9488eeb65ea1e571178292d4bb897\",\"name\":\"SEO Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/airoserver.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/0cc6a1209a0e36c0bf4f0fcdcd743946df92fde7ba86163b0724f194a722a861?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/0cc6a1209a0e36c0bf4f0fcdcd743946df92fde7ba86163b0724f194a722a861?s=96&d=mm&r=g\",\"caption\":\"SEO Team\"},\"url\":\"https:\/\/airoserver.com\/fr\/author\/seoteam\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Installing SSL Certificate on Nginx | Install SSL on Nginx","description":"Obviously, it's much easier to install SSL using control panels but in this post, we're going to show you how you can install SSL on Nginx.","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:\/\/airoserver.com\/fr\/dedie\/installation-dun-certificat-ssl-sur-nginx\/","og_locale":"fr_FR","og_type":"article","og_title":"Installing SSL Certificate on Nginx | Install SSL on Nginx","og_description":"Obviously, it's much easier to install SSL using control panels but in this post, we're going to show you how you can install SSL on Nginx.","og_url":"https:\/\/airoserver.com\/fr\/dedie\/installation-dun-certificat-ssl-sur-nginx\/","og_site_name":"Airoserver | Cloud Hosting Solutions","article_published_time":"2020-04-15T08:17:09+00:00","article_modified_time":"2022-04-03T08:49:41+00:00","og_image":[{"width":750,"height":302,"url":"https:\/\/airoserver.com\/wp-content\/uploads\/2020\/04\/how-to-install-ssl-for-nginx.jpg","type":"image\/jpeg"}],"author":"SEO Team","twitter_card":"summary_large_image","twitter_misc":{"\u00c9crit par":"SEO Team","Dur\u00e9e de lecture estim\u00e9e":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/airoserver.com\/dedicated\/installing-ssl-certificate-on-nginx\/#article","isPartOf":{"@id":"https:\/\/airoserver.com\/dedicated\/installing-ssl-certificate-on-nginx\/"},"author":{"name":"SEO Team","@id":"https:\/\/airoserver.com\/#\/schema\/person\/62f9488eeb65ea1e571178292d4bb897"},"headline":"Installing SSL Certificate on Nginx","datePublished":"2020-04-15T08:17:09+00:00","dateModified":"2022-04-03T08:49:41+00:00","mainEntityOfPage":{"@id":"https:\/\/airoserver.com\/dedicated\/installing-ssl-certificate-on-nginx\/"},"wordCount":342,"commentCount":0,"publisher":{"@id":"https:\/\/airoserver.com\/#organization"},"keywords":["airoserver","Linux"],"articleSection":["AiroServer","Dedicated","VPS"],"inLanguage":"fr-FR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/airoserver.com\/dedicated\/installing-ssl-certificate-on-nginx\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/airoserver.com\/dedicated\/installing-ssl-certificate-on-nginx\/","url":"https:\/\/airoserver.com\/dedicated\/installing-ssl-certificate-on-nginx\/","name":"Installing SSL Certificate on Nginx | Install SSL on Nginx","isPartOf":{"@id":"https:\/\/airoserver.com\/#website"},"datePublished":"2020-04-15T08:17:09+00:00","dateModified":"2022-04-03T08:49:41+00:00","description":"Obviously, it's much easier to install SSL using control panels but in this post, we're going to show you how you can install SSL on Nginx.","breadcrumb":{"@id":"https:\/\/airoserver.com\/dedicated\/installing-ssl-certificate-on-nginx\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/airoserver.com\/dedicated\/installing-ssl-certificate-on-nginx\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/airoserver.com\/dedicated\/installing-ssl-certificate-on-nginx\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/airoserver.com\/"},{"@type":"ListItem","position":2,"name":"Installing SSL Certificate on Nginx"}]},{"@type":"WebSite","@id":"https:\/\/airoserver.com\/#website","url":"https:\/\/airoserver.com\/","name":"Airoserver | Cloud Hosting Solutions","description":"Cloud server | Dedicated server | Domain | Hosting| SSL | Virtual server | Airoserver","publisher":{"@id":"https:\/\/airoserver.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/airoserver.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/airoserver.com\/#organization","name":"Airoserver | Cloud Hosting Solutions","url":"https:\/\/airoserver.com\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/airoserver.com\/#\/schema\/logo\/image\/","url":"https:\/\/airoserver.com\/wp-content\/uploads\/2023\/09\/logo_airoserver.png","contentUrl":"https:\/\/airoserver.com\/wp-content\/uploads\/2023\/09\/logo_airoserver.png","width":925,"height":880,"caption":"Airoserver | Cloud Hosting Solutions"},"image":{"@id":"https:\/\/airoserver.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/airoserver.com\/#\/schema\/person\/62f9488eeb65ea1e571178292d4bb897","name":"SEO Team","image":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/airoserver.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/0cc6a1209a0e36c0bf4f0fcdcd743946df92fde7ba86163b0724f194a722a861?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/0cc6a1209a0e36c0bf4f0fcdcd743946df92fde7ba86163b0724f194a722a861?s=96&d=mm&r=g","caption":"SEO Team"},"url":"https:\/\/airoserver.com\/fr\/author\/seoteam\/"}]}},"_links":{"self":[{"href":"https:\/\/airoserver.com\/fr\/wp-json\/wp\/v2\/posts\/33467","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/airoserver.com\/fr\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/airoserver.com\/fr\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/airoserver.com\/fr\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/airoserver.com\/fr\/wp-json\/wp\/v2\/comments?post=33467"}],"version-history":[{"count":0,"href":"https:\/\/airoserver.com\/fr\/wp-json\/wp\/v2\/posts\/33467\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/airoserver.com\/fr\/wp-json\/wp\/v2\/media\/33577"}],"wp:attachment":[{"href":"https:\/\/airoserver.com\/fr\/wp-json\/wp\/v2\/media?parent=33467"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/airoserver.com\/fr\/wp-json\/wp\/v2\/categories?post=33467"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/airoserver.com\/fr\/wp-json\/wp\/v2\/tags?post=33467"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}