Last active
August 1, 2017 17:02
-
-
Save jlsherrill/4d563a310a8a720506bb54d2d0b2bc92 to your computer and use it in GitHub Desktop.
restore and restore smart proxy configs certs
This file contains 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
rake -- config -k ssl_ca_file -v /etc/pki/katello/certs/katello-default-ca.crt | |
rake -- config -k ssl_certificate -v /etc/pki/katello/certs/$(hostname)-foreman-client.crt | |
rake -- config -k ssl_priv_key -v /etc/pki/katello/private/$(hostname)-foreman-client.key |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment