-
Notifications
You must be signed in to change notification settings - Fork 0
/
overview.html
353 lines (326 loc) · 18 KB
/
overview.html
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="Indaba">
<title>Overview. Lamassu IoT.</title>
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,300;1,400;1,500;1,600;1,700;1,900&display=swap" rel="stylesheet">
<!-- Bootstrap core CSS -->
<link href="assets/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/dist/css/lamassu.css" rel="stylesheet">
<style>
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
</style>
</head>
<body>
<header id="header" class="d-flex flex-wrap fixed-top">
<div class="container header-container">
<div class="brand">
<a href="index.html" class="d-flex align-items-center">
<span class="fs-4">Lamassu IoT</span>
</a>
</div>
<div class="blockMenu">
<div class="itemMenu"><a href="overview.html">Overview</a></div>
<div class="itemMenu"><a href="docs/">Docs</a></div>
<!--
<nav class="navbar navbar-dark" aria-label="Menu Whay Lamassu">
<div class="container-fluid">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarsExample01" aria-controls="navbarsExample01" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-text">WHY LAMASSU</span>
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" fill="currentColor" class="bi bi-list" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z"/>
</svg>
</button>
<div class="collapse navbar-collapse" id="navbarsExample01">
<ul class="navbar-nav me-auto mb-2">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="inhousepki.html">In House PKI</a>
</li>
<li class="nav-item">
<a class="nav-link" href="opensource.html">Open Source</a>
</li>
<li class="nav-item">
<a class="nav-link" href="api.html">API oriented PKI</a>
</li>
<li class="nav-item">
<a class="nav-link" href="iot.html">IoT</a>
</li>
<li class="nav-item">
<a class="nav-link" href="cloud.html">Cloud</a>
</li>
<li class="nav-item">
<a class="nav-link" href="scalability.html">Scalability</a>
</li>
<li class="nav-item">
<a class="nav-link" href="faulttolerance.html">Fault tolerance</a>
</li>
<li><hr class="dropdown-divider"></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="dropdown05" data-bs-toggle="dropdown" aria-expanded="false">Learn</a>
<ul class="dropdown-menu" aria-labelledby="dropdown05">
<li><a class="dropdown-item" href="learn-manufacturing.html">Manufacturing</a></li>
<li><a class="dropdown-item" href="learn-validation.html">Validation</a></li>
</ul>
</li>
</li>
<li class="nav-item">
<a class="nav-link" href="support.html">Support</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
-->
<div class="itemMenu"><a href="https://github.com/lamassuiot" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="bi bi-github" viewBox="0 0 16 16">
<path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8z"/>
</svg></a>
</div>
</div>
</div>
</header>
<main>
<section class="section-header px-4 py-5">
<div class="container">
<div class="row flex-lg-row-reverse align-items-center g-5 py-5">
<div class="col-10 col-sm-8 col-lg-6">
<img src="assets/images/icon-section.png" class="d-block mx-lg-auto img-fluid" alt="Bootstrap Themes" width="217" height="227" loading="lazy">
</div>
<div class="col-lg-6">
<h1 class="display-5 fw-bold lh-1 mb-3">Why Lamassu</h1>
<p class="lead">The growth in Internet of Things will far exceed that of other connected devices. Each IoT unit is a potential entry point for an attack. Lamassu IoT is the solution to secure IoT deployments.</p>
</div>
</div>
</div>
</section>
<section class="section-blue px-4 py-3">
<div class="container">
<div class="row g-3 py-3">
<div class="col-10 col-sm-8 col-lg-6">
<blockquote>
<p>"By 2020, the IoT will have expanded at fast rate, resulting in a population of about 26 billion units. More than a quarter of attacks on companies will involve connected devices by 2020."</p>
</blockquote>
<p class="cita">GARTNER INC.</p>
</div>
</div>
</div>
</section>
<section class="px-4 py-5">
<div class="container">
<div class="container">
<div class="row g-3 py-3">
<div class="col-10 col-sm-8 col-lg-6">
<h2 class="lh-1 mb-4">Lamassu is effective</h2>
<div class="row row-cols-1">
<div class="col d-flex align-items-start">
<div class="flex-shrink-0 me-4">
<img src="assets/images/icon-lamassu-is-effective.png" class="d-block mx-lg-auto img-fluid" alt="Lamassu is effective" loading="lazy" width="100">
</div>
<div>
<p>IoT deployments involve a volume and velocity far beyond traditional PKI deployments. To achieve these high volume scenarios, the PKI services are exposed via effective APIs for automation. These APIs allow for certificate issuance and revocation, certificate look-up, and certificate revocation status acquisition. Usage of widely adopted standards facilitates integration and interoperability with other enterprise IT systems.</p>
</div>
</div>
</div>
</div>
<div class="col-lg-6">
<h2 class="lh-1 mb-4">Lamassu is secure</h2>
<div class="row row-cols-1">
<div class="col d-flex align-items-start">
<div class="flex-shrink-0 me-4">
<img src="assets/images/icon-lamassu-is-secure.png" class="d-block mx-lg-auto img-fluid" alt="Lamassu is secure" loading="lazy" width="100">
</div>
<div>
<p>Certificates status information is maintained in an scalable, low-latency and fault-tolerant keystore. Private keys are securely stored in a FIPS 140-2 compliant cryptography module. Extension points allow for using third-party modules such as propietary software, smartcard devices or hardware cryptographic accelerators.</p>
</div>
</div>
</div>
</div>
</div>
<div class="row g-3 py-3">
<div class="col-10 col-sm-8 col-lg-6">
<h2 class="lh-1 mb-4">Lamassu is IoT</h2>
<div class="row row-cols-1">
<div class="col d-flex align-items-start">
<div class="flex-shrink-0 me-4">
<img src="assets/images/icon-lamassu-is-iot.png" class="d-block mx-lg-auto img-fluid" alt="Lamassu is IoT" loading="lazy" width="100">
</div>
<div>
<p>Lamassu IoT deals with the heterogeneity and scale of IoT. Differs from standard PKIs by allowing for longer certificate validity periods, stronger crypto algorithms and key sizes, higher performing algorithms like ECC, shorter root hierarchies, and so on.</p>
</div>
</div>
</div>
</div>
<div class="col-lg-6">
<h2 class="lh-1 mb-4">Lamassu is fast</h2>
<div class="row row-cols-1">
<div class="col d-flex align-items-start">
<div class="flex-shrink-0 me-4">
<img src="assets/images/icon-lamassu-is-fast.png" class="d-block mx-lg-auto img-fluid" alt="Lamassu is fast" loading="lazy" width="100">
</div>
<div>
<p>HTTP servers, MQTT brokers, or in-house developed IoT gateways need to access to certificates to implement security services. Often these gateways are required to process requests in real time or near real time, for example, to predict that a financial transaction is experiencing fraud. Sin the data itself establishes its integrity, certificate data access is designed to minimize query response time.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section-content section-blue px-4 py-5">
<div class="container">
<div class="row">
<div class="col-12">
<h2 class="display-5 fw-bold lh-1 mb-3">What Lamassu can do</h2>
</div>
</div>
<div class="row g-4 py-5 row-cols-1 row-cols-lg-4">
<div class="feature col">
<a href="inhousepki.html" class="card-link">
<div class="feature-icon">
<img src="assets/images/icon-inhousepki.png" class="d-block mx-lg-auto img-fluid" alt="Bootstrap Themes" loading="lazy">
</div>
<h3>In House PKI</h3>
<p>Flexible In-house PKI for configuring, expanding and managing certificates.</p>
</a>
</div>
<div class="feature col">
<a href="opensource.html" class="card-link">
<div class="feature-icon">
<img src="assets/images/icon-opensource.png" class="d-block mx-lg-auto img-fluid" alt="Open Source" loading="lazy">
</div>
<h3>Open Source</h3>
<p>Being an Open Source software, Lamassu IoT allows organizations to freely evolve it to cope with their specific needs.</p>
</a>
</div>
<div class="feature col">
<a href="api.html" class="card-link">
<div class="feature-icon">
<img src="assets/images/icon-api.png" class="d-block mx-lg-auto img-fluid" alt="API" loading="lazy">
</div>
<h3>API</h3>
<p>PKI services are exposed via effective APIs for automation.</p>
</a>
</div>
<div class="feature col">
<a href="iot.html" class="card-link">
<div class="feature-icon">
<img src="assets/images/icon-iot.png" class="d-block mx-lg-auto img-fluid" alt="IoT" loading="lazy">
</div>
<h3>IoT</h3>
<p>Lamassu IoT deals with the heterogeneity and scale of IoT deployments.</p>
</a>
</div>
<div class="feature col">
<a href="cloud.html" class="card-link">
<div class="feature-icon">
<img src="assets/images/icon-cloud.png" class="d-block mx-lg-auto img-fluid" alt="Cloud" loading="lazy">
</div>
<h3>Cloud</h3>
<p>Lamassu IoT is designed to run on both commodity hardware and cloud infrastructure.</p>
</a>
</div>
<div class="feature col">
<a href="scalability.html" class="card-link">
<div class="feature-icon">
<img src="assets/images/icon-scalability.png" class="d-block mx-lg-auto img-fluid" alt="Scalability" loading="lazy">
</div>
<h3>Scalability</h3>
<p>Lamassu IoT can be easily scaled by adding more nodes.</p>
</a>
</div>
<div class="feature col">
<a href="faulttolerance.html" class="card-link">
<div class="feature-icon">
<img src="assets/images/icon-faulttolerance.png" class="d-block mx-lg-auto img-fluid" alt="Fault Tolerance" loading="lazy">
</div>
<h3>Fault tolerance</h3>
<p>Hardware failure is the norm rather than the exception. Lamassu IoT offers detection of faults and quick and automatic recovery.</p>
</a>
</div>
</div>
</div>
</section>
</main>
<section id="contact-and-info" class="px-4 py-10">
<div class="container">
<div class="row">
<div class="col-7">
<h3 class="black mb-4">Contact information:</h3>
<div class="row row-contact row-cols-1 row-cols-lg-3">
<div class="col d-flex align-items-start">
<div class="icon-circle bg-light text-dark flex-shrink-0 me-3">
<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="currentColor" class="bi bi-github" viewBox="0 0 16 16">
<path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8z"/>
</svg>
</div>
<div>
<h4 class="fw-bold black mb-0">Github</h4>
<a href="https://github.com/lamassuiot" class="link-no-decoration txt600" target="_blank">lamassuiot</a>
</div>
</div>
<div class="col d-flex align-items-start">
<div class="icon-circle bg-light text-dark flex-shrink-0 me-3">
<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="currentColor" class="bi bi-twitter" viewBox="0 0 16 16">
<path d="M5.026 15c6.038 0 9.341-5.003 9.341-9.334 0-.14 0-.282-.006-.422A6.685 6.685 0 0 0 16 3.542a6.658 6.658 0 0 1-1.889.518 3.301 3.301 0 0 0 1.447-1.817 6.533 6.533 0 0 1-2.087.793A3.286 3.286 0 0 0 7.875 6.03a9.325 9.325 0 0 1-6.767-3.429 3.289 3.289 0 0 0 1.018 4.382A3.323 3.323 0 0 1 .64 6.575v.045a3.288 3.288 0 0 0 2.632 3.218 3.203 3.203 0 0 1-.865.115 3.23 3.23 0 0 1-.614-.057 3.283 3.283 0 0 0 3.067 2.277A6.588 6.588 0 0 1 .78 13.58a6.32 6.32 0 0 1-.78-.045A9.344 9.344 0 0 0 5.026 15z"/>
</svg>
</div>
<div>
<h4 class="fw-bold black mb-0">Twitter</h4>
<a href="https://twitter.com/lamassuiot" class="link-no-decoration txt600" target="_blank">@lamassuiot</a>
</div>
</div>
<div class="col d-flex align-items-start">
<div class="icon-circle bg-light text-dark flex-shrink-0 me-3">
<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="currentColor" class="bi bi-send-fill" viewBox="0 0 16 16">
<path d="M15.964.686a.5.5 0 0 0-.65-.65L.767 5.855H.766l-.452.18a.5.5 0 0 0-.082.887l.41.26.001.002 4.995 3.178 3.178 4.995.002.002.26.41a.5.5 0 0 0 .886-.083l6-15Zm-1.833 1.89L6.637 10.07l-.215-.338a.5.5 0 0 0-.154-.154l-.338-.215 7.494-7.494 1.178-.471-.47 1.178Z"/>
</svg>
</div>
<div>
<h4 class="fw-bold black mb-0">Email</h4>
<a href="mailto:[email protected]" class="link-no-decoration txt600">[email protected]</a>
</div>
</div>
</div>
</div>
<div class="col-4 offset-1">
<h3 class="black mb-4">Sponsored by:</h3>
<div class="logos">
<div class="item-logo logo-lks"><a href="https://www.lksnext.com/" target="_blank" title="Web LKS Next"><img src="assets/images/lksNext-logo.png" alt="LKS Next"/></a></div>
<div class="item-logo logo-spri"><a href="https://www.spri.eus/" target="_blank" title="Grupo Spri"><img src="assets/images/spri-logo.png" alt="Grupo SPRI Taldea" /></a></div>
</div>
</div>
</div>
</div>
</section>
<footer id="footer">
<div class="container">
<div class="d-flex justify-content-center">
<p> Copyright © 2024 Lamassu.</p>
</div>
</div>
</footer>
<script src="assets/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>