Creating a Java Keystore for the P6 Adapter

You must create a Java keystore that contains a self-signed certificate for the server that contains the P6 Adapter. The P6 Adapter will not allow you to download a SAML token if it is not self-signed.

The following command can be used to create a Java keystore:

$JAVA_HOME/bin/keytool -genkey -alias $<Alias_Name> -keyalg RSA -sigalg SHA1withRSA -dname "cn=<P6_Adapter_Server_Name>" -keypass $<Key_Password> -storepass $<Keystore_Password> -keystore $<Path_to_Keystore>/keystorename.jks

Where:



Legal Notices
Copyright © 1999, 2016, Oracle and/or its affiliates. All rights reserved.

Last Published Tuesday, September 27, 2016