6.7. Variables for the keylime_server RHEL system role
When setting up a Keylime server by using the keylime_server RHEL system role, you can customize the following variables for registrar and verifier.
List of keylime_server RHEL system role variables for configuring the Keylime verifier:
keylime_server_verifier_ip- Defines the IP address of the verifier.
keylime_server_verifier_tls_dir-
Specifies the directory where the keys and certificates are stored. If set to default, the verifier uses the
/var/lib/keylime/cv_cadirectory. keylime_server_verifier_server_key_passphrase- Specifies a passphrase to decrypt the server private key. If the value is empty, the private key is not encrypted.
keylime_server_verifier_server_cert: Specifies the Keylime verifier server certificate file.
keylime_server_verifier_trusted_client_ca-
Defines the list of trusted client CA certificates. You must store the files in the directory set in the
keylime_server_verifier_tls_diroption. keylime_server_verifier_client_key- Defines the file containing the Keylime verifier private client key.
keylime_server_verifier_client_key_passphrase- Defines the passphrase to decrypt the client private key file. If the value is empty, the private key is not encrypted.
keylime_server_verifier_client_cert- Defines the Keylime verifier client certificate file.
keylime_server_verifier_trusted_server_ca-
Defines the list of trusted server CA certificates. You must store the files in the directory set in the
keylime_server_verifier_tls_diroption.
List of registrar variables for setting up keylime_server RHEL system role:
keylime_server_registrar_ip- Defines the IP address of the registrar.
keylime_server_registrar_tls_dir-
Specifies the directory where you store the keys and certificates for the registrar. If you set it to default, the registrar uses the
/var/lib/keylime/reg_cadirectory. keylime_server_registrar_server_key- Defines the Keylime registrar private server key file.
keylime_server_registrar_server_key_passphrase- Specifies the passphrase to decrypt the server private key of the registrar. If the value is empty, the private key is not encrypted.
keylime_server_registrar_server_cert- Specifies the Keylime registrar server certificate file.
keylime_server_registrar_trusted_client_ca-
Defines the list of trusted client CA certificates. You must store the files in the directory set in the
keylime_server_registrar_tls_diroption.