mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Man pages: fix syntax issues
Fix the syntax in ipa-cacert-manage.1 and default.conf.5 Fixes: https://pagure.io/freeipa/issue/8273 Reviewed-By: Christian Heimes <cheimes@redhat.com>
This commit is contained in:
parent
3e8c51922b
commit
7ac60a87bc
@ -47,14 +47,14 @@ Valid lines consist of an option name, an equals sign and a value. Spaces surrou
|
|||||||
|
|
||||||
Values should not be quoted, the quotes will not be stripped.
|
Values should not be quoted, the quotes will not be stripped.
|
||||||
|
|
||||||
.DS L
|
.RS L
|
||||||
# Wrong \- don't include quotes
|
# Wrong \- don't include quotes
|
||||||
verbose = "True"
|
verbose = "True"
|
||||||
|
|
||||||
# Right \- Properly formatted options
|
# Right \- Properly formatted options
|
||||||
verbose = True
|
verbose = True
|
||||||
verbose=True
|
verbose=True
|
||||||
.DE
|
.RE
|
||||||
|
|
||||||
Options must appear in the section named [global]. There are no other sections defined or used currently.
|
Options must appear in the section named [global]. There are no other sections defined or used currently.
|
||||||
|
|
||||||
|
@ -91,7 +91,6 @@ Output only errors.
|
|||||||
.TP
|
.TP
|
||||||
\fB\-\-log\-file\fR=\fIFILE\fR
|
\fB\-\-log\-file\fR=\fIFILE\fR
|
||||||
Log to the given file.
|
Log to the given file.
|
||||||
.RE
|
|
||||||
.SH "RENEW OPTIONS"
|
.SH "RENEW OPTIONS"
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-self\-signed\fR
|
\fB\-\-self\-signed\fR
|
||||||
@ -124,7 +123,6 @@ If no template is specified, the template name "SubCA" is used.
|
|||||||
.TP
|
.TP
|
||||||
\fB\-\-external\-cert\-file\fR=\fIFILE\fR
|
\fB\-\-external\-cert\-file\fR=\fIFILE\fR
|
||||||
File containing the IPA CA certificate and the external CA certificate chain. The file is accepted in PEM and DER certificate and PKCS#7 certificate chain formats. This option may be used multiple times.
|
File containing the IPA CA certificate and the external CA certificate chain. The file is accepted in PEM and DER certificate and PKCS#7 certificate chain formats. This option may be used multiple times.
|
||||||
.RE
|
|
||||||
.SH "INSTALL OPTIONS"
|
.SH "INSTALL OPTIONS"
|
||||||
.TP
|
.TP
|
||||||
\fB\-n\fR \fINICKNAME\fR, \fB\-\-nickname\fR=\fINICKNAME\fR
|
\fB\-n\fR \fINICKNAME\fR, \fB\-\-nickname\fR=\fINICKNAME\fR
|
||||||
@ -146,7 +144,6 @@ p \- not trusted
|
|||||||
.TP
|
.TP
|
||||||
\fB\-f\fR, \fB\-\-force\fR
|
\fB\-f\fR, \fB\-\-force\fR
|
||||||
Force a CA certificate to be removed even if chain validation fails.
|
Force a CA certificate to be removed even if chain validation fails.
|
||||||
.RE
|
|
||||||
.SH "EXIT STATUS"
|
.SH "EXIT STATUS"
|
||||||
0 if the command was successful
|
0 if the command was successful
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user