Servertec keystore.ini
Content
Introduction
Release Notes
Features
FAQs
Requirements
Installation
Add-ons
How To
Change Log
Future Plans
Knowledge Base
Documentation
Conventions
Command Line
Administrator
Localization
Programming
Security
Performance
Deployment
Java API
Servlet API
CGI
SSI
Servlets
Config Files
acl.ini
aliases.ini
archives.ini
computers.ini
contexts.ini
country_codes.ini
dbpools.ini
groups.ini
hosts.ini
iws.ini
keystore.ini
locales.ini
logger.ini
messages.ini
mimetypes.ini
realms.ini
resources.ini
rights.ini
servlets.ini
session.ini
templates.ini
users.ini
workgroup.ini

Log Files
Classes
Directory Tree
Samples
Legal
Contact Us

 

keystore.ini, contains Keystore parameters used by the Secure Socket Handler.

Syntax

authenticate_client = authenticate_client
key_algorithm = key_algorithm
keystore_file = keystore_file
keystore_password = keystore_password
keystore_type = keystore_type
protocol = protocol
provider_classfile = provider_classfile
cipher_suites = cipher_suites

authenticate_client whether to authenticate the client.

Use y to enable and n to disable.

n is the default value.

Setting this value to y may have a negative impact on performance.

cipher_suites any Cipher Suites to enable.

Zero or more comma delimited names can be specified.

If not specified then all supported cipher suites are enabled.

keystore_file the name of file that will store the certificates, normally ./config/keystore.db.
keystore_password the password used to protect the keystore.

password is the default password.

keystore_type the type of keystore, normally JKS.
protocol the security protocol, normally TLS.

Transport Layer Security (TLS) version 1.0 is supported.

provider_classfile the Java Cryptography Architecture (JCA) provider, normally com.sun.net.ssl.internal.ssl.Provider.

Servertec Information Server's Secure Socket Layer (SSL) support uses Java 2 JCE and JSSE extensions.

Notes

Changes made to configuration files will not be used until the server is restarted.

Example

authenticate_client = n
key_algorithm = SunX509
keystore_file = ./config/keystore.db
keystore_password = password
keystore_type = JKS
protocol = TLS
provider_classfile = com.sun.net.ssl.internal.ssl.Provider
cipher_suites =
 top of page
Copyright © 1998-2005 Servertec. All rights reserved.
Privacy Statement.
Last Modified: Sun Sep 04 14:56:49 EDT 2005