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

- Makes swtpm_setup.conf.in consistent with the rest of the sample configuration files in swtpm, whose templates ship in samples/ and install the generated files to /etc. - Works around dh_missing(1) erroneously reporting swtpm_setup.conf as non-installed due to its having two copies in the build tree (one in etc/ and another in debian/tmp/etc/). Signed-off-by: Nick Chevsky <nchevsky@users.noreply.github.com>
5 lines
219 B
Plaintext
5 lines
219 B
Plaintext
# Program invoked for creating certificates
|
|
create_certs_tool= @DATAROOTDIR@/swtpm/swtpm-localca
|
|
create_certs_tool_config = @SYSCONFDIR@/swtpm-localca.conf
|
|
create_certs_tool_options = @SYSCONFDIR@/swtpm-localca.options
|