X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=utilities%2Fovs-pki.8.in;h=27dfccfcf76f4e2b8464fe742b7a89e08e6164cb;hb=bc17490dfccee9734a7a8f7b61bafec3a7664b8a;hp=35bf0ea4114c89fd7ff33979e33864f25c55af38;hpb=064af42167bf4fc9aaea2702d80ce08074b889c0;p=sliver-openvswitch.git diff --git a/utilities/ovs-pki.8.in b/utilities/ovs-pki.8.in index 35bf0ea41..27dfccfcf 100644 --- a/utilities/ovs-pki.8.in +++ b/utilities/ovs-pki.8.in @@ -20,7 +20,7 @@ Stand\-alone commands with their arguments: .br \fBovs\-pki\fR \fBfingerprint\fR \fIFILE\fR .br -\fBovs\-pki\fR \self-sign\fR \fINAME\fR +\fBovs\-pki\fR \fBself-sign\fR \fINAME\fR .sp The following additional commands manage an online PKI: .br @@ -42,14 +42,21 @@ Each \fITYPE\fR above is a certificate type, either \fBswitch\fR The available options are: .br [\fB\-k\fR \fItype\fR | \fB\-\^\-key=\fItype\fR] +.br [\fB\-B\fR \fInbits\fR | \fB\-\^\-bits=\fInbits\fR] +.br [\fB\-D\fR \fIfile\fR | \fB\-\^\-dsaparam=\fIfile\fR] +.br [\fB\-b\fR | \fB\-\^\-batch\fR] +.br [\fB\-f\fR | \fB\-\^\-force\fR] +.br [\fB\-d\fR \fIdir\fR | \fB\-\^\-dir=\fR\fIdir\fR] +.br [\fB\-l\fR \fIfile\fR | \fB\-\^\-log=\fIfile\fR] -[\fB\-h\fR | \fB\-\^\-help\fR] .br +[\fB\-h\fR | \fB\-\^\-help\fR] +.sp Some options do not apply to every command. .SH DESCRIPTION @@ -178,7 +185,7 @@ file. \fBself-sign\fR \fINAME\fR Signs the certificate request named \fINAME\fB\-req.pem\fR using the private key \fINAME\fB-privkey.pem\fR, producing a self-signed -certificate named \fINAMEfB\-cert.pem\fR. The input files should have +certificate named \fINAME\fB\-cert.pem\fR. The input files should have been produced with \fBovs\-pki req\fR. Some controllers accept such self-signed certificates.