Files
DSpace/dspace/config/modules/authentication-x509.cfg

24 lines
1.0 KiB
INI

#---------------------------------------------------------------#
#------X.509 CERTIFICATE AUTHENTICATION CONFIGURATIONS----------#
#---------------------------------------------------------------#
# Configuration properties used by the X.509 Certificate #
# Authentication plugin, when it is enabled. #
#---------------------------------------------------------------#
## method 1, using keystore
#authentication-x509.keystore.path = /tomcat/conf/keystore
#authentication-x509.keystore.password = changeit
## method 2, using CA certificate
#authentication-x509.ca.cert = ${dspace.dir}/config/MyClientCA.pem
## Create e-persons for unknown names in valid certificates?
#authentication-x509.autoregister = true
## Allow Certificate auth to show as a choice in chooser
# Use Messages.properties key for title
#authentication-x509.chooser.title.key=org.dspace.eperson.X509Authentication.title
#
# Identify the location of the Certificate Login Servlet.
#authentication-x509.chooser.uri=/certificate-login