Skip to content
New issue

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

specify a (non-default) certificate #65

Open
rsgmodelworks opened this issue Nov 24, 2024 · 2 comments
Open

specify a (non-default) certificate #65

rsgmodelworks opened this issue Nov 24, 2024 · 2 comments
Assignees

Comments

@rsgmodelworks
Copy link
Collaborator

Updating appsettings.Production.json causes it to add two ports not one. This clause worked on 8443 with my certificate but it also is listening on 443 (and that does not work, per Firefox there is a cert error.)

"Kestrel": {
"EndPoints": {
"HttpsInlineCertFile": {
"Url": "https://*.8443",
"Certificate": {
"Path": "my_custom_cert.pfx",
"Password": "password"
}
}
}
}

@mistial-dev
Copy link

Is a password required for certificates?

@bytedreamer
Copy link
Owner

I will need to look into allowing custom certificates

@bytedreamer bytedreamer self-assigned this Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants