jacorb.security.support_ssl=on

jacorb.ssl.socket_factory=org.jacorb.security.ssl.iaik.SSLSocketFactory

jacorb.security.principal_authenticator=org.jacorb.security.level2.PrincipalAuthenticatorImpl

# IIOP/SSL parameters (numbers are decimal values):
# EstablishTrustInClient = 40
# EstablishTrustInTarget = 20
# mutual authentication = 60
jacorb.security.ssl.client.supported_options=60
jacorb.security.ssl.client.required_options=60

# files with public key certs of trusted CAs
#
# WARNING: If no CA certs are present, the IAIK chain verifier will
# accept ALL otherwise valid chains!
#
jacorb.security.trustees=iaik_ca_cert

# the name of the default key alias to look up in the keystore
jacorb.security.default_password=iaik_client_alias_pass
jacorb.security.default_user=iaik_client_alias

# the name and location of the keystore relative to the home or
# current directory
jacorb.security.keystore_password=iaik_client_ks_pass
jacorb.security.keystore=iaik_client_ks

jacorb.security.iaik_debug=off