# IIOP/SSL parameters (numbers are decimal values):
# EstablishTrustInClient = 40
# EstablishTrustInTarget = 20
# mutual authentication = 60

jacorb.security.support_ssl=on

jacorb.security.ssl.client.supported_options=61
jacorb.security.ssl.client.required_options=20

# 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=CA_cert

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

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