-
Notifications
You must be signed in to change notification settings - Fork 0
/
inhousepki.html
257 lines (239 loc) · 13.5 KB
/
inhousepki.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
<!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>In House PKI. 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" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link active" 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-inhousepki.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">In House PKI</h1>
<p class="lead">Public Key Infrastructure is a powerful protection tool that has been protecting systems and services on the internet for 20 years. So it seems like a natural fit for securing our IoT deployments.</p>
</div>
</div>
</div>
</section>
<section class="px-4 py-3">
<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-3 fw-bold">What is a PKI?</h2>
<p class="lead">A public key infrastructure (PKI) is a system for creation, storage and distribution of digital certificates which are used to verify that a particular public key belongs to a certain entity. The PKI creates digital certificates which map to public keys to entities, securely stores these certificates in a central repository and revokes them if needed.</p>
</div>
<div class="col-lg-6">
<h2 class="lh-1 mb-3 fw-bold">Why In House PKI?</h2>
<p class="lead">By using a managed PKI, organizations need to pay per certificate. Thus, for those IoT deployments requiring large number of certificates, using a managed PKI is less cost-effective than establishing and managing an in-house PKI. Furthermore, managed PKIs are less flexible when configuring, expanding and managing certificates. Lamassu IoT is aimed at those IoT deployments where an in-house PKI is the best fit.</p>
</div>
</div>
</div>
</section>
<section class="section-blue px-4 py-5">
<div class="container">
<div class="row g-3 py-5">
<div class="col-10 col-sm-8 col-lg-4">
<h2 class="txt300">A PKI consists of</h2>
</div>
<div class="col-lg-8">
<ul class="list-feature">
<li>A certificate authority (CA) that stores, issues and signs digital certificates.</li>
<li>A registration authority which verifies the identity of entities requesting their digital certificates to be stored at the CA.</li>
<li>A secure central directory in which to store and index keys.</li>
<li>A certificate management system managing things like the access to stored certificates or the delivery of the certificates to be issued.</li>
<li>A certificate policy.</li>
</ul>
</div>
</div>
</div>
</section>
<section class="px-4 py-5">
<div class="container">
<div class="row g-3 py-5">
<div class="col-10 col-sm-8 col-lg-4">
<h2 class="txt300">Lamassu IoT PKI<br/> functions</h2>
</div>
<div class="col-lg-8">
<p>The PKI functions provided by Lamassu IoT includes certificate issuance and revocation, certificates status information maintenance, and publication of certificates and their revocation status.</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-4">
<h2 class="txt300">Security model<br/> compliance</h2>
</div>
<div class="col-lg-3">
<p>Lamassu IoT provides the core mechanisms for implementing authentication, authorization, confidentiality, and data integrity in our IoT deployments.</p>
</div>
<div class="col-lg-4 offset-1">
<img src="assets/images/security_compliance.28edbee7.png" width="400" />
</div>
</div>
</div>
</section>
</main>
<!-- INFO CONTACT -->
<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>
<!-- END INFO CONTACT -->
<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>