Description of problem: Expired cert warning have incorrectly formatted link Version-Release number of selected component (if applicable): spacewalk-java-2.3.8-120.el6sat.noarch How reproducible: always Steps to Reproduce: 1. Have Satellite with expired certificate # grep expires /etc/sysconfig/rhn/rhn-entitlement-cert.xml <rhn-cert-field name="expires">2015-11-18 14:15:00</rhn-cert-field> # TZ=GMT date Wed Nov 18 14:25:53 GMT 2015 2. Go to login page and notice the banner Actual results: Text says: Your satellite certificate has expired. Please visit the following link for steps on how to request or generate a new certificate: https://access.redhat.com/knowledge/tools/satcert Your satellite enters restricted period in 7 day(s). Expected results: Link should be hidden.
Created attachment 1096102 [details] banner
Link directs to page "Generating a new Satellite Certificate", but currently Satellite uses manifest instead of certificate. I think that it is not same. Does some article exist about Generating new manifest? Users can refresh their manifest by command >> cdn-sync --manifest-refresh
The code points to the page that we direct customers to, for all-things-sat5-cert related. If we want/need to change/addto that page, that's a fine idea - but the code is directing people to the place it's supposed to direct them to.
Verified spacewalk-java-2.5.14-85.el6sat.noarch
(In reply to Pavel Studeník from comment #3) > Link directs to page "Generating a new Satellite Certificate", but currently > Satellite uses manifest instead of certificate. I think that it is not same. > > Does some article exist about Generating new manifest? > > Users can refresh their manifest by command > > >> cdn-sync --manifest-refresh Pavel, you are exactly right. Please see bug 1447648 for updating content of that page.