Re: Can't import certificate to IIS
How I understand IIS do the following if I create a SSL cert request:
- it creates a key pair
- it creates a cert request which includes only the public key
The cert provider creates a certificate and signs the public key
These means the private key is only on the server where the cert
request was created.
My questions is how to bring the certificate delivered by the cert
provider together with the private key stored on my server.
Normaly this is done by IIS if I load the certificate into IIS. This
seems no longer to be possible, because I installed a test cert for
this site in the meantime (after I created the cert request).
.
Relevant Pages
- Re: how hard can it be?
... both ISA and IIS need 'a cert'. ... You cannot have SSL enabled in IIS ... I don't actually have an ISA to conveniently look at at the moment but the ... Am I correct that IIS OR ISA should have a certificate and not both. ... (microsoft.public.windows.server.sbs) - Trusted CA question
... I'm new to this certificate game so bear with me here: ... IIS box and named it 'www'. ... certificate services on the IIS box (at which point it issued it's own 'root ... CA' cert to itself, or so I've managed to ascertain) and then browsed to my ... (microsoft.public.win2000.security) - RE: netsh error - 1312
... I can issue a cert from the certsrv and make it work but ONLY if I log in as ... "there is no particular SSL certificate that can only be used ... IIS wizard provide a very convenient GUI for us to generate request. ... (microsoft.public.dotnet.framework.webservices) - Re: SSL Certificate Cached?
... Have you try to remove the cert from IIS MMC? ... Try remove all certs then import the new cert using this method. ... How to Import a Server Certificate for Use in Internet Information Services ... (microsoft.public.inetserver.iis.security) - Re: IIS 5.1 SSL Cetificate Missing
... To view certs that IIS can use you need to manually run MMC, add the Certificates snapin, point it to the Machine account, and then look in the Personal Certificate Store. ... If you want a certificate from that CA, then there's no need to join a domain and auto-enroll. ... Run through the wizard in IIS to create a certificate request file, or generate your own using certreq.exe. ... After issueing your cert, install it onto the IIS website on your XP box. ... (microsoft.public.inetserver.iis.security) |
|