jacorb.log.default.verbosity=4
jacorb.orb.giop.log.verbosity=4

jacorb.security.support_ssl=on

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

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

# This interceptor must be set if programs need access to
# certificates using the CORBA Security API, SSL works also
# without this interceptor
org.omg.PortableInterceptor.ORBInitializerClass.ForwardInit=org.jacorb.security.ssl.iaik.SecurityServiceInitializer

# IIOP/SSL parameters (numbers are decimal values):
# EstablishTrustInClient = 40
# EstablishTrustInTarget = 20
# mutual authentication = 60
jacorb.security.ssl.server.supported_options=60
jacorb.security.ssl.server.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_user=iaik_server_alias
jacorb.security.default_password=iaik_server_alias_pass

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

jacorb.security.iaik_debug=off
