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

Add support for --profile-name option that searches for a profile in a configurable local directory or a distro directory (typically /usr/share/swtpm/profiles). Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
11 lines
429 B
Plaintext
11 lines
429 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"}
|
|
# profile_file =
|
|
local_profiles_dir = /etc/swtpm/profiles/
|