我按照此列表安装 SSL 证书,但在第 12/13 步卡住了。显然 IIS 7.x 中没有“director security”选项卡,所以我不确定如何继续。在我的 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.
答案1
通过 mmc 管理单元导入证书后,进入 IIS,打开站点的绑定,选择 443 绑定并在那里应用证书。