forked from apereo/mod_auth_cas
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for client cert auth when validating.
The following directives were added: - CASClientCert - the client cert in PEM or DER format - CASClientKey - the client key in PEM or DER format - CASClientCertType - PEM or DER - the cert/key type Configuration: CASClientCertType "PEM" CASClientCert /path/to/client/cert.pem CASClientKey /path/to/client/key.pem The paths must point to valid files on startup. No checking is currently done to ensure they exist when validating. This check could probably be added at some point. A key password directive could be added, but it seems kind of silly to me. Up for debate.
- Loading branch information
Showing
2 changed files
with
43 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters