Configuration

The keystore is stored in WEB-INF/classes/iiq.dat with an accompanying configuration file WEB-INF/classes/iiq.cfg.

The iiq.properties file provides two options to specify an alternative location for iiq.dat and iiq.cfg. In the default iiq.properties, these options (keyStore.file and keyStore.passwordFile) are commented out.

Copy
# IIQ Keystore and Master Password properties    
#  
   
# file location of the IIQ keystore  
# (override of the default $SPHOME/WEB-INF/classes/iiq.dat )  
#  
#keyStore.file = /example/path/filename  
      
# file location of the IIQ master password file  
# (override of the default $SPHOME/WEB-INF/classes/iiq.cfg )  
#  
#keyStore.passwordFile = /example/path/filename  

To put the files in an alternative location, for example /etc/identityiq, enable and change these options as follows.

You may need to modify your application server or Java sandbox security settings to allow access to the key files outside the application server installation directories.

Copy
# IIQ Keystore and Master Password properties    
#  
   
# file location of the IIQ keystore  
# (override of the default $SPHOME/WEB-INF/classes/iiq.dat )  
#  
 keyStore.file = /etc/access governance suite/iiq.dat  
      
# file location of the IIQ master password file  
# (override of the default $SPHOME/WEB-INF/classes/iiq.cfg )  
#  
 keyStore.passwordFile = /etc/access governance suite/iiq.cfg