SSL证书从PFX问题安装在IIS7中

我沿着这个列表来安装一个SSL证书,并在第12/13步卡住了。 显然,在IIS 7.x中没有“导向器安全选项卡”,所以我不知道如何继续。 在我的“IIS服务器证书”面板中 – 我现在可以看到几天内到期的旧SSL证书,下面是到明年到期的新证书,它们都发给同一个域。 我如何继续? 任何帮助表示赞赏!

这是我正在使用的列表 – (我卡在第13步)

Importing your Certificate/Private Key in IIS (from .pfx file format) 1.) Start > Run 2.) Type in MMC and click GO 3.) Go into the Console Tab (or File) > select Add/Remove Snap-in 4.) Click on Add > Double Click on Certificates and click on Add > OK 5.) Select Computer Account 6.) Select Local Computer 7.) Click the + to Expand the Certificates Consol Tree 8.) Right click on the Personal Certificates Store (folder) 9.) Choose > ALL TASKS > Import 10.) Follow the Certificate Import Wizard to import your Primary Certificate from the .pfx file. When prompted, choose to automatically place the certificates in the certificate stores based on the type of the certificate. 11.) Close the MMC console. In the case that you are prompted, it is not necessary to save the changes made to the MMC console. 12.) In your IIS manager, right-click on the site that you would like to use the certificate and select properties. 13.) Click on the Directory Security Tab and hit the Server Certificate Button. This will start the server certificate wizard. 14.) If you are asked what you want to do with the current certificate on the site, choose to remove it, finish the wizard, and click the server certificate button to run the wizard again. 15.) Choose to 'Assign an existing certificate' to the site and choose the new certificate that you just imported. 16.) Finish the certificate wizard. 17.) Restart the server. 

在通过mmcpipe理单元导入证书之后,进入IIS,打开该站点的绑定,select443绑定并在那里应用证书。