We’ve got an RPM with Suse Manager SSL Certificate “rhn-org-trusted-ssl-cert-1.0-1.noarch.rpm”
This rpm contains one file named “/usr/share/rhn/RHN-ORG-TRUSTED-SSL-CER”.
The latest bootstrap script does not install this certficate correctly anymore.
Inside the Bootstrap Script I can see this comment:
# symlink & update certificates is already done in rpm post-install script
# no need to be done again if we have installed rpm
But this is not true for us. The rpm has no rpm post-install script.
Maybe because it was created in 2016 with an older version os SuMa?
How can I recreate the rpm with post-install script ?
I think you are on the right way. The ways to configure a CA certificate on different OSes and OS versions got more and more complex over the years.
If you want to generate a new RPM with current post script call these commands:
[QUOTE=mcalmer;56110]I think you are on the right way. The ways to configure a CA certificate on different OSes and OS versions got more and more complex over the years.
If you want to generate a new RPM with current post script call these commands:
Thank you very much. That worked perfectly.
The first command just created the rpm with existing Certificate and nothing else - that’s exactly what I wanted.