Re: IIS 5.0 / SSL / server.key / server.csr
From: BB (Bernard_at_3exp.com)
Date: 10/22/02
- Next message: BB: "Re: help i need IIS security n general security information"
- Previous message: Joern Waldhelm: "IIS 5.0 / SSL / server.key / server.csr"
- In reply to: Joern Waldhelm: "IIS 5.0 / SSL / server.key / server.csr"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "BB" <Bernard_at_3exp.com> Date: Tue, 22 Oct 2002 19:20:59 +0800
Install CertSrv ?
Refer
Using Certificate Server 2.0 to Generate a Server Certificate for Use with
IIS 5.0
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q228984
How to Import a Server Certificate for Use in Internet Information Services
5.0
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q232137
Rgds.
"Joern Waldhelm" <jwaldhel@rz.uni-osnabrueck.de> wrote in message
news:Pine.A41.4.33.0210221131220.72696-100000@luna.rz.uni-osnabrueck.de...
>
> Hello,
>
> I'm currently playing around with IIS 5 and certificates. We are thinking
> about including a certificate (Verisign, Thawte, whoever) on our
> web-server, but before buying one I would like to give it a try with a
> self-signed certificate first.
>
> Generating a Certificate Signing Request (CSR) and extracting one was not
> a problem (eg.
http://www.instantssl.com/support/csr_generation/index.html)
> but I am not sure about signing it.
>
> Signing an (Apache-based-)CSR on Linux is no problem, I simply do a...
>
> # openssl genrsa -out /etc/ssl/private/server.key 1024
> # openssl req -new -key /etc/ssl/private/server.key -out
> /etc/ssl/private/server.csr
> # openssl x509 -req -days 365 -in /etc/ssl/private/server.csr \
> -signkey /etc/ssl/private/server.key -out /etc/ssl/server.crt
>
> ...and then I'm able to use a self-signed certificate.
>
> Does anyone has a clue how it has to be arranged on an IIS-box? I do have
> the certreq.txt, but how can I sign it properly (that it's accepted by
> the IIS)?
>
> Thanks for your help,
>
> Joern
>
>
>
>
- Next message: BB: "Re: help i need IIS security n general security information"
- Previous message: Joern Waldhelm: "IIS 5.0 / SSL / server.key / server.csr"
- In reply to: Joern Waldhelm: "IIS 5.0 / SSL / server.key / server.csr"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|