Skip to content

A preauthentication module for Apache that utilizes SSL identities

License

Notifications You must be signed in to change notification settings

CESNET/mod_ssl_preauth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions for installation under Debian

apt install -y git
pushd /tmp
git clone https://github.com/CESNET/mod_ssl_preauth
cd mod_ssl_preauth
# Install depencencies for compitaion of Apache2 module.
apt install -y apache2-dev
make && make install || exit 1
popd

cat > /etc/apache2/mods-available/ssl_preauth.load << EOF
LoadModule ssl_preauth /usr/lib/apache2/modules/mod_ssl_preauth.so
EOF 

# Enable the custom module.
a2enmod ssl_preauth
systemctl restart apache2

About

A preauthentication module for Apache that utilizes SSL identities

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published