Re: How to create PKCS10 request to get web certificate

2011-07-06 Thread Dr. Stephen Henson
On Wed, Jul 06, 2011, BHATT Mayank wrote: > How to create PKCS10 request to get web certificate ? > > I need to do following > > 1) Generate the key pair (private + public) > 2) Generate the PKCS10 request using public key > 3) Connect to Enrolment

How to create PKCS10 request to get web certificate

2011-07-06 Thread BHATT Mayank
How to create PKCS10 request to get web certificate ? I need to do following 1) Generate the key pair (private + public) 2) Generate the PKCS10 request using public key 3) Connect to Enrolment server and submit the PKCS10 request to get the certificate. 4) Put all Private