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

29 lines
1.1 KiB
INI

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