6

I have an SSL Certificate which has been exported into a PFX file.

How can I import this file into an IIS 7 instace from the command line?

I do not want to bind it against a specific site, just install it into the Server Certificates for IIS.

1 Answer 1

12

certutil -p <PFXPassword> -importPFX <FileLocation.pfx>

Example:

certutil -p xyz -importPFX C:\cert.pfx

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.