Skip to content

Commit 005f175

Browse files
document oracle pki provider (#1123)
1 parent 73c8235 commit 005f175

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

documentation/2.0/content/rcuinfo.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,9 @@ domainInfo:
6262
javax.net.ssl.trustStorePassword: <password of the truststore>
6363
oracle.net.tns_admin: <absolute path of the unzipped wallet root directory>
6464
65-
6665
```
66+
When using PKCS12 wallet, you must include the Oracle PKI provider to access your wallet. Add the Oracle PKI provider to your Java `java.security` file. For more information about adding the Oracle PKI provider to the Java `java.security` file, see Section 2.2.4 "How can Oracle wallets be used in Java" in [SSL with Oracle JDBC](https://www.oracle.com/technetwork/topics/wp-oracle-jdbc-thin-ssl-130128.pdf).
67+
6768
For a typical database, use the following example:
6869

6970
```yaml

0 commit comments

Comments
 (0)