| 
      
       
 
       
      
       
 | 
      
      
      
        
          Configure Flex
        
        
         
        Export the keystore to a certificate by using the
keytool utility, with a command like the following: 
keytool -export -v -alias FlexAssembler -keystore cf.keystore -rfc -file cf.cer 
 
Import the certificate into the JRE cacerts file for your
server by using the keytool utility, with a command like the following: 
keytool -import -v -alias FlexAssembler -file cf.cer -keystore C:\fds2\UninstallerData\jre\lib\security\cacerts 
The
previous example specifies the location of the keystore for LiveCycle
Data Services ES with integrated JRun, installed using the default
settings. If you are using a different server, specify the location
of the cacerts file for the JRE that you are using. For example,
if you are using JBoss, you specify the keystore location as $JAVA_HOME/jre/lib/security/cacerts. 
 
 
 
        
         
        
        
       
      
 |