Created
March 12, 2018 20:10
-
-
Save goneri/cd80c0902817129763c0e86ec7ca9668 to your computer and use it in GitHub Desktop.
rhcert-ui
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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