You can use any tool to generate self-signed certificate or use any CA signed certificate.
dotnet dev-certs https -v -ep authserver.pfx -p YOURPASSWORD
is a way to generate it.YOURPASSWORD
must match with the AuthServerModule code where it reads this file.
My question is, is this required for when we deploy the code to AWS dev and qa environments or would having an endpoint with a valid SSL cert be enough?