Unable to pass property sonar.auth.saml.certificate.secured in sonar.properties file

Hello, we are currently using SonarQube 10.7 deployed as a zip file and connected to Azure SQL Database.
We are trying to automate the Sonarqube installation, upgrades processes.
As part of it we are trying to pass SAML config parameters through sonar.properties file
we are having issues passing certificate via the property {{sonar.auth.saml.certificate.secured}}
Looking for some help in passing the certificate the right way so Sonarqube can recognize it during startup.

Below is the error when it is unable to find the certificate when trying to login

2024.12.13 21:19:45 ERROR web[503558f6-7e18-4816-a313-e59b925e65e5][c.o.s.s.Saml2Settings] idp_cert_or_fingerprint_not_found_and_required
2024.12.13 21:19:45 ERROR web[503558f6-7e18-4816-a313-e59b925e65e5][c.o.saml2.Auth] Invalid settings: idp_cert_or_fingerprint_not_found_and_required
2024.12.13 21:19:45 WARN web[503558f6-7e18-4816-a313-e59b925e65e5][o.s.s.a.AuthenticationError] Fail to initialize authentication with provider ‘saml’
java.lang.IllegalStateException: Failed to create a SAML Auth

Hey there.

Except for those configuration properties listed by default in the conf/sonar.properties file, you must set configuration in the UI or using the settings domain of Web APIs.