X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=utilities%2Fovs-pki.8.in;h=599bb08ee9e124e6ce7f333062a93ff17b4081c2;hb=8e236e71f2e52ee47b2787fa722f2dfb36c2c284;hp=35bf0ea4114c89fd7ff33979e33864f25c55af38;hpb=064af42167bf4fc9aaea2702d80ce08074b889c0;p=sliver-openvswitch.git diff --git a/utilities/ovs-pki.8.in b/utilities/ovs-pki.8.in index 35bf0ea41..599bb08ee 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 @@ -175,10 +182,10 @@ of the certificate; otherwise, it is the SHA\-1 digest of the entire file. .TP -\fBself-sign\fR \fINAME\fR +\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 +private key \fINAME\fB\-privkey.pem\fR, producing a self-signed +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. @@ -318,6 +325,6 @@ Prints a help usage message and exits. .SH "SEE ALSO" -.BR controller (8), -.BR ovs\-pki\-cgi (8), -.BR secchan (8) +.BR ovs\-controller (8), +.BR ovs\-openflowd (8), +.BR ovs\-pki\-cgi (8)