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 theappName
,appHostname
, andcertificateThumbprint
as parameters to configure theappCustomHostEnable
resource.Adding this module enables using the same domain in the App Service backend to ensure safe cookie passthrough.