-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
395 lines (371 loc) · 24.7 KB
/
index.html
File metadata and controls
395 lines (371 loc) · 24.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PKI - Open-Source Infrastructure</title>
<meta name="description" content="Enterprise-grade Public Key Infrastructure (PKI). Open-source, secure, and compliant.">
<link rel="canonical" href="https://pki.rdem-systems.com/">
<!-- Tailwind CSS -->
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
theme: {
extend: {
colors: {
primary: {
50: '#EEF2FF',
100: '#E0E7FF',
200: '#C7D2FE',
300: '#A5B4FC',
400: '#818CF8',
500: '#1E3A8A',
600: '#1E40AF',
700: '#1E3A8A',
800: '#1E3A8A',
900: '#1E3A8A'
}
}
}
}
}
</script>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Poppins:wght@600;700&display=swap" rel="stylesheet">
<style>
body { font-family: 'Inter', sans-serif; }
h1, h2, h3 { font-family: 'Poppins', sans-serif; }
</style>
<!-- Funnel Tracking -->
<script async src="https://funnel.rdem-systems.com/tracker.js"
data-site="pkios"></script>
</head>
<body class="bg-gray-50">
<!-- Navigation -->
<nav class="bg-white shadow-md sticky top-0 z-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between h-16 items-center">
<div class="flex items-center space-x-3">
<svg class="h-10 w-10 text-primary-700" fill="currentColor" viewBox="0 0 24 24">
<path d="M12 2L2 7v10c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V7l-10-5z"/>
</svg>
<span class="text-3xl font-bold text-primary-700">PKI</span>
</div>
<div class="hidden md:flex space-x-8">
<a href="#features" class="text-gray-700 hover:text-primary-700">Features</a>
<a href="#quickstart" class="text-gray-700 hover:text-primary-700">Quick Start</a>
<a href="/docs/README.html" class="text-gray-700 hover:text-primary-700">Documentation</a>
<a href="https://github.com/rdemsystems/pki" target="_blank" class="text-gray-700 hover:text-primary-700">GitHub</a>
<a href="https://www.rdem-systems.com/contact" class="bg-primary-700 text-white px-4 py-2 rounded-md hover:bg-primary-800">Get Support</a>
</div>
</div>
</div>
</nav>
<!-- Hero Section -->
<div class="bg-gradient-to-br from-primary-700 to-primary-900 text-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-24">
<div class="text-center">
<h1 class="text-5xl font-bold mb-6">Enterprise PKI Infrastructure</h1>
<p class="text-xl mb-8 text-primary-100 max-w-3xl mx-auto">
Open-source Public Key Infrastructure solution for certificate management, ACME integration, and automated enrollment.
Built with Laravel 12 and modern security standards.
</p>
<div class="flex justify-center space-x-4">
<a href="https://github.com/rdemsystems/pki" target="_blank" class="bg-white text-primary-700 px-8 py-3 rounded-lg font-semibold hover:bg-gray-100 transition">
View on GitHub
</a>
<a href="/docs/README.html" class="bg-primary-600 text-white px-8 py-3 rounded-lg font-semibold hover:bg-primary-500 transition">
Read Documentation
</a>
</div>
</div>
</div>
</div>
<!-- Features Section -->
<div id="features" class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-20">
<h2 class="text-4xl font-bold text-center mb-12 text-gray-900">Key Features</h2>
<div class="grid md:grid-cols-3 gap-8">
<!-- Feature 1 -->
<div class="bg-white p-6 rounded-lg shadow-md">
<div class="bg-primary-100 w-12 h-12 rounded-lg flex items-center justify-center mb-4">
<svg class="h-6 w-6 text-primary-700" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z"/>
</svg>
</div>
<h3 class="text-xl font-bold mb-2">Advanced Security</h3>
<p class="text-gray-600">
libsodium encryption for private keys, Argon2id key derivation, hardware security module support (Nitrokey/YubiKey).
</p>
</div>
<!-- Feature 2 -->
<div class="bg-white p-6 rounded-lg shadow-md">
<div class="bg-primary-100 w-12 h-12 rounded-lg flex items-center justify-center mb-4">
<svg class="h-6 w-6 text-primary-700" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 5a1 1 0 011-1h4a1 1 0 010 2H6v2a1 1 0 01-2 0V5zm16 0a1 1 0 00-1-1h-4a1 1 0 000 2h2v2a1 1 0 002 0V5zm0 10a1 1 0 00-1 1v2h-2a1 1 0 000 2h4a1 1 0 001-1v-4a1 1 0 00-1-1zM4 15a1 1 0 011 1v2h2a1 1 0 010 2H5a1 1 0 01-1-1v-4a1 1 0 011-1z"/>
</svg>
</div>
<h3 class="text-xl font-bold mb-2">ACME Protocol</h3>
<p class="text-gray-600">
Full ACME v2 server implementation compatible with certbot, automatic certificate renewal, challenge validation.
</p>
</div>
<!-- Feature 3 -->
<div class="bg-white p-6 rounded-lg shadow-md">
<div class="bg-primary-100 w-12 h-12 rounded-lg flex items-center justify-center mb-4">
<svg class="h-6 w-6 text-primary-700" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 20h5v-2a3 3 0 00-5.356-1.857M17 20H7m10 0v-2c0-.656-.126-1.283-.356-1.857M7 20H2v-2a3 3 0 015.356-1.857M7 20v-2c0-.656.126-1.283.356-1.857m0 0a5.002 5.002 0 019.288 0M15 7a3 3 0 11-6 0 3 3 0 016 0zm6 3a2 2 0 11-4 0 2 2 0 014 0zM7 10a2 2 0 11-4 0 2 2 0 014 0z"/>
</svg>
</div>
<h3 class="text-xl font-bold mb-2">Multi-Tenant</h3>
<p class="text-gray-600">
Complete tenant isolation, smart CA selection, hierarchical CA management, access policies per tenant.
</p>
</div>
<!-- Feature 4 -->
<div class="bg-white p-6 rounded-lg shadow-md">
<div class="bg-primary-100 w-12 h-12 rounded-lg flex items-center justify-center mb-4">
<svg class="h-6 w-6 text-primary-700" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"/>
</svg>
</div>
<h3 class="text-xl font-bold mb-2">Enterprise Protocols</h3>
<p class="text-gray-600">
SCEP (Microsoft Intune), EST, OCSP responder, CRL distribution, OpenVPN, Windows 802.1x integration.
</p>
</div>
<!-- Feature 5 -->
<div class="bg-white p-6 rounded-lg shadow-md">
<div class="bg-primary-100 w-12 h-12 rounded-lg flex items-center justify-center mb-4">
<svg class="h-6 w-6 text-primary-700" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4"/>
</svg>
</div>
<h3 class="text-xl font-bold mb-2">Compliance Ready</h3>
<p class="text-gray-600">
7-year audit logging, RFC 5280 compliance, FIPS 140-2 architecture, complete audit trail for all PKI operations.
</p>
</div>
<!-- Feature 6 -->
<div class="bg-white p-6 rounded-lg shadow-md">
<div class="bg-primary-100 w-12 h-12 rounded-lg flex items-center justify-center mb-4">
<svg class="h-6 w-6 text-primary-700" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 16v1a3 3 0 003 3h10a3 3 0 003-3v-1m-4-8l-4-4m0 0L8 8m4-4v12"/>
</svg>
</div>
<h3 class="text-xl font-bold mb-2">Docker Ready</h3>
<p class="text-gray-600">
Multi-instance deployment, Galera cluster support, automatic SSL/TLS configuration, production-ready containers.
</p>
</div>
</div>
</div>
<!-- Quick Start Section -->
<div id="quickstart" class="bg-white py-20">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<h2 class="text-4xl font-bold text-center mb-12 text-gray-900">Quick Start</h2>
<div class="max-w-4xl mx-auto">
<div class="bg-gray-900 rounded-lg p-6 mb-8">
<pre class="text-gray-100 overflow-x-auto"><code># Clone the repository
git clone https://github.com/rdemsystems/pki.git
cd pki
# Copy environment configuration
cp .env.example .env
# Generate application key
docker-compose exec app php artisan key:generate
# Start with Docker Compose
docker-compose --profile local-dev up -d
# Run database migrations
docker-compose exec app php artisan migrate
# Create admin user
docker-compose exec app php artisan tinker
>>> User::create(['name' => 'Admin', 'email' => 'admin@example.com', 'password' => bcrypt('password')])
>>> $user->assignRole('admin')
</code></pre>
</div>
<div class="grid md:grid-cols-2 gap-6">
<a href="/docs/README.html" class="block p-6 bg-gray-50 rounded-lg hover:bg-gray-100 transition">
<h3 class="text-xl font-bold mb-2 text-primary-700">📚 Full Documentation</h3>
<p class="text-gray-600">Complete guides for installation, configuration, and usage</p>
</a>
<a href="https://github.com/rdemsystems/pki" target="_blank" class="block p-6 bg-gray-50 rounded-lg hover:bg-gray-100 transition">
<h3 class="text-xl font-bold mb-2 text-primary-700">💻 Source Code</h3>
<p class="text-gray-600">View source code, report issues, contribute to the project</p>
</a>
</div>
</div>
</div>
</div>
<!-- Standards Section -->
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-20">
<h2 class="text-4xl font-bold text-center mb-12 text-gray-900">Standards & Compliance</h2>
<div class="grid md:grid-cols-4 gap-6 text-center">
<div class="bg-white p-6 rounded-lg shadow-md">
<div class="text-3xl font-bold text-primary-700 mb-2">RFC 5280</div>
<p class="text-gray-600">X.509 Certificates</p>
</div>
<div class="bg-white p-6 rounded-lg shadow-md">
<div class="text-3xl font-bold text-primary-700 mb-2">RFC 8555</div>
<p class="text-gray-600">ACME Protocol</p>
</div>
<div class="bg-white p-6 rounded-lg shadow-md">
<div class="text-3xl font-bold text-primary-700 mb-2">RFC 6960</div>
<p class="text-gray-600">OCSP Responder</p>
</div>
<div class="bg-white p-6 rounded-lg shadow-md">
<div class="text-3xl font-bold text-primary-700 mb-2">FIPS 140-2</div>
<p class="text-gray-600">Crypto Standards</p>
</div>
</div>
</div>
<!-- CTA PKI As A Service -->
<div class="bg-gradient-to-r from-primary-700 to-primary-900 py-16">
<div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
<h2 class="text-3xl font-bold text-white mb-4">Vous n'avez pas envie de la manager ?</h2>
<p class="text-primary-100 text-lg mb-8">
Concentrez-vous sur votre coeur de métier. Nous gérons votre infrastructure PKI de bout en bout : déploiement, maintenance, mises à jour et support 24/7.
</p>
<a href="https://pkiaas.rdem-systems.com" target="_blank" rel="noopener noreferrer" class="inline-block bg-white text-primary-700 px-8 py-4 rounded-lg font-semibold text-lg hover:bg-gray-100 transition shadow-lg">
Découvrir notre offre PKI As A Service
</a>
</div>
</div>
<!-- Footer -->
<footer class="bg-gray-900 text-white py-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid md:grid-cols-3 gap-8">
<div>
<div class="flex items-center space-x-2 mb-4">
<svg class="h-8 w-8 text-primary-400" fill="currentColor" viewBox="0 0 24 24">
<path d="M12 2L2 7v10c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V7l-10-5z"/>
</svg>
<span class="text-2xl font-bold">PKI</span>
</div>
<p class="text-gray-400">
Open-source enterprise PKI infrastructure for secure certificate management.
</p>
</div>
<div>
<h3 class="text-lg font-bold mb-4">Resources</h3>
<ul class="space-y-2 text-gray-400">
<li><a href="/docs/README.html" class="hover:text-white">Documentation</a></li>
<li><a href="https://github.com/rdemsystems/pki" target="_blank" class="hover:text-white">GitHub Repository</a></li>
<li><a href="https://github.com/rdemsystems/pki/issues" target="_blank" class="hover:text-white">Report Issues</a></li>
<li><a href="/docs/security/opensource-release-review.html" class="hover:text-white">Security</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-bold mb-4">Support</h3>
<ul class="space-y-2 text-gray-400">
<li><a href="https://pkiaas.rdem-systems.com" target="_blank" rel="noopener noreferrer" class="hover:text-white font-semibold text-primary-300">PKI As A Service</a></li>
<li><a href="https://www.rdem-systems.com/contact" class="hover:text-white">Contact Us</a></li>
<li><a href="https://www.rdem-systems.com" target="_blank" class="hover:text-white">RDEM Systems</a></li>
<li><a href="mailto:security@rdem-systems.com" class="hover:text-white">Security Reports</a></li>
</ul>
</div>
</div>
<div class="border-t border-gray-800 mt-8 pt-8 text-center text-gray-400">
<div class="mb-4">
<a href="https://members.rdem-systems.com/" target="_blank" rel="noopener noreferrer" class="text-gray-400 hover:text-white transition-colors font-medium text-lg">
Vous êtes déjà client ? Portail Client
</a>
</div>
<div class="flex flex-wrap justify-center gap-x-6 gap-y-2 mb-4">
<a href="https://www.rdem-systems.com" target="_blank" rel="noopener noreferrer" class="text-gray-400 hover:text-white transition-colors">Qui sommes nous?</a>
<a href="https://managed-services.rdem-systems.com" target="_blank" rel="noopener noreferrer" class="text-gray-400 hover:text-white transition-colors">Infogérance serveur 24/7</a>
<a href="https://proxmox.rdem-systems.com" target="_blank" rel="noopener noreferrer" class="text-gray-400 hover:text-white transition-colors">Virtualisation Proxmox infogérée</a>
<a href="https://nimbus.rdem-systems.com" target="_blank" rel="noopener noreferrer" class="text-gray-400 hover:text-white transition-colors">Sauvegarde Proxmox NimbusBackup</a>
<a href="https://as206014.rdem-systems.com" target="_blank" rel="noopener noreferrer" class="text-gray-400 hover:text-white transition-colors">Réseau BGP AS206014</a>
<a href="https://mariadb.rdem-systems.com" target="_blank" rel="noopener noreferrer" class="text-gray-400 hover:text-white transition-colors">MariaDB</a>
<a href="https://ntp.rdem-systems.com" target="_blank" rel="noopener noreferrer" class="text-gray-400 hover:text-white transition-colors" title="Synchronisation temporelle Stratum 1">Infrastructure NTP Stratum 1</a>
<a href="https://pki.rdem-systems.com" target="_blank" rel="noopener noreferrer" class="text-gray-400 hover:text-white transition-colors">Notre logiciel PKI</a>
<a href="https://pkiaas.rdem-systems.com" target="_blank" rel="noopener noreferrer" class="text-gray-400 hover:text-white transition-colors">Notre PKI managée</a>
<a href="https://ivvq.rdem-systems.com" target="_blank" rel="noopener noreferrer" class="text-gray-400 hover:text-white transition-colors">Tests et validations</a>
<a href="https://use-cases.rdem-systems.com" target="_blank" rel="noopener noreferrer" class="text-gray-400 hover:text-white transition-colors">Cas d'usage</a>
<a href="https://referral.rdem-systems.com" target="_blank" rel="noopener noreferrer" class="text-gray-400 hover:text-white transition-colors">Apporteurs d'affaires</a>
</div>
<div class="flex flex-wrap justify-center gap-x-6 gap-y-2 mb-4">
<a href="https://www.rdem-systems.com/blog/infrastructure-datacenters/" target="_blank" rel="noopener noreferrer" class="text-gray-400 hover:text-white transition-colors">Infra Datacenters</a>
<a href="https://www.rdem-systems.com/blog/infrastructure-dns-multi-asn/" target="_blank" rel="noopener noreferrer" class="text-gray-400 hover:text-white transition-colors">Infra DNS Multi-ASN</a>
</div>
<p class="text-gray-400 mb-2">© 2026 RDEM Systems. Open-source under SSPL License.</p>
<p class="text-gray-400 mb-2">RDEM Systems accompagne les entreprises dans la sortie des écosystèmes fermés (VMWare, AWS, Azure, GCP) via des migrations sécurisées vers Proxmox VE en France, opérées sur notre propre <a href="https://www.rdem-systems.com/blog/infrastructure-datacenters/" target="_blank" rel="noopener noreferrer" class="text-gray-300 hover:text-white underline">infrastructure réseau BGP</a> (AS206014), synchronisée par nos serveurs NTP - dont un serveur Stratum 1.</p>
<p class="text-gray-400 mb-2">SIREN: 820 338 671 - RDEM Systems SAS - 5 B RUE DES NOYERS, 95300 PONTOISE, France</p>
<p class="text-gray-400 mb-2">RDEM Systems SAS - tel: 01 77 62 42 42 - contact@rdem-systems.com</p>
<p class="text-gray-400">Hébergé par RDEM Systems sur son propre réseau AS206014 – Serveurs dans les centres de données Equinix, région Parisienne</p>
<div class="mt-3 flex justify-center gap-4">
<a href="https://www.rdem-systems.com/mentions-legales/" target="_blank" rel="noopener noreferrer" class="text-gray-500 hover:text-gray-300 transition-colors text-sm">Mentions légales</a>
<span class="text-gray-600">|</span>
<a href="https://www.rdem-systems.com/cgv/" target="_blank" rel="noopener noreferrer" class="text-gray-500 hover:text-gray-300 transition-colors text-sm">CGV</a>
<span class="text-gray-600">|</span>
<a href="https://www.rdem-systems.com/privacy" target="_blank" rel="noopener noreferrer" class="text-gray-500 hover:text-gray-300 transition-colors text-sm">Politique de confidentialité</a>
<span class="text-gray-600">|</span>
<a href="#" onclick="resetCookieConsent();return false;" class="text-gray-500 hover:text-gray-300 transition-colors text-sm">Gérer les cookies</a>
</div>
</div>
</div>
</footer>
<!-- Cookie Consent Banner -->
<div id="cookie-banner" style="position:fixed;bottom:0;left:0;right:0;background:#1e293b;color:#e2e8f0;padding:1rem;z-index:9999;">
<div style="max-width:800px;margin:0 auto;">
<p style="margin:0 0 0.75rem 0;">
Ce site et les autres services RDEM Systems utilisent des cookies
pour mesurer l'audience et qualifier nos campagnes publicitaires.
<a href="https://www.rdem-systems.com/privacy" style="color:#60a5fa;">En savoir plus</a>
</p>
<div style="display:flex;flex-direction:column;gap:0.5rem;margin-bottom:0.75rem;">
<label style="display:flex;align-items:center;gap:0.5rem;cursor:pointer;">
<input type="checkbox" id="consent-rdem" checked>
Suivi d'audience RDEM Systems (cookie de suivi cross-visite)
</label>
<label style="display:flex;align-items:center;gap:0.5rem;cursor:pointer;">
<input type="checkbox" id="consent-ga4">
Google Analytics (mesure d'audience avancée)
</label>
<label style="display:flex;align-items:center;gap:0.5rem;cursor:pointer;">
<input type="checkbox" id="consent-meta">
Meta Pixel (qualification d'audience publicitaire)
</label>
</div>
<div style="display:flex;gap:0.5rem;flex-wrap:wrap;">
<button onclick="setConsents(0,0,0);document.getElementById('cookie-banner').remove();"
style="padding:0.5rem 1rem;background:transparent;border:1px solid #94a3b8;color:#e2e8f0;border-radius:6px;cursor:pointer;">
Tout refuser
</button>
<button onclick="setConsents(
document.getElementById('consent-rdem').checked?1:0,
document.getElementById('consent-ga4').checked?1:0,
document.getElementById('consent-meta').checked?1:0
);document.getElementById('cookie-banner').remove();"
style="padding:0.5rem 1rem;background:#475569;border:none;color:white;border-radius:6px;cursor:pointer;">
Accepter la sélection
</button>
<button onclick="setConsents(1,1,1);document.getElementById('cookie-banner').remove();"
style="padding:0.5rem 1rem;background:#3b82f6;border:none;color:white;border-radius:6px;cursor:pointer;">
Tout accepter
</button>
</div>
</div>
</div>
<script>
function setConsents(funnel, ga, meta) {
var opts = '; Path=/; Max-Age=34560000; Secure; SameSite=Lax; Domain=.rdem-systems.com';
document.cookie = 'funnel_consent=' + funnel + opts;
document.cookie = 'ga_consent=' + ga + opts;
document.cookie = 'meta_consent=' + meta + opts;
}
function resetCookieConsent() {
var del = '; Path=/; Max-Age=0; Secure; SameSite=Lax; Domain=.rdem-systems.com';
document.cookie = 'funnel_consent=0' + del;
document.cookie = 'ga_consent=0' + del;
document.cookie = 'meta_consent=0' + del;
location.reload();
}
if (document.cookie.indexOf('funnel_consent=') !== -1 &&
document.cookie.indexOf('ga_consent=') !== -1 &&
document.cookie.indexOf('meta_consent=') !== -1) {
var b = document.getElementById('cookie-banner');
if (b) b.remove();
}
</script>
</body>
</html>