-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Re apply only relevant changes form commit ae1f6ef
Signed-off-by: Nicolas NESMON (@NicoNes) <[email protected]>
- Loading branch information
Showing
5 changed files
with
14 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,15 +31,19 @@ | |
* (e. g. 443, 8443, or someting completely different). The actual configuration needs to be queried after | ||
* bootstrapping, otherwise callers would be unaware of the actual chosen port. If the client's certificate is invalid | ||
* or cannot be validated, the server will reject the connection. | ||
* </p> | ||
* <p> | ||
* This example uses some basic <em>external</em> JSSE configuration: | ||
* </p> | ||
* <p> | ||
* <ul> | ||
* <li>{@code javax.net.ssl.keyStore=~/.keystore} - HTTPS: Path to a keystore holding an X.509 certificate for | ||
* {@code CN=localhost}</li> | ||
* <li>{@code javax.net.ssl.keyStorePassword=...} - HTTPS: Password of that keystore</li> | ||
* <li>Client Authentication: The default truststore ({@code $JAVA_HOME/lib/security/cacerts}) must hold the root | ||
* certificate of the CA and all intermediate certificates used for signing the client's certificate.</li> | ||
* </ul> | ||
* </p> | ||
* | ||
* @author Markus KARG ([email protected]) | ||
* @since 3.1 | ||
|
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 |
---|---|---|
|
@@ -29,13 +29,17 @@ | |
* {@code https://localhost/} on an implementation-specific default IP port (e. g. 443, 8443, or someting completely | ||
* different). The actual configuration needs to be queried after bootstrapping, otherwise callers would be unaware of | ||
* the actual chosen port. | ||
* </p> | ||
* <p> | ||
* This example uses some basic <em>external</em> JSSE configuration: | ||
* </p> | ||
* <p> | ||
* <ul> | ||
* <li>{@code javax.net.ssl.keyStore=~/.keystore} - HTTPS: Path to a keystore holding an X.509 certificate for | ||
* {@code CN=localhost}</li> | ||
* <li>{@code javax.net.ssl.keyStorePassword=...} - HTTPS: Password of that keystore</li> | ||
* </ul> | ||
* </p> | ||
* | ||
* @author Markus KARG ([email protected]) | ||
* @since 3.1 | ||
|
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