11 lines
465 B
XML
11 lines
465 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<service>
|
||
|
<short>Keylime</short>
|
||
|
<description>Keylime is a remote attestation tool that requires access to several ports.</description>
|
||
|
<port protocol="tcp" port="8881"/><!-- Verifier -->
|
||
|
<port protocol="tcp" port="8890"/><!-- Registrar -->
|
||
|
<port protocol="tcp" port="8891"/><!-- Registrar TLS -->
|
||
|
<port protocol="tcp" port="8992"/><!-- Revocation -->
|
||
|
<port protocol="tcp" port="9002"/><!-- Agent -->
|
||
|
</service>
|