We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Within this section
libnss3-tools
$HOME/.pki/nssdb
dotnet dev-certs https -ep /usr/local/share/ca-certificates/aspnet/https.crt --format PEM
certutil -d sql:$HOME/.pki/nssdb -A -t "P,," -n localhost -i /usr/local/share/ca-certificates/aspnet/https.crt certutil -d sql:$HOME/.pki/nssdb -A -t "C,," -n localhost -i /usr/local/share/ca-certificates/aspnet/https.crt
/usr/lib/firefox/distribution/policies.json
{ "policies": { "Certificates": { "Install": [ "/usr/local/share/ca-certificates/aspnet/https.crt" ] } } }
sudo dotnet dev-certs https -ep /usr/local/share/ca-certificates/aspnet/https.crt --format PEM sudo update-ca-certificates
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
The text was updated successfully, but these errors were encountered:
Rick-Anderson
Successfully merging a pull request may close this issue.
Within this section
Make a section for trusting the certificate in edge/chrome on Linux
libnss3-tools
on your distribution.$HOME/.pki/nssdb
on the machine.dotnet dev-certs https -ep /usr/local/share/ca-certificates/aspnet/https.crt --format PEM
Make a section for trusting the certificate in Firefox
dotnet dev-certs https -ep /usr/local/share/ca-certificates/aspnet/https.crt --format PEM
/usr/lib/firefox/distribution/policies.json
with the following contentsMake a section for Ubuntu to make dotnet trust the certificate (for service-to-service communication).
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
The text was updated successfully, but these errors were encountered: