G
Guest
Hello!
First of all I want to beg Your pardon if I’m posting this question into
wrong newsgroup. And now the question itself :
Presently if I need to provide user with certificate (generated by my own CA
server) in PKCS #12 / Personal Information Exchange (.pfx) format I need to:
1. Go to http://my_ca_server/certsrv/default.aspx
2. Prepare certificate request providing name, e-mail, type of certificate,
mark keys as exportable, export keys to file, etc. supply password for the
..pvk file
3. Submit certificate request.
4. Open CA administration console, expand „Pending certificatesâ€, right
click corresponding certificate, „Issue†it.
5. Now again I have to go to http://my_ca_server/certsrv/default.aspx, check
pending certificate request status
6. Download .cer file
7. Find .pvk file on the desktop (strange, to put it mildly) of the CA server
8. Finally by sequentially running command lines „cert2spc mycert.cer
mycert.spc†and „pvkimprt -pfx mycert.spc mycert.pvk†I receive „mycert.pfxâ€
I longed for so much.
Is it possible to automate this process by writing a WEB app. in .NET (VB,
C#), which could be installed on any server (not necessarily CA) , and enable
me to:
1. Open a web page
2. Enter user’s name, e-mail, address
3. Press a button
4. Get username.pfx for download
I would be very grateful for quick response, because solving this issue is
quite urgent.
Best regards,
Vladimir Davidov
First of all I want to beg Your pardon if I’m posting this question into
wrong newsgroup. And now the question itself :
Presently if I need to provide user with certificate (generated by my own CA
server) in PKCS #12 / Personal Information Exchange (.pfx) format I need to:
1. Go to http://my_ca_server/certsrv/default.aspx
2. Prepare certificate request providing name, e-mail, type of certificate,
mark keys as exportable, export keys to file, etc. supply password for the
..pvk file
3. Submit certificate request.
4. Open CA administration console, expand „Pending certificatesâ€, right
click corresponding certificate, „Issue†it.
5. Now again I have to go to http://my_ca_server/certsrv/default.aspx, check
pending certificate request status
6. Download .cer file
7. Find .pvk file on the desktop (strange, to put it mildly) of the CA server
8. Finally by sequentially running command lines „cert2spc mycert.cer
mycert.spc†and „pvkimprt -pfx mycert.spc mycert.pvk†I receive „mycert.pfxâ€
I longed for so much.
Is it possible to automate this process by writing a WEB app. in .NET (VB,
C#), which could be installed on any server (not necessarily CA) , and enable
me to:
1. Open a web page
2. Enter user’s name, e-mail, address
3. Press a button
4. Get username.pfx for download
I would be very grateful for quick response, because solving this issue is
quite urgent.
Best regards,
Vladimir Davidov