Skip to content

Commit 4d04f63

Browse files
authored
Merge pull request #154 from DefGuard/iso27001
Iso27001
2 parents 32a6168 + 6211c1e commit 4d04f63

File tree

9 files changed

+936
-20
lines changed

9 files changed

+936
-20
lines changed
125 KB
Binary file not shown.
845 KB
Loading

src/data/footer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@
1212
"external": false,
1313
"link": "/security/"
1414
},
15-
{
16-
"text": "Enterprise",
17-
"external": true,
18-
"link": "https://docs.defguard.net/enterprise"
19-
},
2015
{
2116
"text": "Pricing",
2217
"external": false,
@@ -27,6 +22,11 @@
2722
"external": true,
2823
"link": "https://docs.defguard.net"
2924
},
25+
{
26+
"text": "Compliance",
27+
"external": false,
28+
"link": "/compliance/"
29+
},
3030
{
3131
"text": "Press",
3232
"external": false,

src/data/nav.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,14 @@
6363
"display": "Resources",
6464
"url": null,
6565
"children": [
66-
{
66+
{
6767
"display": "Blog",
6868
"url": "/blog"
6969
},
70+
{
71+
"display": "Compliance",
72+
"url": "/compliance"
73+
},
7074
{
7175
"display": "FAQ",
7276
"url": "/faq"

src/pages/compliance.astro

Lines changed: 161 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,161 @@
1+
---
2+
import Navigation from "../components/base/Navigation.astro";
3+
import ProductLayout from "../layouts/ProductLayout.astro";
4+
import HomeHeader from "./_home/components/HomeHeader.astro";
5+
import FlexibleSection from "../components/FlexibleSection.astro";
6+
import { Image } from "astro:assets";
7+
import isoCertificate from "../../public/images/iso-27001/DEFGUAR_ISO27001_2025-2028_ENG.png";
8+
import "../styles/compliance.scss";
9+
10+
const title = "Compliance";
11+
const featuredImage =
12+
"github.com/DefGuard/defguard.github.io/raw/main/public/images/product/core/hero-image.png";
13+
const imageWidth = "1920";
14+
const imageHeight = "1080";
15+
const url = "https://defguard.net/compliance";
16+
const tags = [
17+
"defguard",
18+
"zero trust",
19+
"vpn",
20+
"mfa",
21+
"2fa",
22+
"wireguard",
23+
"iso27001",
24+
"certification",
25+
"security",
26+
"compliance",
27+
"enterprise",
28+
"open source",
29+
];
30+
---
31+
32+
<ProductLayout
33+
title={title}
34+
featuredImage={featuredImage}
35+
imageWidth={imageWidth}
36+
imageHeight={imageHeight}
37+
url={url}
38+
tags={tags}
39+
>
40+
<Navigation activeSlug="/compliance/" />
41+
42+
<main id="home-page">
43+
<section class="custom-header">
44+
<div class="container">
45+
<h1 class="page-title">Compliance</h1>
46+
<p class="page-subtitle">Defguard - Certified, Audited, and Transparent</p>
47+
</div>
48+
</section>
49+
50+
<FlexibleSection leftRatio={1} title="ISO-27001:2023 Certification" theme="light">
51+
52+
<div slot="left">
53+
<div>
54+
<p>
55+
Our ISO-27001:2013 certification and rigorous internal audits ensure that our systems, processes, and operations meet globally recognized benchmarks.
56+
57+
Beyond compliance, we offer fully transparent development process and <a href="/security/">Secure By Design approach</a>.
58+
</p>
59+
</div>
60+
<div class="cert-info">
61+
<p><strong>Certificate issued:</strong> 7 January 2026</p>
62+
<p><strong>Valid until:</strong> 6 January 2029</p>
63+
<p><strong>Certificate No.:</strong> PL018610/P</p>
64+
</div>
65+
66+
<div class="cert-table-container">
67+
<table class="cert-table">
68+
<tbody>
69+
<tr>
70+
<td class="label">Certification Body</td>
71+
<td class="value">Bureau Veritas Certification Polska</td>
72+
</tr>
73+
<tr>
74+
<td class="label">Standard</td>
75+
<td class="value">PN-EN ISO/IEC 27001:2023-08<br><small>Information security, cybersecurity and privacy protection — Information security management systems — Requirements</small></td>
76+
</tr>
77+
<tr>
78+
<td class="label">Certificate Number</td>
79+
<td class="value">PL018610/P</td>
80+
</tr>
81+
<tr>
82+
<td class="label">Issue Date</td>
83+
<td class="value">7 January 2026</td>
84+
</tr>
85+
<tr>
86+
<td class="label">Certification Cycle Start Date</td>
87+
<td class="value">7 January 2026</td>
88+
</tr>
89+
<tr>
90+
<td class="label">Valid Until</td>
91+
<td class="value">6 January 2029</td>
92+
</tr>
93+
<tr>
94+
<td class="label">Scope of Certification</td>
95+
<td class="value">DELIVERING IT CYBERSECURITY SOLUTIONS FOR IDENTITY, SSO, REMOTE ACCESS, AND DEVICE ACCESS MANAGEMENT IN NETWORKS.</td>
96+
</tr>
97+
<tr>
98+
<td class="label">Verification</td>
99+
<td class="value">
100+
To verify certificate validity please contact:<br>
101+
<strong>Bureau Veritas Polska</strong><br>
102+
+48 22 549 04 00
103+
</td>
104+
</tr>
105+
</tbody>
106+
</table>
107+
</div>
108+
109+
<div class="cert-document">
110+
<h3>Certificate</h3>
111+
<p>Issued by Bureau Veritas Polska Sp. z o.o., ul. Domaniewska 44A, 02-672 Warszawa, Poland</p>
112+
113+
<div class="certificate-actions">
114+
<a href="/images/iso-27001/DEFGUAR_ISO27001_2025-2028_ENG%20copy.pdf" class="certificate-download-link" target="_blank" rel="noopener noreferrer">
115+
Download Certificate PDF (Official Bureau Veritas Certificate)
116+
</a>
117+
</div>
118+
119+
<div class="certificate-image">
120+
<Image
121+
src={isoCertificate}
122+
alt="Defguard ISO 27001:2023-08 Certificate issued by Bureau Veritas Certification Polska - Certificate No. PL018610/P, Valid from 7 January 2026 to 6 January 2029"
123+
widths={[400, 800, 1200]}
124+
format="webp"
125+
loading="eager"
126+
decoding="async"
127+
/>
128+
</div>
129+
</div>
130+
</div>
131+
</FlexibleSection>
132+
133+
<FlexibleSection leftRatio={1} title="Why ISO 27001 Matters for Our Users" theme="light">
134+
<div slot="left">
135+
<p>At Defguard we have always built security into the core of our product — from protocol-level WireGuard® MFA, through open-source transparency, to data sovereignty and zero foreign legal exposure.</p>
136+
<p>Achieving ISO 27001 certification formalizes and externally validates our Information Security Management System. It demonstrates to enterprises, regulated organizations and public sector clients that:</p>
137+
138+
<ul class="benefits-list">
139+
<li>Information security risks are systematically identified, assessed and treated</li>
140+
<li>Security controls follow international best practices</li>
141+
<li>Processes are continuously improved and audited</li>
142+
<li>We maintain the same high standards internally that we provide to you</li>
143+
<li>Your trust in Defguard as a secure, reliable VPN & zero-trust platform is backed by third-party certification</li>
144+
</ul>
145+
146+
<h3>Complements our existing compliance strengths</h3>
147+
<ul>
148+
<li>NIS2-ready architecture with true VPN-level MFA</li>
149+
<li>Full EU data residency & governance (Poland-based)</li>
150+
<li>Audit-ready logs and SIEM integration</li>
151+
<li>Support for GDPR, HIPAA, PCI DSS, NIST & similar frameworks through strong technical controls</li>
152+
</ul>
153+
</div>
154+
<div slot="left">
155+
<p>Are you missing any compliance certifications? Feel free to reach out to us at <a href="mailto:sales@defguard.net">sales@defguard.net</a></p>
156+
</div>
157+
</FlexibleSection>
158+
159+
160+
</main>
161+
</ProductLayout>

src/pages/index.astro

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -126,19 +126,19 @@ const tags = [
126126
},
127127

128128
{
129-
title: "Enables NIS2 compliance",
130-
description: "True WireGuard® MFA implemented in protocol layer, easy to use with Defguad VPN desktop client. Defguard is NIS2 compliant.",
129+
title: "ISO 27001 Certified",
130+
description: "Defguard is certified delivering IT cybersecurity solutions for identity, SSO, remote access, and device access management in networks.",
131131
icon: "lni-certificate",
132-
linkText: "VPN Level 2FA / MFA",
133-
linkUrl: "https://defguard.net/vpn_mfa/"
132+
linkText: "ISO-27001 Certifications",
133+
linkUrl: "/iso-27001"
134134
},
135135

136136
{
137137
title: "European",
138138
description: "Based in Poland and backed by European investors, Defguard operates entirely under EU law ensuring full compliance with European security standards and zero foreign legal exposure.",
139139
icon: "lni-world",
140140
linkText: "See media coverage",
141-
linkUrl: "https://defguard.net/press/"
141+
linkUrl: "/press/"
142142
}
143143
]}
144144
/>
@@ -248,33 +248,33 @@ const tags = [
248248
/> -->
249249

250250
<HeaderSection
251-
title="Enterprise VPN meets WireGuard®"
252-
description="Beyound enterprise grade architecture and security, Defguard offers professional support services designed for mission-critical enterprise deployments. Get the peace of mind that comes with dedicated support when you need it most."
251+
title="Enterprise Support & Compliance"
252+
description="Defguard offers support services designed for mission-critical enterprise deployments. "
253253
variant="gray"
254254
/>
255255
<FlexibleSection
256256
id="enterprise-support"
257257
variant="gray"
258258
theme="light"
259259
>
260-
<div slot="left">
261-
<h3>Dedicated Enterprise Support</h3>
260+
<div slot="right">
262261
<ul>
263262
<li><strong>Custom SLA agreements</strong> - Tailored service level agreements to meet your business requirements</li>
264263
<li><strong>Priority issue resolution</strong> - Critical issues addressed within one business day</li>
265-
<li><strong>Assigned support representative</strong> - Direct access to a dedicated support engineer who knows your setup</li>
266264
<li><strong>Pre-scheduled support calls</strong> - Regular check-ins for proactive issue resolution and configuration optimization</li>
267-
<li><strong>Support for NIS-2 organisations</strong> - Specialized compliance assistance for organizations subject to NIS-2 directive requirements</li>
265+
<li><strong>Compliance & Certification:</strong>
266+
Defguard is ISO-27001:2023 certified, ensuring the highest standards of information security management.
267+
</ul>
268268
</ul>
269269
<p>
270-
<strong>Compliance & Certification:</strong> Defguard is currently proceeding with ISO 27001 certification, ensuring the highest standards of information security management. <a href="/newsletter?utm_source=iso-certification">Get notified when Defguard gets ISO 27001 certified →</a>
270+
271271
</p>
272272
<p>
273-
<a href="/book-a-demo?utm_source=enterprise-support" class="learn-more-link">Contact Enterprise Support →</a>
273+
<a href="/compliance" class="learn-more-link">Compliance and Certifications →</a>
274274
</p>
275275
</div>
276276

277-
<div slot="right">
277+
<div slot="left">
278278
<ImageURL src="/images/features/SIEM integration.png" alt="Enterprise VPN Support Services" />
279279
</div>
280280
</FlexibleSection>

0 commit comments

Comments
 (0)