Hi

Michael Helm wrote:

> > Is there a way to automate the process of importing a certificate file
> > into IE?  The current way that I am using involves going to
> > 'internet options' and importing a certificate file from the certificates
>
> Are you looking for a customer-driven online solution
> (eg, click on this link & cert is downloaded)
> or a scriptable solution for a systems administrator?
> For the former, there are javascript & vbscript procedures
> that various people have.  Unfortunately, one still gets faced with
> the certificate wizard and its numerous mouse-clickings.
> [If anyone has examples of the vbscript that does this,
> or can explain what the underlying methodology is, I would
> also like to hear about it.]
>

If you're tallking about Microsofts xenroll control, I've had success with
that using it in a CA type fashion (key generation, signing and return public
key).  Its written as perl cgi scripts with VBScript on the client side, and
seems to work in MSIE 4 & 5 (I'm working on MSIE 3 support).

This seems to come up here quite often - perhaps I ought to cobble together a
web page on it.  The help file that Microsoft bundles with the control is very
useful if you've VBScripted before.

As regards the wizard, you _may_ be able to turn such things off (some of the
confirmations can be turned off I know), but I think it does require that the
client generates the key.  Theres basically 2 functions to the control - make
a key and return a CSR, and take a PKCS7 chain and import it, and erm thats
it.

Regards,

Luke

--
Luke Ross (Fizzy Razzer) - [EMAIL PROTECTED]
Visit http://lcr.sys3175.co.uk for geek code, other addresses, web page etc.



______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to