mirror of
https://github.com/stefanberger/swtpm.git
synced 2026-08-12 20:24:44 +00:00
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>
9 lines
370 B
Plaintext
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"}
|