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

ReadMe updates - fixed wrong command line #128

Closed apetrut closed 6 months ago

apetrut commented 1 year ago

The following command line:

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

should be:

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