skoruba / Duende.IdentityServer.Admin

The administration for the Duende IdentityServer and Asp.Net Core Identity ⚡
Apache License 2.0
549 stars 194 forks source link

Documentation - wrong path for rootCA.pem #123

Open apetrut opened 1 year ago

apetrut commented 1 year ago

@skoruba Please update the documentation for these lines:

copy $env:LOCALAPPDATA\mkcert\rootCA.pem ./cacerts.pem

It should be:

copy $env:LOCALAPPDATA\mkcert\rootCA-key.pem ./cacerts.pem

and also it should be stated that these commands should be ran from Powershell instead of command prompt.

Thanks.

skoruba commented 1 year ago

can you send a pr? thanks

apetrut commented 1 year ago

Sure, here it is: https://github.com/skoruba/Duende.IdentityServer.Admin/pull/128