mirror of
https://github.com/stefanberger/swtpm.git
synced 2025-08-22 19:04:35 +00:00

Write the active_pcr_banks into swtpm_setup.conf with the default PCR banks from the configure script. Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
7 lines
318 B
Plaintext
7 lines
318 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@
|