X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=utilities%2Fovs-pki.8.in;h=ecc8c96aee0f249da3d32697f37d786930694893;hb=870b54e7c7ce23660e6db4999e58d9e6ac2ea618;hp=c5b1e8047083fca3766ba301eb8558b149db15a9;hpb=8b8308289cddef01fa381f6ea6b74d1d44f47815;p=sliver-openvswitch.git diff --git a/utilities/ovs-pki.8.in b/utilities/ovs-pki.8.in index c5b1e8047..ecc8c96ae 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 \fBself-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,9 +182,9 @@ 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 +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. @@ -318,6 +325,5 @@ 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\-pki\-cgi (8)