Skip to content

Commit 0396dcf

Browse files
committed
add license
1 parent 0b455d3 commit 0396dcf

File tree

4 files changed

+73
-0
lines changed

4 files changed

+73
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<svg class="{{include.class}}" role="img" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><g><path fill="#B72835" d="M0 0h200v200H0z"/><path fill="#fff" d="M31 164h14v14H31z"/><g fill="#fff" fill-rule="nonzero"><path d="M91.986 178.41v-7.75H66.288v-12.52h23.094v-7.75H66.288v-10.198h24.82v-7.782H57v46zM108.585 178.41v-29.997l18.545 29.997h9.319v-46h-8.63v30.72l-18.826-30.72h-9.037v46zM167.92 178.41l16.474-46h-9.852l-11.265 34.045-11.641-34.045h-10.073l16.442 46z"/></g></g></svg>

_includes/v1/nav.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
<span>{% include v1/components/logo-radar.html class="w-10 h-10" %}</span>
88
{% elsif page.logo == 'ops' %}
99
<span>{% include v1/components/logo-ops.html class="w-10 h-10" %}</span>
10+
{% elsif page.logo == 'ent' %}
11+
<span>{% include v1/components/logo-ent.html class="w-10 h-10" %}</span>
1012
{% else %}
1113
<span>{% include v1/components/logo.html class="w-10 h-10" %}</span>
1214
{% endif %}

assets/img/og-image-ent.png

6.18 KB
Loading

ent/index.md

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
---
2+
title: "Dotenvx Enterprise Assurance License"
3+
logo: ent
4+
image: "/assets/img/og-image-ent.png"
5+
---
6+
7+
<section class="w-full max-w-2xl mx-auto px-6 mt-12 md:mt-20 flex flex-col gap-8">
8+
<h1 class="font-extrabold text-3xl sm:text-5xl text-zinc-950 dark:text-zinc-50 text-center">Dotenvx Enterprise Assurance License</h1>
9+
10+
<p class="text-xl text-center">
11+
<strong>The Purpose.</strong> Some organizations need more than encryption—they need formal assurance. The <strong>Enterprise Assurance License</strong> provides SOC 2–aligned documentation, a signed SLA, and dedicated support for your security and compliance teams.
12+
</p>
13+
14+
<div class="grid grid-cols-1 sm:grid-cols-1 gap-4">
15+
<p class="text-left">
16+
<strong>Signed SLA & Legal Assurance.</strong> Formal agreement that dotenvx meets SOC 2 security, confidentiality, and availability controls.
17+
</p>
18+
<p class="text-left">
19+
<strong>Compliance Packet.</strong> Includes encryption details, architectural overview, and mapped responses addressing SOC 2 CC6 (Access Controls), CC7 (System Operations & Monitoring), CC8 (Change Management), and C1 (Confidentiality).
20+
</p>
21+
<p class="text-left">
22+
<strong>Zero-Knowledge Design.</strong> Verified architecture ensuring no plaintext secrets are ever transmitted, stored, or logged.
23+
</p>
24+
<p class="text-left">
25+
<strong>Dedicated Security Contact.</strong> Direct access to our security team for vendor assessments, auditor inquiries, or due diligence reviews.
26+
</p>
27+
<p class="text-left">
28+
<strong>Compliance-Ready Builds.</strong> Special enterprise builds remove debugging and diagnostic mechanisms, ensuring secrets can never appear in logs or traces.
29+
</p>
30+
</div>
31+
32+
<p>
33+
These deliverables map directly to SOC 2 controls under
34+
<strong>Security (CC6, CC7)</strong>,
35+
<strong>Confidentiality (C1)</strong>, and
36+
<strong>System Operations (CC7)</strong>.
37+
They provide clear, auditor-ready evidence that your organization protects .env files with enterprise rigor.
38+
</p>
39+
40+
<hr/>
41+
42+
<p class="text-xl text-center">
43+
<strong>Included with the License.</strong> All materials are provided under NDA, updated annually, and designed to integrate with your existing compliance workflows:
44+
</p>
45+
46+
<div class="grid grid-cols-1 sm:grid-cols-2 gap-4">
47+
<p class="text-left">
48+
<strong>Control Mappings.</strong> Detailed documentation mapping dotenvx features to SOC 2 criteria.
49+
</p>
50+
<p class="text-left">
51+
<strong>Policy Templates.</strong> Ready-to-use security and change-management policies aligned with dotenvx’s architecture.
52+
</p>
53+
<p class="text-left">
54+
<strong>Audit Evidence.</strong> Cryptographic proof of encryption, key rotation, and runtime activity logging.
55+
</p>
56+
<p class="text-left">
57+
<strong>Annual Update.</strong> Refreshed compliance packet each year to reflect product improvements and control updates.
58+
</p>
59+
</div>
60+
61+
<p>
62+
<strong>Ready to simplify your audit?</strong>
63+
Request the Enterprise Assurance License to receive your signed SLA, compliance packet, and auditor-ready materials.
64+
</p>
65+
66+
<div class="flex flex-row gap-4 justify-center my-6">
67+
<a class="btn-primary" href="mailto:[email protected]">Request Enterprise License →</a>
68+
<a class="btn" href="https://dotenvx.com/dotenvx.pdf">View Whitepaper</a>
69+
</div>
70+
</section>

0 commit comments

Comments
 (0)