jmservera / miscdemos

A miscelanea of all demos and templates to deploy them
MIT License
0 stars 1 forks source link

feat: Add SNI enablement for custom hostnames #9

Closed jmservera closed 3 months ago

jmservera commented 3 months ago

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.