Closed tuana2k38 closed 1 year ago
Hi @tuana2k38, it looks like you are using Linux but that command is intended for use on Windows.
Please see this answer on Stack Exchange for details on trusting a self-signed certificate on Linux.
openssl req -x509 -newkey rsa:4096 -keyout localhost.key -out localhost.crt -subj "/CN=localhost" -addext "subjectAltName=DNS:localhost,DNS:api,DNS:identityserver"
sudo cp localhost.crt /usr/local/share/ca-certificates
sudo update-ca-certificates
What about this cmd: openssl pkcs12 -export -in localhost.crt -inkey localhost.key -out localhost.pfx -name "Adding JWT Bearer Authentication to a Hot Chocolate 12 GraphQL API".
What about this cmd
Apologies for missing that, you will need that for the application.
thanks for your support!
Describe the bug A clear and concise description of what the bug is.
Current behavior Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Additional context Add any other context about the problem here.