[ovs-dev] [PATCH 2/3] ovn-architecture: Use the default key length in examples

Timothy Redaelli tredaelli at redhat.com
Thu Aug 9 18:02:01 UTC 2018


This commit removes the explicit set of 1024-bit RSA keys on
ovn-architecture examples and so the default (2048-bit) is used.

Signed-off-by: Timothy Redaelli <tredaelli at redhat.com>
---
 ovn/ovn-architecture.7.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ovn/ovn-architecture.7.xml b/ovn/ovn-architecture.7.xml
index ae5ca8e4a..6ed2cf132 100644
--- a/ovn/ovn-architecture.7.xml
+++ b/ovn/ovn-architecture.7.xml
@@ -1607,7 +1607,7 @@
       Creating SSL certificates for each chassis with the certificate CN field
       set to the chassis name (e.g. for a chassis with
       <code>external-ids:system-id=chassis-1</code>, via the command
-      "<code>ovs-pki -B 1024 -u req+sign chassis-1 switch</code>").
+      "<code>ovs-pki -u req+sign chassis-1 switch</code>").
     </li>
     <li>
       Configuring each ovn-controller to use SSL when connecting to the
-- 
2.17.1



More information about the dev mailing list