@lindsey.homenick
To export the full certificate chain for SonarQube, you can follow these steps:
1
|
keytool -exportcert -keystore <path_to_keystore_file> -alias <alias_name> -rfc -file <output_file_name> |
Replace <path_to_keystore_file>
with the path to the keystore file used by SonarQube, <alias_name>
with the alias used to generate the certificate, and <output_file_name>
with the name of the output file where you want to save the certificate chain.
You can now use this exported certificate chain for any configuration or integration that requires the full certificate chain for SonarQube.