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

- Move content of swtpm-localca(8) manual page to swtpm_localca(8) and make swtpm-localca(8) an alias for swtpm_localca(8), mirroring the fact that /usr/bin/swtpm_localca is the actual program and /usr/share/swtpm/swtpm-localca a wrapper for it. - Change references to `swtpm-localca` in manual pages' content to `swtpm_localca`, reflecting the actual name of the program they are meant to document. Signed-off-by: Nick Chevsky <nchevsky@users.noreply.github.com>
31 lines
756 B
Plaintext
31 lines
756 B
Plaintext
=head1 NAME
|
|
|
|
swtpm-localca.options - Options file for swtpm_localca
|
|
|
|
=head1 DESCRIPTION
|
|
|
|
The file I</etc/swtpm-localca.options> contains command line options
|
|
to pass to the I<swtpm_cert> program and should hold options
|
|
that apply to the creation of all TPM Endorsement Key (EK) and platform
|
|
certificates.
|
|
|
|
Users may write their own options into
|
|
I<${XDG_CONFIG_HOME}/swtpm-localca.options> or if XDG_CONFIG_HOME
|
|
is not set it may be in I<${HOME}/.config/swtpm-localca.options>.
|
|
|
|
=head1 EXAMPLE
|
|
|
|
An example I<swtpm-localca.options> file may look as follows:
|
|
|
|
--platform-manufacturer Fedora
|
|
--platform-version 2.1
|
|
--platform-model QEMU
|
|
|
|
=head1 SEE ALSO
|
|
|
|
B<swtpm_localca>
|
|
|
|
=head1 REPORTING BUGS
|
|
|
|
Report bugs to Stefan Berger <stefanb@linux.vnet.ibm.com>
|