Skip to content

Commit

Permalink
Update certificate-management-in-zowe-apiml.md (#3960)
Browse files Browse the repository at this point in the history
Changed type from JCEFACFKS to JCERACFKS

Signed-off-by: Divyanshu Srivastava <[email protected]>
  • Loading branch information
TilteD24 authored Oct 21, 2024
1 parent bc45a1d commit d075db4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ by other technologies in Zowe (Node.js).
As an alternative to using a keystore and truststore, API ML can read certificates from a _SAF keyring_. The user running the API ML must have rights to access the keyring. From the java perspective, the keyring behaves as the `JCERACFKS` keystore. The path to the keyring is specified as `safkeyring://user_id/key_ring_id`. The content of the SAF keyring is equivalent to the combined contents of the keystore and the truststore.

:::note
When using JCEFACFKS as the keystore type, ensure that you define the class to handle the RACF keyring. Use the `-D` options to specify the `java.protocol.handler.pkgs property`:
When using JCERACFKS as the keystore type, ensure that you define the class to handle the RACF keyring. Use the `-D` options to specify the `java.protocol.handler.pkgs property`:

-Djava.protocol.handler.pkgs=com.ibm.crypto.provider
:::
Expand Down

0 comments on commit d075db4

Please sign in to comment.