summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorolavmrk <olavmrk@a716ebb1-153a-0410-b759-cfb97c6a1b53>2008-11-11 21:05:44 +0000
committerolavmrk <olavmrk@a716ebb1-153a-0410-b759-cfb97c6a1b53>2008-11-11 21:05:44 +0000
commit0c9fa54375e44f6fe6a518bcf0c1a829ace95680 (patch)
tree9c52122038c48883389fd4160f7871248f90286b /README
parent421b8190becaba693ff76dfa6f61978576e27151 (diff)
downloadmod_auth_mellon-0c9fa54375e44f6fe6a518bcf0c1a829ace95680.tar.gz
mod_auth_mellon-0c9fa54375e44f6fe6a518bcf0c1a829ace95680.tar.xz
mod_auth_mellon-0c9fa54375e44f6fe6a518bcf0c1a829ace95680.zip
Document MellonSPCertFile and MellonIdPCAFile options in the README file.
git-svn-id: https://modmellon.googlecode.com/svn/trunk@37 a716ebb1-153a-0410-b759-cfb97c6a1b53
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 14 insertions, 1 deletions
diff --git a/README b/README
index 95ca901..c463150 100644
--- a/README
+++ b/README
@@ -234,6 +234,11 @@ MellonLockFile "/tmp/mellonLock"
# Default: None set.
MellonSPPrivateKeyFile /etc/apache2/mellon/sp-private-key.pem
+ # MellonSPCertFile is a .pem file with the certificate for the
+ # service provider. This directive is optional.
+ # Default: None set.
+ MellonSPCertFile /etc/apache2/mellon/sp-cert.pem
+
# MellonIdPMetadataFile is the full path to the file which contains
# metadata for the IdP you are authenticating against. This
# directive is required.
@@ -242,9 +247,17 @@ MellonLockFile "/tmp/mellonLock"
# MellonIdpPublicKeyFile is the full path of the public key of the
# IdP. This parameter is optional if the public key is embedded
- # in the IdP's metadata file.
+ # in the IdP's metadata file, or if a certificate authority is
+ # used.
# Default: None set.
MellonIdPPublicKeyFile /etc/apache2/mellon/idp-public-key.pem
+
+ # MellonIdPCAFile is te full path to the certificate of the
+ # certificate authority. This can be used instead of an
+ # certificate for the IdP.
+ # Default: None set.
+ MellonIdPCAFile /etc/apache2/mellon/ca.pem
+
</Location>