When I generate a PFX file and upload it to an Azure Container Apps Environment, it generates this warning:
PKCS#12 bundle could not be parsed as DER, falling back to parsing as BER. Please file an issue at https://github.com/pyca/cryptography/issues explaining how your PKCS#12 bundle was created. In the future, this may become an exception.
I've added a comment to pyca/cryptography#12936.
Is there a way to get POSH ACME using DER instead of BER?
When I generate a PFX file and upload it to an Azure Container Apps Environment, it generates this warning:
PKCS#12 bundle could not be parsed as DER, falling back to parsing as BER. Please file an issue at https://github.com/pyca/cryptography/issues explaining how your PKCS#12 bundle was created. In the future, this may become an exception.I've added a comment to pyca/cryptography#12936.
Is there a way to get POSH ACME using DER instead of BER?