37 lines
1.2 KiB
Diff
37 lines
1.2 KiB
Diff
|
From 6c53a22a2cacf7807df11e51492d1a2c42aeeda1 Mon Sep 17 00:00:00 2001
|
||
|
From: Rob Crittenden <rcritten@redhat.com>
|
||
|
Date: Tue, 18 Jun 2024 11:16:07 -0400
|
||
|
Subject: [PATCH] Include token password options in ipa-kra-install man page
|
||
|
|
||
|
Related: https://pagure.io/freeipa/issue/9603
|
||
|
|
||
|
Signed-off-by: Rob Crittenden <rcritten@redhat.com>
|
||
|
Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com>
|
||
|
---
|
||
|
install/tools/man/ipa-kra-install.1 | 9 +++++++++
|
||
|
1 file changed, 9 insertions(+)
|
||
|
|
||
|
diff --git a/install/tools/man/ipa-kra-install.1 b/install/tools/man/ipa-kra-install.1
|
||
|
index 5476a4e717584cd7c6f823e3c3cb4e4948f14875..955085bf7162863a0567356417a0886e733c0b42 100644
|
||
|
--- a/install/tools/man/ipa-kra-install.1
|
||
|
+++ b/install/tools/man/ipa-kra-install.1
|
||
|
@@ -54,6 +54,15 @@ Log to the given file
|
||
|
.TP
|
||
|
\fB\-\-pki\-config\-override\fR=\fIFILE\fR
|
||
|
File containing overrides for KRA installation.
|
||
|
+.SS "HSM OPTIONS"
|
||
|
+The token name and library path are retrieved from the existing
|
||
|
+installation.
|
||
|
+.TP
|
||
|
+\fB\-\-token\-password\fR=\fITOKEN_PASSWORD\fR
|
||
|
+The PKCS#11 token password for the HSM.
|
||
|
+.TP
|
||
|
+\fB\-\-token\-password\-file\fR=\fITOKEN_PASSWORD_FILE\fR
|
||
|
+The full path to a file containing the PKCS#11 token password.
|
||
|
.SH "EXIT STATUS"
|
||
|
0 if the command was successful
|
||
|
|
||
|
--
|
||
|
2.45.2
|
||
|
|