swtpm/samples/swtpm_setup.conf.in
Stefan Berger 25eb5f75ea swtpm_setup: Read default profile from swtpm_setup.conf
If the user did not provide the profile on the command line read the
default profile from the swtpm_setup.conf configuration file.

Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
2024-07-22 09:46:58 -04:00

9 lines
370 B
Plaintext

# Program invoked for creating certificates
create_certs_tool= @BINDIR@/swtpm_localca
create_certs_tool_config = @SYSCONFDIR@/swtpm-localca.conf
create_certs_tool_options = @SYSCONFDIR@/swtpm-localca.options
# Comma-separated list (no spaces) of PCR banks to activate by default
active_pcr_banks = @DEFAULT_PCR_BANKS@
rsa_keysize = 2048
profile = {"Name": "default-v1"}