Skip to content

Commit 8d45f64

Browse files
committed
4 x blog articles added and ISO changed on Security Approach
1 parent bbd2246 commit 8d45f64

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

src/content/blog/allowedips-explained.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "Complete guide to understanding WireGuard's AllowedIPs parameter -
44
publishDate: 2026-01-22
55
author: "Defguard Team"
66
tags: ["wireguard", "vpn", "networking", "routing", "troubleshooting", "security"]
7-
draft: false
7+
draft: true
88
---
99
## Overview
1010

src/content/blog/mtu-mss-decision-tree.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "Complete troubleshooting guide for MTU and MSS issues in WireGuard
44
publishDate: 2026-01-22
55
author: "Defguard Team"
66
tags: ["wireguard", "troubleshooting", "mtu", "mss", "networking", "vpn", "connectivity"]
7-
draft: false
7+
draft: true
88
---
99

1010
## Overview

src/content/blog/offboarding-runbook.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "Complete operational runbook for immediate revocation of VPN acces
44
publishDate: 2026-01-22
55
author: "Defguard Team"
66
tags: ["security", "operations", "runbook", "vpn", "offboarding", "compliance", "wireguard"]
7-
draft: false
7+
draft: true
88
---
99

1010
## Overview

src/content/blog/wireguard-key-rotation-checklist.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "Comprehensive checklist and procedures for rotating WireGuard cryp
44
publishDate: 2026-01-22
55
author: "Defguard Team"
66
tags: ["wireguard", "security", "key rotation", "cryptography", "operations", "compliance"]
7-
draft: false
7+
draft: true
88
---
99

1010
## Overview
@@ -25,7 +25,7 @@ This checklist is provided as operational guidance. Verify all commands in your
2525

2626
## Key Generation (Per Device)
2727

28-
```bash
28+
```bash´´´
2929
# Generate new keypair
3030
wg genkey | tee privatekey | wg pubkey > publickey
3131

src/pages/index.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,8 @@ const tags = [
262262
<li><strong>Custom SLA agreements</strong> - Tailored service level agreements to meet your business requirements</li>
263263
<li><strong>Priority issue resolution</strong> - Critical issues addressed within one business day</li>
264264
<li><strong>Pre-scheduled support calls</strong> - Regular check-ins for proactive issue resolution and configuration optimization</li>
265-
<li><strong>Compliance & Certification:</strong>
266-
Defguard is ISO-27001:2023 certified, ensuring the highest standards of information security management.
265+
<li><strong>Compliance & Certification:</strong>
266+
Defguard is <a href="https://defguard.net/compliance/" target="_blank">ISO-27001:2023 certified</a>, ensuring the highest standards of information security management.
267267
</ul>
268268
</ul>
269269
<p>

src/pages/security.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ const tags = [
253253
<a href="https://defguard.net/pentesting/">pentests</a>,
254254
architecture supervision, and 0days and CVE insights of the security solutions landscape.
255255
</li>
256-
<li>We are currently in the middle of ISO27001 certification.</li>
256+
<li>We are <a href="https://defguard.net/compliance/">ISO-27001:2023 certified.</a></li>
257257
</ul>
258258
</div>
259259
</FlexibleSection>

0 commit comments

Comments
 (0)