Skip to content

Instantly share code, notes, and snippets.

@goneri
Created March 12, 2018 20:10
Show Gist options
  • Save goneri/cd80c0902817129763c0e86ec7ca9668 to your computer and use it in GitHub Desktop.
Save goneri/cd80c0902817129763c0e86ec7ca9668 to your computer and use it in GitHub Desktop.
rhcert-ui
# find a pool id with "Red Hat Certificate System"
subscription-manager attach --pool THE_ID
subscription-manager repos '--disable=*' --enable=rhel-7-server-rpms --enable=rhel-7-server-optional-rpms --enable=rhel-7-server-extras-rpms --enable=rhel-7-server-openstack-10-rpms --enable=rhel-7-server-cert-rpms
yum install -y redhat-certification
rhcertd start
systemctl restart httpd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment