5959 < style type ="text/css "> code {white-space : pre;}</ style >
6060 < style type ="text/css ">
6161pre > code .sourceCode { white-space : pre; position : relative; }
62- pre > code .sourceCode > span { display : inline-block; line-height : 1.25 ; }
62+ pre > code .sourceCode > span { line-height : 1.25 ; }
6363pre > code .sourceCode > span : empty { height : 1.2em ; }
6464.sourceCode { overflow : visible; }
6565code .sourceCode > span { color : inherit; text-decoration : inherit; }
7070}
7171@media print {
7272pre > code .sourceCode { white-space : pre-wrap; }
73- pre > code .sourceCode > span { text-indent : -5em ; padding-left : 5em ; }
73+ pre > code .sourceCode > span { display : inline-block; text-indent : -5em ; padding-left : 5em ; }
7474}
7575pre .numberSource code
7676 { counter-reset : source-line 0 ; }
@@ -172,24 +172,24 @@ <h1 id="role-variables">Role Variables</h1>
172172secrets.</ p >
173173< table >
174174< thead >
175- < tr class =" header " >
175+ < tr >
176176< th > < strong > Variable</ strong > </ th >
177177< th > < strong > Default/Choices</ strong > </ th >
178178< th > < strong > Description</ strong > </ th >
179179</ tr >
180180</ thead >
181181< tbody >
182- < tr class =" odd " >
182+ < tr >
183183< td > < code > keylime_server_verifier_ip</ code > </ td >
184184< td > 127.0.0.1</ td >
185185< td > The IP address of the < code > verifier</ code > </ td >
186186</ tr >
187- < tr class =" even " >
187+ < tr >
188188< td > < code > keylime_server_verifier_port</ code > </ td >
189189< td > 8881</ td >
190190< td > The port of the < code > verifier</ code > </ td >
191191</ tr >
192- < tr class =" odd " >
192+ < tr >
193193< td > < code > keylime_server_verifier_database_url</ code > </ td >
194194< td > sqlite / empty string (legacy Keylime)</ td >
195195< td > The URL connection for the verifier database. If set to
@@ -201,7 +201,7 @@ <h1 id="role-variables">Role Variables</h1>
201201this should be set to an empty string, if one wants to use default
202202sqlite configuration</ td >
203203</ tr >
204- < tr class =" even " >
204+ < tr >
205205< td > < code > keylime_server_verifier_tls_dir</ code > </ td >
206206< td > generate</ td >
207207< td > This option defines the directory where the keys and certificates
@@ -219,7 +219,7 @@ <h1 id="role-variables">Role Variables</h1>
219219< code > keylime_server_verifier_trusted_server_ca</ code > options
220220< code > keylime_server_verifier_server_key</ code > </ td >
221221</ tr >
222- < tr class =" odd " >
222+ < tr >
223223< td > < code > keylime_server_verifier_server_key_passphrase</ code > </ td >
224224< td > default</ td >
225225< td > Set the password used to decrypt the server private key file. If
@@ -228,7 +228,7 @@ <h1 id="role-variables">Role Variables</h1>
228228generated server private key. If left empty, the private key will not be
229229encrypted</ td >
230230</ tr >
231- < tr class =" even " >
231+ < tr >
232232< td > < code > keylime_server_verifier_server_cert</ code > </ td >
233233< td > default</ td >
234234< td > The name of the file containing the Keylime verifier server
@@ -237,15 +237,15 @@ <h1 id="role-variables">Role Variables</h1>
237237< code > default</ code > , the value < code > server-cert.crt</ code > is
238238used</ td >
239239</ tr >
240- < tr class =" odd " >
240+ < tr >
241241< td > < code > keylime_server_verifier_trusted_client_ca</ code > </ td >
242242< td > default</ td >
243243< td > The list of trusted client CA certificates. The files in the list
244244should be stored in the directory set in the
245245< code > keylime_server_verifier_tls_dir</ code > option. If set as
246246< code > default</ code > , the value is set as < code > [cacert.crt]</ code > </ td >
247247</ tr >
248- < tr class =" even " >
248+ < tr >
249249< td > < code > keylime_server_verifier_client_key</ code > </ td >
250250< td > default</ td >
251251< td > The name of the file containing the Keylime verifier client private
@@ -255,7 +255,7 @@ <h1 id="role-variables">Role Variables</h1>
255255If set as < code > default</ code > , the < code > client-private.pem</ code >
256256value is used</ td >
257257</ tr >
258- < tr class =" odd " >
258+ < tr >
259259< td > < code > keylime_server_verifier_client_key_passphrase</ code > </ td >
260260< td > default</ td >
261261< td > Set the password used to decrypt the client private key file. If
@@ -264,7 +264,7 @@ <h1 id="role-variables">Role Variables</h1>
264264generated client private key. If left empty, the private key will not be
265265encrypted</ td >
266266</ tr >
267- < tr class =" even " >
267+ < tr >
268268< td > < code > keylime_server_verifier_client_cert</ code > </ td >
269269< td > default</ td >
270270< td > The name of the file containing the Keylime verifier client
@@ -274,25 +274,25 @@ <h1 id="role-variables">Role Variables</h1>
274274If set as < code > default</ code > , the value < code > client-cert.crt</ code >
275275value is used</ td >
276276</ tr >
277- < tr class =" odd " >
277+ < tr >
278278< td > < code > keylime_server_verifier_trusted_server_ca</ code > </ td >
279279< td > default</ td >
280280< td > The list of trusted server CA certificates. The files in the list
281281should be stored in the directory set in the
282282< code > keylime_server_verifier_tls_dir</ code > option. If set as
283283< code > default</ code > , the value is set as < code > [cacert.crt]</ code > </ td >
284284</ tr >
285- < tr class =" even " >
285+ < tr >
286286< td > < code > keylime_server_registrar_ip</ code > </ td >
287287< td > 127.0.0.1</ td >
288288< td > The IP address of the < code > registrar</ code > </ td >
289289</ tr >
290- < tr class =" odd " >
290+ < tr >
291291< td > < code > keylime_server_registrar_port</ code > </ td >
292292< td > 8891</ td >
293293< td > The port of the < code > registrar</ code > </ td >
294294</ tr >
295- < tr class =" even " >
295+ < tr >
296296< td > < code > keylime_server_registrar_database_url</ code > </ td >
297297< td > sqlite / empty string (legacy Keylime)</ td >
298298< td > The URL connection for the registrar database. If set to
@@ -304,7 +304,7 @@ <h1 id="role-variables">Role Variables</h1>
304304this should be set to an empty string, if one wants to use default
305305sqlite configuration</ td >
306306</ tr >
307- < tr class =" odd " >
307+ < tr >
308308< td > < code > keylime_server_registrar_tls_dir</ code > </ td >
309309< td > default</ td >
310310< td > Similarly to < code > keylime_server_verifier_tls_dir</ code > , the
@@ -324,7 +324,7 @@ <h1 id="role-variables">Role Variables</h1>
324324< code > keylime_server_registrar_server_cert</ code > and
325325< code > keylime_server_registrar_trusted_client_ca</ code > options</ td >
326326</ tr >
327- < tr class =" even " >
327+ < tr >
328328< td > < code > keylime_server_registrar_server_key</ code > </ td >
329329< td > default</ td >
330330< td > The name of the file containing the Keylime registrar server private
@@ -333,7 +333,7 @@ <h1 id="role-variables">Role Variables</h1>
333333< code > default</ code > , the value < code > server-private.pem</ code > is
334334used</ td >
335335</ tr >
336- < tr class =" odd " >
336+ < tr >
337337< td > < code > keylime_server_registrar_server_key_passphrase</ code > </ td >
338338< td > default</ td >
339339< td > This option sets the password used to decrypt the private key file.
@@ -342,7 +342,7 @@ <h1 id="role-variables">Role Variables</h1>
342342generated server private key. If left empty, the private key will not be
343343encrypted</ td >
344344</ tr >
345- < tr class =" even " >
345+ < tr >
346346< td > < code > keylime_server_registrar_server_cert</ code > </ td >
347347< td > default</ td >
348348< td > The name of the file containing the Keylime registrar server
@@ -351,7 +351,7 @@ <h1 id="role-variables">Role Variables</h1>
351351< code > default</ code > , the value < code > server-cert.crt</ code > is
352352used</ td >
353353</ tr >
354- < tr class =" odd " >
354+ < tr >
355355< td > < code > keylime_server_registrar_trusted_client_ca</ code > </ td >
356356< td > default</ td >
357357< td > The list of trusted client CA certificates. The files in the list
0 commit comments