INSTALL wild card SSL CERTIFCATE ON IIS & IIS7 SSL Certificate installs, but disappears right away
Use .pfx format instead of
Guys i am using openssl tool in to convert .pfx format.
openssl pkcs12 -export -out mydomain.pfx -inkey rmohan.com.key -in rmohan.com.crt -certfile rmohan.comca.crt
For this example I’ve copied the mydomain.pfx to the Desktop of the server.
Open IIS on Server, Start > Run > inetmgr <enter>
Select your Account and Open Server Certificates
Click Import
Browse to the PFX you’ve copied to the server
Enter Password you created for PFX file and Click OK
Now that the certificate has been installed in IIS it can be assigned to your site.
Right Click your site in IIS and choose Edit Bindings
Select https and the site IP address; now choose the drop the correct certificate
from the SSL Certificate drop down and hit OK
The SSL certificate is now successfully bound to this site in IIS.
Recent Comments