You use the generated server keystore and its encrypted password to configure an SSL-enabled FTP server on the agent.
To configure an SSL-enabled FTP Server on the agent
security.overridePropertiesFile=true
The JVM uses the customized java.security file that is installed with the agent. This value allows the JVM to use the java.security provided with the agent for its own communications but does not affect other instances of the JVM for other applications on the i5/OS system. Without defining this property the i5/OS agent will not be able to use SSL.
./cybAgent -s
The agent stops running.
security.level=on
ftp.noserver=false
ftp.server.ssl=true
Specifies the full path of the keystore file. The default file name is serverkeystore. You can use keytool, provided with the JRE, to create your own keystore.
Example: ftp.server.ssl.keystore=/R7/serverkeystore
Specifies the encrypted password for the server keystore that contains an X509 certificate. This password is sent to the client during the handshake process. The default password is cyberuser (encrypted).
Note: You can use the agent password utility to encrypt your password before using it in the agentparm.txt file.
./cybAgent
The agent starts running and the FTP server on the agent is SSL-enabled.
|
Copyright © 2010 CA.
All rights reserved.
|
|