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

feat: Add SNI enablement for custom hostnames #9

Merged
merged 4 commits into from
Jul 26, 2024
Merged

Conversation

jmservera
Copy link
Owner

The code changes introduce a new Bicep module sni-enable.bicep that enables SNI (Server Name Indication) for custom hostnames in the OCPP server infrastructure. This module allows specifying the appName, appHostname, and certificateThumbprint as parameters to configure the appCustomHostEnable resource.

Adding this module enables using the same domain in the App Service backend to ensure safe cookie passthrough.

The code changes introduce a new Bicep module `sni-enable.bicep` that enables SNI (Server Name Indication) for custom hostnames in the OCPP server infrastructure. This module allows specifying the `appName`, `appHostname`, and `certificateThumbprint` as parameters to configure the `appCustomHostEnable` resource.

Adding this module enables using the same domain in the App Service backend to ensure safe cookie passthrough.
@jmservera jmservera merged commit 13a4b09 into main Jul 26, 2024
5 checks passed
@jmservera jmservera deleted the backend-domain branch July 26, 2024 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant