|
| Home > Apache Geronimo v3.0 > Documentation > Configuring and administering > Administering Security > Creating your keystorefile for SSL authentication |
You can connect to a running server through a SSL tunnel by specifying the location of the trusted keystore file to org.apache.geronimo.keyStoreTrustStorePasswordFile, especially when you connect to a Geronimo server with JCsonle. The default SSL keystore of the Geronimo server is geronimo-default, which locates at /var/security/keystores/ directory.
Follow the instructions below to complete a SSL connection to the Geronimo server.
keyStorePassword=secret
trustStorePassword=secret
Where secret is the default password of keystore geronimo-default in the server. For better security, use encrypt sub-command to encrypt the plain text password in the file. By default, the content of keystorePasswordfile.key file is from /var/config/config-substitutions.properties file.
export JAVA_OPTS="-Dorg.apache.geronimo.keyStoreTrustStorePasswordFile=$myDir/KeystoreTrustSotrePasswordFile.key"
set JAVA_OPTS="-Dorg.apache.geronimo.keyStoreTrustStorePasswordFile=%myDir%/KeystoreTrustSotrePasswordFile.key"
|
|
Privacy Policy - Copyright © 2003-2013, The Apache Software Foundation, Licensed under ASL 2.0. |