How to assign a SSL Certificate to IIS7 Site from Command Prompt

前端 未结 7 989
执笔经年
执笔经年 2020-12-04 12:52

Can you advise me whether it is possible or not to assign a SSL Certificate to a website in IIS7 using the APPCMD application?

I am familiar with the command to set

相关标签:
7条回答
  • 2020-12-04 13:51

    If you're trying to perform IIS Administration without using the MMC snap-in GUI, you should use the powershell WebAdministration module.

    The other answers on this blog don't work on later versions of Windows Server (2012)

    0 讨论(0)
提交回复
热议问题