{"id":12592,"date":"2026-04-10T16:42:19","date_gmt":"2026-04-10T16:42:19","guid":{"rendered":"https:\/\/www.securitytoday.de\/2026\/04\/22\/windows-secure-boot-certificates-expire-in-june-2026-what-it\/"},"modified":"2026-06-10T11:20:25","modified_gmt":"2026-06-10T11:20:25","slug":"secure-boot-certificates-expire-june-2026","status":"publish","type":"post","link":"https:\/\/www.securitytoday.de\/en\/2026\/04\/10\/secure-boot-certificates-expire-june-2026\/","title":{"rendered":"Secure Boot Certs Expire June 2026: IT Prep for Windows"},"content":{"rendered":"<p style=\"color:#69d8ed;font-size:0.9em;margin:0 0 16px;padding:0;\">7 min read<\/p>\n<p><strong>Starting in June 2026, Microsoft\u2019s Secure Boot certificates issued in 2011 will expire. Windows devices that haven\u2019t installed the 2023 certificate update will no longer be able to apply new Secure Boot updates and will lose trust in newly signed third-party software. IT teams have roughly two months left to complete inventory assessments, testing, and deployment. Those who wait until June to begin will be too late.<\/strong><\/p>\n<h2>Key Takeaways<\/h2>\n<ul>\n<li>Microsoft has announced the retirement of Secure Boot certificates in use since 2011, effective June 2026. The validity of the Microsoft Corporation KEK CA 2011, Microsoft Windows Production PCA 2011, and Microsoft Corporation UEFI CA 2011 certificates will expire in stages between June and October 2026.<\/li>\n<li>Devices without the updated 2023 certificates will be unable to install new Secure Boot updates after expiration and will no longer trust third-party software signed after the cutoff date.<\/li>\n<li>Windows PCs shipped since early 2024 already include the 2023 certificates preinstalled. All older devices must be actively updated.<\/li>\n<li>Status verification is done via a registry entry: UEFICA2023Status must be set to &#8220;updated.&#8221; Microsoft provides PowerShell commands for inventory checks (aka.ms\/GetSecureBoot).<\/li>\n<li>Older hardware lacking OEM firmware support may never receive the update. For these devices, organizations face a risk assessment-or replacement.<\/li>\n<\/ul>\n<h2>What Specifically Expires in June 2026<\/h2>\n<p>Secure Boot is a UEFI mechanism that verifies at system startup whether the loaded firmware, bootloader, and operating system originate from a trusted source. This chain of trust relies on cryptographic signatures issued by so-called Certificate Authorities (CAs). In 2011, Microsoft established three central CAs: the Microsoft Corporation KEK CA 2011 for the Key Exchange Key database, the Microsoft Windows Production PCA 2011 for signed Windows components, and the Microsoft Corporation UEFI CA 2011 for third-party software.<\/p>\n<p>These three certificates will expire starting in June 2026. The transition isn\u2019t an abrupt failure but a phased process extending through October 2026. Microsoft introduced their successors in 2023 and has been gradually deploying them to existing devices via Windows Updates. PCs shipped since early 2024 include the 2023 CAs preinstalled-a strategic advantage for organizations with newer hardware fleets, but a risk for all others.<\/p>\n<p>The change is driven by both technical and regulatory considerations. The 2011 certificates date from an era when SHA-1 was still widely used and Secure Boot involved far fewer manufacturers than today. By migrating to the 2023 CAs, Microsoft aligns its cryptographic practices with current standards and shortens certificate lifetimes to a duration better suited for production environments.<\/p>\n<div style=\"background:#f8f9fa;border-left:4px solid #69d8ed;border-radius:0 8px 8px 0;padding:16px 20px;margin:24px 0;\">\n<p style=\"margin:0 0 4px;font-size:0.8em;color:#888;text-transform:uppercase;letter-spacing:0.5px;\">Definition<\/p>\n<p style=\"margin:0;font-size:1.05em;line-height:1.6;\"><strong>UEFI CA 2011 vs. UEFI CA 2023<\/strong> refers to two generations of Secure Boot certificates. The 2011 CAs have secured the trust chain for Windows and third-party firmware for over a decade. Starting in June 2026, the 2023 CAs replace them with updated signature algorithms and a clearer lifetime structure. Both CA sets can coexist-but only devices with the 2023 set installed will be able to trust new updates after the 2011 certificates expire.<\/p>\n<\/div>\n<h2>Which Devices Are Affected<\/h2>\n<p>The simple rule is this: anything produced before 2024 requires an active update. In practice, this affects the majority of devices in a typical enterprise, as the average laptop lifespan ranges from four to six years-and desktops often remain in service even longer. Servers are also impacted, though virtualization hosts and VMs are handled differently.<\/p>\n<p>Physical Windows devices receive the 2023 certificates through standard Windows Update channels. However, deployment isn\u2019t automatic in the sense that \u201cevery computer is guaranteed to get it.\u201d Microsoft rolls out updates in phases. Certain device classes are still awaiting OEM approvals. Dell, HP, Lenovo, and Fujitsu each follow different timelines for firmware updates that embed the CA changes at the hardware level. IT teams must verify the status per device model and cannot assume Windows Update alone will resolve the issue.<\/p>\n<p>Virtual machines represent a special case. Hyper-V, VMware, and KVM all support Secure Boot, but certificate updates here are managed through virtualized firmware-not the guest operating system. VMware has published guidance for transitioning vSphere environments, while Microsoft delivers Hyper-V updates via host patches. For Linux-based KVM environments, the process is more complex and often requires manual intervention on each VM host.<\/p>\n<p>Particularly tricky are older devices that have reached end-of-service from the OEM\u2019s perspective. For such hardware, there may no longer be compatible firmware available that anchors the 2023 CAs. Microsoft and manufacturers likely won\u2019t support all legacy devices. In an analysis published in late March 2026, XDA Developers noted that some pre-2020 Windows PCs probably won\u2019t ever receive the fix. For IT teams, this means those devices should be inventoried, prioritized, and either replaced early or operated in isolated network segments with reduced privileges.<\/p>\n<h2>The Inventory Check: PowerShell and Registry<\/h2>\n<p>Good news for IT teams: a device\u2019s status can be verified with minimal effort. Microsoft provides two methods. The first is a registry entry located at <code>HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\SecureBoot\\UEFICA2023Status<\/code>. This entry should ultimately read \u201cupdated.\u201d Other values, such as \u201cNotStarted\u201d or \u201cInProgress,\u201d indicate that deployment is still underway.<\/p>\n<p>The second method is a PowerShell query published by Microsoft on its Tech Community blog. It lists the currently installed Secure Boot database entries and enables automated comparison against the desired state. For fleet-wide inventory, combining this approach with Microsoft Intune, Configuration Manager, or a comparable endpoint management tool-capable of querying the registry value across all devices-is strongly recommended. Manually checking hundreds of devices is simply impractical.<\/p>\n<p>It\u2019s crucial to distinguish between \u201ccertificate installed\u201d and \u201ccertificate active.\u201d A device might have the 2023 certificate present in its UEFI database without actually using it. Only when the status shows \u201cupdated\u201d and the firmware actively uses the 2023 CAs to validate bootloaders is the device truly prepared. Completing the full transition typically requires multiple reboots and, in some cases, manual UEFI configuration. Therefore, IT teams should thoroughly test the process on a small set of pilot devices per model before launching a fleet-wide rollout.<\/p>\n<h2>The Update Process in Four Steps<\/h2>\n<p>Microsoft recommends a structured approach that IT teams can implement over the next six to eight weeks. The process consists of four sequential steps that build logically on one another and cannot be run in parallel:<\/p>\n<div style=\"margin:32px 0;\">\n<div style=\"display:flex;gap:16px;align-items:flex-start;margin-bottom:20px;\">\n<div style=\"flex-shrink:0;width:36px;height:36px;background:#69d8ed;color:#004a59;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:0.9em;\">1<\/div>\n<div>\n<p style=\"margin:0 0 4px;font-weight:600;\">Inventory and Grouping<\/p>\n<p style=\"margin:0;color:#555;line-height:1.6;\">Assess the status of all Windows devices via registry check or PowerShell query. Group devices by manufacturer model, age, and firmware version. The output is a list categorizing devices as \u201calready updated,\u201d \u201cupdate available,\u201d or \u201cno OEM support.\u201d<\/p>\n<\/div>\n<\/div>\n<div style=\"display:flex;gap:16px;align-items:flex-start;margin-bottom:20px;\">\n<div style=\"flex-shrink:0;width:36px;height:36px;background:#69d8ed;color:#004a59;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:0.9em;\">2<\/div>\n<div>\n<p style=\"margin:0 0 4px;font-weight:600;\">Pilot Rollout to Test Group<\/p>\n<p style=\"margin:0;color:#555;line-height:1.6;\">Select at least five to ten devices per device class as pilots. Deploy the update, perform a reboot, and verify the registry status. Document edge cases-especially devices with dual-boot configurations or custom firmware settings.<\/p>\n<\/div>\n<\/div>\n<div style=\"display:flex;gap:16px;align-items:flex-start;margin-bottom:20px;\">\n<div style=\"flex-shrink:0;width:36px;height:36px;background:#69d8ed;color:#004a59;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:0.9em;\">3<\/div>\n<div>\n<p style=\"margin:0 0 4px;font-weight:600;\">Phased Fleet Rollout<\/p>\n<p style=\"margin:0;color:#555;line-height:1.6;\">Roll out departmentally or by location. Coordinate reboot windows with business operations. Continuously monitor deployment via Configuration Manager or Intune, document exceptions, and escalate issues as needed.<\/p>\n<\/div>\n<\/div>\n<div style=\"display:flex;gap:16px;align-items:flex-start;margin-bottom:20px;\">\n<div style=\"flex-shrink:0;width:36px;height:36px;background:#69d8ed;color:#004a59;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:0.9em;\">4<\/div>\n<div>\n<p style=\"margin:0 0 4px;font-weight:600;\">Verification and Remediation<\/p>\n<p style=\"margin:0;color:#555;line-height:1.6;\">After rollout, verify that each device shows an \u201cupdated\u201d status. Identify devices that failed to update, analyze root causes (missing firmware, disabled Secure Boot, UEFI lockouts), and for legacy devices without a fix, conduct a risk assessment and plan alternatives.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"evm-stat evm-stat-highlight\" style=\"text-align:center;background:#f0f9fa;border-radius:12px;padding:32px 24px;margin:32px 0;\">\n<div style=\"font-size:48px;font-weight:700;color:#004a59;letter-spacing:-0.03em;\">June 2026<\/div>\n<div style=\"font-size:15px;color:#444;margin-top:8px;\">Certificate replacement begins &#8211; fully expired by October 2026<\/div>\n<div style=\"font-size:12px;color:#888;margin-top:8px;\">Source: Microsoft Tech Community Blog, Windows IT Pro, 2026<\/div>\n<\/div>\n<h2>What Happens If the Update Isn\u2019t Applied in Time<\/h2>\n<p>The consequences of missing this update aren\u2019t catastrophic in the sense of a total system failure, but they are technically inconvenient and organizationally burdensome. Windows devices without the 2023 CAs remain functional-they continue to boot, can be operated normally, and run applications. However, two key changes occur.<\/p>\n<p>First: New Secure Boot revisions released by Microsoft after the cutoff date will no longer be trusted for installation. This primarily affects updates designed to counter emerging classes of boot-level malware, such as BlackLotus or CoSign-based attacks. Devices without the update gradually lose protection against threats targeting the Secure Boot chain. While not an immediate danger, this represents a slowly growing risk.<\/p>\n<p>Second: Third-party software signed with the new 2023 CAs after the cutoff date will no longer be recognized as trustworthy by older devices. This includes Linux bootloaders like Shim and GRUB, which are frequently re-signed, as well as specialized security tools that include their own kernel components. IT teams managing mixed environments or specialized applications will encounter issues very quickly.<\/p>\n<p>From a compliance standpoint, this matters because regulations like the EU\u2019s NIS2 Directive and standards such as ISO\/IEC 27001 require up-to-date security patches and robust vulnerability management. Auditors reviewing endpoint security architecture will not overlook questions about Secure Boot certificate status. Organizations unable to demonstrate a documented, compliant state risk not only technical complications but also regulatory non-compliance.<\/p>\n<h2>Special Case: Linux Dual-Boot and RHEL Environments<\/h2>\n<p>Organizations running Linux environments or dual-boot devices must account for an additional step. Red Hat published official guidance for RHEL environments in early 2026 outlining the transition to the 2023 CAs. The key point: the Red Hat Shim bootloader is signed by Microsoft using the UEFI CA 2011. Once this CA expires, RHEL and Fedora systems on non-updated devices will no longer boot securely. Red Hat provides new Shim versions signed with the UEFI CA 2023-but these require the corresponding CA to already be present on the target device.<\/p>\n<p>For dual-boot devices running both Windows and Linux, this creates a clear sequence of actions. First, Windows must install the 2023 CAs via its update mechanism. Next, the UEFI firmware must anchor these new CAs into the trust chain. Only then can a RHEL or Fedora Shim signed with the 2023 CA boot successfully. Reversing this order won\u2019t work-a failed update could render the Linux partition unbootable. Affected teams should defer RHEL updates until the Windows-side transition is complete.<\/p>\n<h2>Six-Point Checklist for IT Teams<\/h2>\n<p>For the remaining weeks until June 2026, six concrete action steps can be prioritized:<\/p>\n<ol>\n<li><strong>Begin inventory.<\/strong> Use centralized endpoint management to check all Windows devices for UEFICA2023 compliance. Document results in an Excel list or dashboard, categorized by device class and location.<\/li>\n<li><strong>Verify firmware updates.<\/strong> For each device class, contact the manufacturer to confirm whether current BIOS versions support the 2023 certificate authorities (CAs). Dell, HP, Lenovo, and Fujitsu have published support articles listing compatible firmware versions.<\/li>\n<li><strong>Set up a pilot.<\/strong> Update five to ten devices per model in a pilot group, verify status, and document any issues. Reserve a timeframe through the end of April.<\/li>\n<li><strong>Create a rollout plan.<\/strong> Divide the fleet-wide deployment into two or three waves, coordinating with operations and business units. Define weekly targets rather than daily ones, and allocate buffer time for unexpected issues.<\/li>\n<li><strong>Coordinate with Linux and virtualization environments.<\/strong> Consult with Linux administrators and virtualization teams to determine if dependent systems are affected. Establish an update sequence and create backward-compatible snapshots.<\/li>\n<li><strong>Maintain a risk list for legacy devices.<\/strong> Document separately all devices without available fixes. Options include replacement, network isolation, or reducing the attack surface via restrictive software whitelists. Secure executive approval at the CISO level.<\/li>\n<\/ol>\n<h2>Conclusion<\/h2>\n<p>The Secure Boot transition isn\u2019t a regulatory requirement with a vague deadline-it\u2019s a hard technical cutoff with a fixed date. Organizations that complete the update by June 2026 won\u2019t face immediate disruption. Those who miss the deadline will be left with devices that gradually stop trusting new Secure Boot updates and newly signed software-precisely at a time when boot-level attacks from groups like BlackLotus are on the rise.<\/p>\n<p>The work is manageable, but it demands priority. Taking inventory is the most critical first step, as it forms the foundation for every subsequent decision. After that comes a structured rollout that clearly separates pilot, testing, and production phases. For IT teams, this means: start the inventory this week, deploy pilot devices next week, update all standard devices by end of April, and tackle edge cases in May. Teams that stick to this plan will enjoy a stress-free June.<\/p>\n<h2>Frequently Asked Questions<\/h2>\n<h3>Can we deploy the update centrally via Intune or Configuration Manager?<\/h3>\n<p>Yes, both tools support deployment. Microsoft provides specific deployment rings distributed through Windows Update for Business or WSUS. Intune also offers compliance policies that monitor UEFICA2023Status and trigger alerts if deviations are detected. For Configuration Manager, Microsoft recommends combining an inventory task sequence with automated rollouts per device group. Manual intervention is only required for devices with custom UEFI settings or locked firmware.<\/p>\n<h3>What happens to devices that already have Secure Boot disabled?<\/h3>\n<p>For devices where Secure Boot was disabled for compatibility reasons, nothing changes in the short term. The expiring certificates only affect active Secure Boot functionality. However, IT teams shouldn\u2019t consider these devices \u201cdone.\u201d Disabling Secure Boot poses a security risk that should no longer be acceptable by 2026. The certificate transition is therefore an ideal opportunity to audit existing Secure Boot deactivations and re-enable them wherever possible.<\/p>\n<h3>How can I tell whether my hardware vendor still provides the update?<\/h3>\n<p>The easiest source is the manufacturer\u2019s support website. Dell, HP, Lenovo, and Fujitsu have published lists of supported devices. For devices not listed there, contact the vendor\u2019s support team directly. If even that inquiry yields no positive response, the device is considered end-of-service from the OEM\u2019s perspective and will no longer receive the fix. Microsoft also maintains a dedicated landing page at aka.ms\/GetSecureBoot featuring a collection of tools and vendor references.<\/p>\n<h3>What does this mean for our virtualization environment?<\/h3>\n<p>Hyper-V VMs on Windows Server receive the update automatically via host patches. VMware vSphere requires ESXi firmware updates provided directly by VMware. KVM-based environments on Linux hosts are more complex, as the OVMF firmware must be updated separately. For production virtualization platforms, we recommend a separate rollout wave ahead of the deadline, distinct from client updates. Using test VMs as pilots helps identify edge cases early.<\/p>\n<h3>Is there a way to force the update if Windows Update doesn\u2019t offer it?<\/h3>\n<p>Microsoft rolls out the 2023 CAs gradually to avoid overloading production systems. A manual override is possible using the registry key MicrosoftUpdateManagedOptIn, which accelerates rollout for a specific device. Set the value to 0x5944 for individual pilot devices. This method is primarily useful for dedicated test machines and compliance audits-not for broad-scale deployment.<\/p>\n<h3>Will the deadline be extended?<\/h3>\n<p>Microsoft has not announced any extension and, on the contrary, signaled through its playbook publication that the deadline is firm. Planning should therefore strictly target the June cutoff date. Even if Microsoft were to introduce a grace period at the last minute, the benefits of completing the rollout on time are significant enough that teams shouldn\u2019t rely on potential leniency. Treat the deadline as fixed.<\/p>\n<div class=\"evm-styled-box\" style=\"background:#f0f9fa;border-radius:8px;padding:20px 24px;margin:24px 0;border-top:3px solid #69d8ed;\">\n<h2 style=\"margin-top:0;margin-bottom:12px;font-size:1.05em;\">Editor\u2019s Picks<\/h2>\n<ul>\n<li><a href=\"https:\/\/www.securitytoday.de\/en\/2026\/04\/09\/cyber-resilience-act-from-september-11-2026-the-24-hour-reporting-obligation-that-it-security-teams-must-now-establish-processes-for\/\">Cyber Resilience Act: The 24-Hour Reporting Obligation Starting September 2026<\/a><\/li>\n<li><a href=\"https:\/\/www.securitytoday.de\/en\/2026\/03\/29\/privileged-access-management-why-admin-accounts-are-the-biggest-gateway-for-attackers\/\">Privileged Access Management: Admin Accounts Remain the Biggest Attack Vector<\/a><\/li>\n<li><a href=\"https:\/\/www.securitytoday.de\/en\/2026\/03\/29\/cisco-fmc-exploit-cve-2026-20131\/\">Cisco FMC Zero-Day CVE-2026-20131: Interlock Ransomware, CVSS 10<\/a><\/li>\n<\/ul>\n<\/div>\n<div style=\"background:#f0f9fa;border-radius:8px;padding:20px 24px;margin:24px 0;border-top:3px solid #69d8ed;\">\n<h2 style=\"margin-top:0;margin-bottom:12px;font-size:1.05em;\">More from the MBF Media Network<\/h2>\n<ul>\n<li>&rarr; <a href=\"https:\/\/mybusinessfuture.com\/stadtwerke-bernau-smart-meter-rollout-bnetza-77-verfahren-2026\/\"><strong>Stadtwerke Bernau Meets Smart Meter Mandate Threshold<\/strong><\/a> (MyBusinessFuture)<\/li>\n<li>&rarr; <a href=\"https:\/\/www.cloudmagazin.com\/en\/2026\/04\/10\/valkey-9-redis-fork-18-monate-cloud-cache-2026\/\"><strong>Valkey 9 vs. Redis 8: Cloud Cache Comparison<\/strong><\/a> (cloudmagazin)<\/li>\n<li>&rarr; <a href=\"https:\/\/www.digital-chiefs.de\/vendor-consolidation-2026-cio-roadmap-18-monate-saas-portfolio\/\"><strong>Vendor Consolidation 2026: The CIO Roadmap<\/strong><\/a> (Digital Chiefs)<\/li>\n<\/ul>\n<\/div>\n<p style=\"text-align:right;font-style:italic;color:#888;font-size:0.85em;\">Source, cover image: Pexels \/ panumas nikhomkhai<\/p>\n","protected":false},"excerpt":{"rendered":"Starting June 2026, Microsoft&#8217;s 2011 Secure Boot certificates will expire. IT teams have two months to complete inventory and deployment.","protected":false},"author":55,"featured_media":12036,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_yoast_wpseo_focuskw":"Secure Boot certificates expiration","_yoast_wpseo_title":"Secure Boot Certificates Expire in June 2026: What IT Teams Must Prepare for The","_yoast_wpseo_metadesc":"Secure Boot Certificates: Microsoft retires 2011 CAs starting June 2026. What IT teams need to implement now for Windows fleets, UEFI, and Linux dual-boot setups.","_yoast_wpseo_meta-robots-noindex":"","_yoast_wpseo_meta-robots-nofollow":"","_yoast_wpseo_meta-robots-adv":"","_yoast_wpseo_canonical":"","_yoast_wpseo_opengraph-title":"","_yoast_wpseo_opengraph-description":"","_yoast_wpseo_opengraph-image":"","_yoast_wpseo_opengraph-image-id":0,"_yoast_wpseo_twitter-title":"","_yoast_wpseo_twitter-description":"","_yoast_wpseo_twitter-image":"","_yoast_wpseo_twitter-image-id":0,"_evm_translation_lang":"","featured_post":0,"featured_post_sortierung":0,"_wp_old_slug":["windows-secure-boot-certificates-expire-in-june-2026-what-it"],"footnotes":""},"categories":[251],"tags":[],"class_list":["post-12592","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-news"],"evm_reading_time_minutes":14,"wpml_language":"en","wpml_translation_of":12032,"_links":{"self":[{"href":"https:\/\/www.securitytoday.de\/en\/wp-json\/wp\/v2\/posts\/12592","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.securitytoday.de\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.securitytoday.de\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.securitytoday.de\/en\/wp-json\/wp\/v2\/users\/55"}],"replies":[{"embeddable":true,"href":"https:\/\/www.securitytoday.de\/en\/wp-json\/wp\/v2\/comments?post=12592"}],"version-history":[{"count":5,"href":"https:\/\/www.securitytoday.de\/en\/wp-json\/wp\/v2\/posts\/12592\/revisions"}],"predecessor-version":[{"id":15483,"href":"https:\/\/www.securitytoday.de\/en\/wp-json\/wp\/v2\/posts\/12592\/revisions\/15483"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.securitytoday.de\/en\/wp-json\/wp\/v2\/media\/12036"}],"wp:attachment":[{"href":"https:\/\/www.securitytoday.de\/en\/wp-json\/wp\/v2\/media?parent=12592"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.securitytoday.de\/en\/wp-json\/wp\/v2\/categories?post=12592"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.securitytoday.de\/en\/wp-json\/wp\/v2\/tags?post=12592"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}