forked from openvswitch/ovs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expose missing --peer-ca-cert and SSL options in usage and manpages.
Signed-off-by: Dan Williams <[email protected]> Signed-off-by: Ben Pfaff <[email protected]>
- Loading branch information
Showing
9 changed files
with
39 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<dl> | ||
<dt><code>--peer-ca-cert=</code><var>peer-cacert.pem</var></dt> | ||
<dd> | ||
<p> | ||
Specifies a PEM file that contains one or more additional certificates | ||
to send to SSL peers. <var>peer-cacert.pem</var> should be the CA | ||
certificate used to sign the program's own certificate, that is, the | ||
certificate specified on <code>-c</code> or <code>--certificate</code>. | ||
If the program's certificate is self-signed, then | ||
<code>--certificate</code> and <code>--peer-ca-cert</code> should specify | ||
the same file. | ||
</p> | ||
<p> | ||
This option is not useful in normal operation, because the SSL peer | ||
must already have the CA certificate for the peer to have any | ||
confidence in the program's identity. However, this offers a way for | ||
a new installation to bootstrap the CA certificate on its first SSL | ||
connection. | ||
</p> | ||
</dd> | ||
</dl> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters