When rotating certificates, an error like shown below may show up:
{"errors":{"base":["[#\u003cI18n::MissingTranslation: Translation missing: en.activerecord.errors.models.certificate_rotation.base.there_can_be_only_one\u003e, :en, \"activerecord.errors.models.certificate_rotation.base.there_can_be_only_one\", {}]"]}}
OpsMan/Foundation Core
When the error is shown check if there are an entry in the db as follows:
Check an output of the following command:
om -e $OM_ENV certificate-authorities
Then from the Ops Manager VM itself, run:
sudo -u tempest-web psql tempest_production
SELECT * FROM certificate_rotations;
select id, name , created_at, updated_at, active, guid from certificates;
If there is an old entry from previous rotation open a support ticket with Broadcom support.