Forum Discussion
Frankie1969
Jan 13, 2022Copper Contributor
Install ssl certificate on windows server 2012 R2
I would install a SSL certificate on Windows Server 2012 R2. I received from SSL/provider 4 files: mydomain.company.it.csr mydomain.company.it.key mydomain_company_it_cert.cer mydomain_company_...
- Jan 15, 2022Yes, importing a pfx file gives you a certificate with the private key. (The key sign will be shown then in the certificate store) Perhaps the person who gave you the files can convert his files into a a pfx file using openssl tooling.
Jan 15, 2022
Complete certificate request is something you can do only when you created the request in IIS yourself. Since someone else did that for you, they have all the data
You need a pfx file from that person, without it you will never have a certificate in your store to use within IIS
You need a pfx file from that person, without it you will never have a certificate in your store to use within IIS
Frankie1969
Jan 15, 2022Copper Contributor
So in my situation the only way to install this certificate is to have that PFX file?
- Jan 15, 2022Yes, importing a pfx file gives you a certificate with the private key. (The key sign will be shown then in the certificate store) Perhaps the person who gave you the files can convert his files into a a pfx file using openssl tooling.
- Frankie1969Jan 15, 2022Copper ContributorObtained .pfx file
First i presume to delete previous certifcate from my certifcate store.
And then where i have to import the .pfx file ?
Thanks.- Jan 15, 2022
You can delete it because it has no key in it. Import the PFX from the store like this and follow the wizard.
Or double-click it in explorer and follow the wizard from there