When upgrading a Domino deployment to a new version, you can use the custom_certificates key in domino.yml to provide a new certificate bundle.
If the key is not yet specified, the installer will do the following:
-
Any existing
domino-custom-certificatesbundle will continue to be used, and can still be updated independently of the installer. -
If there is no existing
domino-custom-certificatesConfigMap,custom_certificatesis not set, and the legacydomino-executor-certificatesConfigMap exists, it will be copied and upgraded to the new format/name. If you are using thecustom_certificatesfield to configure certificate bundles and thedomino-executor-certificatesConfigMap exists, make sure to copy the relevant contents of thedomino-executor-certificatesConfigMap to thedomino.ymlas the ConfigMap will not be used.
