Skip to content

Commit 0f2fc61

Browse files
DOCSP-17244 corrected TLS page phrasing (#137)
* corrected pharsing and added note about TLS
1 parent bd8ec46 commit 0f2fc61

File tree

1 file changed

+7
-1
lines changed
  • source/fundamentals/connection

1 file changed

+7
-1
lines changed

source/fundamentals/connection/tls.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,12 @@ itself as well as other applications with which the application
7777
interacts. To configure access to these certificates in your application,
7878
you should use the JVM Trust Store and the JVM Key Store.
7979

80+
.. note::
81+
82+
We based the following sections on the documentation for Oracle JDK,
83+
so some parts may be inapplicable to your JDK or to the custom TLS/SSL
84+
implementation you use.
85+
8086
.. _tls-configure-jvm-truststore:
8187

8288
Configure the JVM Trust Store
@@ -296,5 +302,5 @@ properties:
296302

297303
For additional information about OCSP, check out the following resources:
298304

299-
- Java SE 8 Documentation on `how to enable OCSP for an application <https://docs.oracle.com/javase/8/docs/technotes/guides/security/jsse/ocsp.html>`__
305+
- Oracle JDK 8 Documentation on `how to enable OCSP for an application <https://docs.oracle.com/javase/8/docs/technotes/guides/security/jsse/ocsp.html>`__
300306
- :rfc:`Official IETF specification for OCSP (RFC 6960) <6960>`

0 commit comments

Comments
 (0)