Hello,
         Ok now its plain and simple i have generated a openssl 
certificate with php but when i view it, then it shows me the same 
issued by and issued to how do i change the issued by things now i know 
that we need to add a ca while signing the certificate from 
openssl_csr_sign() like
        

openssl_csr_sign ( mixed $csr , mixed $cacert , mixed $priv_key , int $days [, 
array $configargs [, int $serial = 0 ]] )

where $cacert is the ca certificate and provide a ca certificate in 
it but when i do that it doesn't do any changes my main guess is that i 
have to edit the openssl.cnf but i don't get it where to edit to get 
this result. Can you please tell me how to change the issuer because i have a 
project and i would like to implement OpenSSL in it and its users can use it to 
create certificates and all the certificates they create will be issued by us 
as the issuer.

Thanks You
Keshav Nair                                       

Reply via email to