本地SSL证书过期 输入命令在IIS自动生成

C:\Users\win10-zhiyong>dotnet dev-certs https --trust
Trusting the HTTPS development certificate was requested. A confirmation prompt will be displayed if the certificate was not previously trusted. Click yes on the prompt to trust the certificate.
Successfully trusted the existing HTTPS certificate.

C:\Users\win10-zhiyong>dotnet dev-certs https
A valid HTTPS certificate is already present.

C:\Users\win10-zhiyong>dotnet dev-certs https --trust
Trusting the HTTPS development certificate was requested. A confirmation prompt will be displayed if the certificate was not previously trusted. Click yes on the prompt to trust the certificate.
Successfully trusted the existing HTTPS certificate.

C:\Users\win10-zhiyong>dotnet dev-certs https --trust
Trusting the HTTPS development certificate was requested. A confirmation prompt will be displayed if the certificate was not previously trusted. Click yes on the prompt to trust the certificate.
Successfully trusted the existing HTTPS certificate.

C:\Users\win10-zhiyong>dotnet dev-certs https
A valid HTTPS certificate is already present.

C:\Users\win10-zhiyong>dotnet dev-certs https
A valid HTTPS certificate is already present.

C:\Users\win10-zhiyong>dotnet dev-certs https --trust
Trusting the HTTPS development certificate was requested. A confirmation prompt will be displayed if the certificate was not previously trusted. Click yes on the prompt to trust the certificate.
Successfully trusted the existing HTTPS certificate.

C:\Users\win10-zhiyong>dotnet dev-certs https --clean
Cleaning HTTPS development certificates from the machine. A prompt might get displayed to confirm the removal of some of the certificates.
HTTPS development certificates successfully removed from the machine.

C:\Users\win10-zhiyong>dotnet dev-certs https --trust
Trusting the HTTPS development certificate was requested. A confirmation prompt will be displayed if the certificate was not previously trusted. Click yes on the prompt to trust the certificate.
Successfully created and trusted a new HTTPS certificate.

C:\Users\win10-zhiyong>dotnet dev-certs https --clean
Cleaning HTTPS development certificates from the machine. A prompt might get displayed to confirm the removal of some of the certificates.
There was an error trying to clean HTTPS development certificates on this machine.
操作已被用户取消。

C:\Users\win10-zhiyong>mmc

C:\Users\win10-zhiyong>
C:\Users\win10-zhiyong>mmc

C:\Users\win10-zhiyong>mmc

C:\Users\win10-zhiyong>cd C:\Program Files\IIS Express

C:\Program Files\IIS Express>IisExpressAdminCmd.exe setupSslUrl -url: https://localhost:44329 -UseSelfSigned
命令“setupSslUrl”已完成。

posted @ 2024-05-15 08:58  上帝视角  阅读(72)  评论(0编辑  收藏  举报