netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / INSTALL.SSL.md
index aecb2b5..714c6ec 100644 (file)
@@ -7,8 +7,8 @@ with OpenSSL.  SSL support ensures integrity and confidentiality of
 the OpenFlow connections, increasing network security.
 
 This file explains how to configure an Open vSwitch to connect to an
 the OpenFlow connections, increasing network security.
 
 This file explains how to configure an Open vSwitch to connect to an
-OpenFlow controller over SSL.  Refer to INSTALL for instructions on
-building Open vSwitch with SSL support.
+OpenFlow controller over SSL.  Refer to [INSTALL.md] for instructions
+on building Open vSwitch with SSL support.
 
 Open vSwitch uses TLS version 1.0 or later (TLSv1), as specified by
 RFC 2246, which is very similar to SSL version 3.0.  TLSv1 was
 
 Open vSwitch uses TLS version 1.0 or later (TLSv1), as specified by
 RFC 2246, which is very similar to SSL version 3.0.  TLSv1 was
@@ -202,7 +202,7 @@ more secure.
 
 1. Run the following command on the Open vSwitch itself:
 
 
 1. Run the following command on the Open vSwitch itself:
 
-       % ovs-pki req sc switch
+       % ovs-pki req sc
 
    (This command does not require a copy of any of the PKI files
    generated by "ovs-pki init", and you should not copy them to the
 
    (This command does not require a copy of any of the PKI files
    generated by "ovs-pki init", and you should not copy them to the
@@ -310,3 +310,5 @@ Reporting Bugs
 --------------
 
 Please report problems to bugs@openvswitch.org.
 --------------
 
 Please report problems to bugs@openvswitch.org.
+
+[INSTALL.md]:INSTALL.md