Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
Hi @Edwin Otten
Azure App Service Managed Certificates, including those used by Azure Static Web Apps, currently support only RSA 2048-bit keys. Higher key sizes such as 3072-bit and 4096-bit are not supported in the managed certificate offering, and there has been no official announcement regarding future support for larger RSA key lengths.
For environments that require RSA 3072-bit keys, such as those following the Dutch National Cyber Security Centre guidelines, a custom TLS certificate is required. Azure App Service fully supports uploading custom certificates with 3072-bit or 4096-bit RSA keys, and organizations can automate renewal through Azure Key Vault–based certificate rotation.
Reference:
- Add and manage TLS/SSL certificates in Azure App Service
- Use TLS/SSL certificates in your application code
If support for larger RSA key sizes in managed certificates is important for your scenario, you may consider submitting this request through the Azure Feedback platform so that the product team can review and prioritize it based on customer demand.
Hope this helps!