Skip to main content

I need to reinstall a new PFX certificate file in my IFS Cloud environment. I don’t find the procedure in the OFS documentation but I suppose that it should be just a matter of running an ifsinstaller command with the mtinstaller option. Am I right ?

Hi @jean.gaschler,

Yes, according to following documentation, there is no difference in applying a fresh install of middle tier and applying a configuration change to the middle tier. The mtinstaller will make sure that what is in your ifscloud-values.yaml and soultionset.yaml is what will be running after the installer has run.

https://docs.ifs.com/techdocs/21r2/020_installation/200_installing_ifs_cloud/060_deploy_middle_tier/

Documentation for installer actions:

https://docs.ifs.com/techdocs/21r2/020_installation/200_installing_ifs_cloud/035_ifs_cloud_ifsinstaller/020_installer_actions/

You can either specify the correct location of your certificate and password in ifscloud-values.yaml file or pass them as installation parameters when running the installer as well, as mentioned here:

https://docs.ifs.com/techdocs/21r2/020_installation/200_installing_ifs_cloud/035_ifs_cloud_ifsinstaller/030_installation_parameters/

Hope this helps!