User Guide

Adobe LiveCycle Configuring SSL on JBoss
Installing and Configuring LiveCycle for JBoss Creating an SSL Credential 72
You can run keystore using a single command that includes all of the information needed to create the
keystore. For more information about using the keytool command, see the keytool.html file that is part of
your JDK documentation.
-keystore
The location and name of the
keystore file.
The location can include the
absolute path of the file, or can
be relative to the current
directory of the command
prompt where the keytool
command is entered.
[appserver_root]/server/all/svcnative/ads-ssl.jks
-validity
The number of days that the
certificate is considered valid.
3650
You can use a different value, depending on your
companys policy.
-storepass
The password that protects the
contents of the keystore.
The keystore password must correspond with the
SSL credential password that was specified for the
Data Manager Module using Configuration
Manager.
-keypass
The password that protects the
private key of the key pair.
Use the same password that you used for the
-storepass option. The key password must be at
least 6 characters in length.
-dname
The distinguished name that
identifies the person who owns
the keystore.
"CN=[User name],OU=[Group Name],
O=[Company Name], L=[City Name],
S=[State or province], C=[Country
Code]"
[User name] is the identification of the user
who owns the keystore.
[Group Name] is the identification of the
corporate group to which the keystore owner
belongs.
[Company Name] is your organizations name.
[City Name] is the city in which your
organization is located.
[State or province] is the state or
province in which your organization is located.
[Country Code] is the two-letter code for the
country in which your organization is located.
Keytool option Description Option value