Skip to content

Commit

Permalink
ovn-architecture: Use the default key length in examples
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
Tested-by: Maxime Coquelin <[email protected]>
  • Loading branch information
drizzt authored and blp committed Aug 10, 2018
1 parent 3391136 commit 48745e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovn/ovn-architecture.7.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 48745e7

Please sign in to comment.