[PHP] Re: How to create CA certificate with PHP

2009-11-12 Thread Tanveer Chowdhury
thank you. I will have a look at it and will come up if any question.

On Wed, Nov 11, 2009 at 11:47 PM, Manuel Lemos mle...@acm.org wrote:
 Hello,

 on 11/10/2009 08:28 PM Tanveer Chowdhury said the following:
 Hello all,

 Using openssl, I can create CA certificate by using the linux command line.

 But this thing I want to do using PHP that is I want to add some information
 in the openldap regarding a user and also would like to insert his public
 key certificate along with the other information.

 Can you please suggest any link or documentation on this topic. For your
 information I can insert information like user,email,phone,email in openldap
 but haven't tried to insert the certificate in openldap yet. The issue is, I
 want to make the whole process automated like all user information user will
 input in a form and upon clicking submit button all those information along
 with his certificate which will be generated then and there will be inserted
 in openldap.

 You may want to try this PHP class exactly for that purpose:

 http://www.phpclasses.local/crypt_openssl

 --

 Regards,
 Manuel Lemos

 Find and post PHP jobs
 http://www.phpclasses.org/jobs/

 PHP Classes - Free ready to use OOP components written in PHP
 http://www.phpclasses.org/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Re: How to create CA certificate with PHP

2009-11-11 Thread Manuel Lemos
Hello,

on 11/10/2009 08:28 PM Tanveer Chowdhury said the following:
 Hello all,
 
 Using openssl, I can create CA certificate by using the linux command line.
 
 But this thing I want to do using PHP that is I want to add some information
 in the openldap regarding a user and also would like to insert his public
 key certificate along with the other information.
 
 Can you please suggest any link or documentation on this topic. For your
 information I can insert information like user,email,phone,email in openldap
 but haven't tried to insert the certificate in openldap yet. The issue is, I
 want to make the whole process automated like all user information user will
 input in a form and upon clicking submit button all those information along
 with his certificate which will be generated then and there will be inserted
 in openldap.

You may want to try this PHP class exactly for that purpose:

http://www.phpclasses.local/crypt_openssl

-- 

Regards,
Manuel Lemos

Find and post PHP jobs
http://www.phpclasses.org/jobs/

PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php