Web based interface for open SSL client certificates
Posted
by Felix
on Server Fault
See other posts from Server Fault
or by Felix
Published on 2010-04-29T11:39:23Z
Indexed on
2010/04/29
11:47 UTC
Read the original article
Hit count: 292
openssl
Hi there! We are currently developing a apache2-based web application and want to invite some beta testers to give it a try. To be on the safe side, access should be provided by individual browser certificates (.p12) which are issued using a (fake) CA. Our users should be passing a complete register/login process and some of them will be granted administrative privileges within the application. That's why a preceding simple web-based authentication won't be sufficient.
Atm, I am using a serverside shellscript to generate the certificates each time. Do you know about a small, web-based tool to simplify the process of generating / revoking those certificates? Maybe an overview of the CA's index.txt plus the option to revoke a cert and a link to download them directly?
© Server Fault or respective owner