On Monday 29 January 2007 14:11, Pierre Bourgin wrote:
Hello,
this is a little bit off-topic (even if it have to work on CentOS ;-)
I'm looking for a tool to manage a small Public Key Infrastructure, with creation/revocation of certificates X.509, export in PKCS#12 format and have the ability to handle CSR (Certificate Signing Request).
I've wrote my own script to perform it (openssl command line based): it's a good way to underdstand concepts, but a little bit difficult to maintain and extend...
After googling a bit, I found PHPki (http://www.sf.net/projects/phpki/), that is nicely web-based (php) but unfortunately, It does not handle CSR.
What tool do you use to manage your PKI ?
Thanks for your comments, clue or advices.
Pierre Bourgin
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
I'm using this little webbased cgi tool called webcert to create certs. Written in C but doesn't do revocation though. http://freshmeat.net/projects/webcert/
Regards,