My question is this: is it possible to make an Azure Application Gateway FIPS compliant?
My understanding for compliance is that the SSL method needs to use FIPS 140-2 encryption.
I've done some research, and I'm pretty sure the answer is no for the following reasons:
- FIPS standards do not allow passwords on stored keys (.pfx files)
- The Application Gateway setup for SSL requires a .pfx file with a password
I thought I would ask here in case there were any round-about methods for making an application gateway FIPS compliant, like with PowerShell commands or utilizing the Key Vault, that are not documented in Microsoft's documentation.
Thanks!