mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-16 22:43:12 +00:00

git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6799 9c30dcfa-912a-0410-8fc2-9e0234be79fd
29 lines
1.1 KiB
INI
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 |