]> git.proxmox.com Git - mirror_ovs.git/blobdiff - utilities/ovs-pki.8.in
checkpatch: Fix regexp for if, while, etc inside macros.
[mirror_ovs.git] / utilities / ovs-pki.8.in
index 9c3019ba82480f5b88b2298c3d66e59b7f7cfd61..f8f5f063a1028b042da2a54baaf2a9a246f2524a 100644 (file)
@@ -1,8 +1,4 @@
-.de IQ
-.  br
-.  ns
-.  IP "\\$1"
-..
+.so lib/ovs.tmac
 .TH ovs\-pki 8 "@VERSION@" "Open vSwitch" "Open vSwitch Manual"
 
 .SH NAME
@@ -48,6 +44,8 @@ The available options are:
 .br
 [\fB\-l\fR \fIfile\fR | \fB\-\^\-log=\fIfile\fR]
 .br
+[\fB\-u\fR | \fB\-\^\-unique\fR]
+.br
 [\fB\-h\fR | \fB\-\^\-help\fR]
 .sp
 Some options do not apply to every command.
@@ -233,6 +231,13 @@ directories.  This option overrides this behavior.
 Sets the log file to \fIfile\fR.  Default:
 \fB@LOGDIR@/ovs\-pki.log\fR.
 
+.IP "\fB\-u\fR"
+.IQ "\fB\-\^\-unique\fR"
+Changes the format of the certificate's Common Name (CN) field; by
+default, this field has the format "<name> id:<uuid-or-date>", this
+option causes the provided name to be treated as unique and changes
+the format of the CN field to be simply "<name>".
+
 .IP "\fB\-h\fR"
 .IQ "\fB\-\^\-help\fR"
 Prints a help usage message and exits.