如何创建要在Bit.IdentityServer中使用的PFX文件?

时间:2019-03-27 13:27:21

标签: c# asp.net-core bit-framework

我正在使用Bit.IdentityService保护我的资源。为此,我需要一个pfx文件。
我可以在自己的项目中从位基础提供的sample project复制IdentityServerCertificate.pfx文件,并使用它。
但是,我不想使用该文件,而是想自己创建一个pfx文件,而不使用示例项目中使用的密码。 与位框架兼容的创建pfx文件的工具/方法/解决方案有哪些?
到现在为止,我已经完成了this article中的步骤,但是最后出现一个错误,告诉您符号密钥的大小无效。所谓兼容,是指一种经过测试且不会以这种错误结束的方法。

1 个答案:

答案 0 :(得分:1)

只需在PowerShell中运行以下命令,并为您的pfx文件使用所需的密码和文件路径:

<table>
  <tr>
    <td>One</td>
    <td class="name" data-tooltip="dsfsdfsdfsdfsdfsdfsdfsdfsdfsdfsdfsd">dsfsdfsdfsdfsdfsdfsdfsdfsdfsdfsdfsd</td>
    <td>Three</td>
  </tr>
</table>

然后在environment.json文件中提供新密码。