Skip to content
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.

Commit

Permalink
Created Refreshing certificate (markdown)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkasparek committed Jul 16, 2018
1 parent f4d6466 commit 0677fbb
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Refreshing-certificate.md
@@ -0,0 +1,16 @@
Issue: Spacewalk 2.4 (and previous versions) has expired on 2018-07-13

Solution: Upgrade Spacewalk to 2.5 (which does not use entitlement certificates anymore)

OR

download following gpg public key which was used for signing the entitlement certificate:
`wget https://raw.githubusercontent.com/spacewalkproject/spacewalk/SPACEWALK-2.4/branding/setup/spacewalk-cert-key.gpg`

import the key: `gpg --keyring /etc/webapp-keyring.gpg --no-default-keyring --import spacewalk-cert-key.gpg`

NOTE: keyring path might differ, the default is `/etc/webapp-keyring.gpg` if you have changed it, look for `web.gpg_keyring` in `/usr/share/rhn/config-defaults/rhn_web.conf` and `/etc/rhn/rhn.conf`

and then download the updated entitlement certificate: `wget https://raw.githubusercontent.com/spacewalkproject/spacewalk/SPACEWALK-2.4/branding/setup/spacewalk-public.cert`

and import it: `rhn-satellite-activate --disconnected --rhn-cert=spacewalk-public.cert`

0 comments on commit 0677fbb

Please sign in to comment.