If your FTP server uses the gskkyman key database as the FTP key ring, export the certificate from the gskkyman database and import it to the Java JKS key store. Doing so allows CA CSM to use the same certificate as the FTP server uses.
Follow these steps:
Note: The cacerts file is the default JKS certificates file that IBM Java ships with. The cacerts file contains several root Certificate Authority certificates and is typically used to prime any new JKS key store.
Note: For more information about the gskkyman utility, see the z/OS Cryptographic Services System Secure Sockets Layer Programming.
keytool -import -trustcacerts -file /path_to_exported_ca_certificate -keystore /path_to_copy_jks_cacerts/file_name
The utility prompts you to make the imported CA trusted and enter the key store password. The initial password that the cacerts file that is shipped with Java is changeit.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|