Skip to content

Commit 5e088f6

Browse files
committed
Update hero image to wireguard-nis2-hero.png
1 parent ac2aaf2 commit 5e088f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/blog/mfa-wireguard-nis2-compliance.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ title: "MFA for WireGuard: How to Meet NIS2 Directive Requirements"
33
publishDate: 2025-10-07
44
description: "The NIS2 Directive mandates MFA for VPNs. Learn how to implement Multi-Factor Authentication on WireGuard with Defguard to ensure compliance and top-tier security."
55
author: "Piotr Borkowicz"
6-
image: "/images/blog/Defguard-nis2-mfa/mfa-nis2-hero.jpg"
6+
image: "/images/blog/Defguard-nis2-mfa/wireguard-nis2-hero.png"
77
---
88

99
import MfaDiagram from '../../components/MfaDiagram.astro';
1010

11-
![A central server connected securely to several computer terminals, representing a secure VPN network with MFA for NIS2 compliance.](/images/blog/Defguard-nis2-mfa/mfa-nis2-hero.jpg)
11+
![A central server connected securely to several computer terminals, representing a secure VPN network with MFA for NIS2 compliance.](/images/blog/Defguard-nis2-mfa/wireguard-nis2-hero.png)
1212

1313
Organizations seeking compliance with the NIS2 Directive can leverage Multi-Factor Authentication (MFA), not just as a regulatory checkbox but as a crucial layer of defense in their cybersecurity strategy. In this article, we’ll explore how MFA supports NIS2 compliance, the advantages of implementing MFA in modern Virtual Private Network (VPN) systems like **[WireGuard](https://www.wireguard.com/)**, and how open-source VPN management solutions like **[Defguard](https://defguard.net/)** facilitate MFA integration in WireGuard environments—while also providing functionalities like identity management, Single Sign-On (SSO), and hardware key management.
1414

@@ -169,7 +169,7 @@ defguard.net
169169
},
170170
"headline": "Adopting Multi-Factor Authentication (MFA) for WireGuard: A Path to Compliance with the NIS2 Directive",
171171
"description": "The NIS2 Directive mandates MFA for VPNs. Learn how to implement Multi-Factor Authentication on WireGuard with Defguard to ensure compliance and top-tier security.",
172-
"image": "https://defguard.net/images/blog/Defguard-nis2-mfa/mfa-nis2-hero.jpg",
172+
"image": "https://defguard.net/images/blog/Defguard-nis2-mfa/wireguard-nis2-hero.png",
173173
"author": { "@type": "Person", "name": "Piotr Borkowicz" },
174174
"publisher": {
175175
"@type": "Organization",

0 commit comments

Comments
 (0)