问题描述
按照 dot net core CLI 命令可以创建证书.
Following dot net core CLI command allows one to create a certificate.
dotnet dev-certs https
此命令有一个可选参数,用于指定导出路径.如果不指定此路径,有谁知道证书的去向?
This command has an optional parameter for specifying an export path. Does anyone know where the certificate goes if this path is not specified?
似乎命令的帮助输出: dotnet dev-certs --help 似乎不包含此信息,我也无法在其他来源找到更多详细信息.
It seems like the help output of the command: dotnet dev-certs --help does not seem to contain this information and I have not been able to locate much details on this at other sources either.
推荐答案
看起来默认进入当前用户的(登录用户的)个人证书存储:
Looks like by default it goes into the current user's (logged on user's) personal certificate store:
这篇关于使用“dotnet dev-certs https"创建的证书的默认位置是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!