We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
include ssl/alces-software/sub.class1.server.2015.ca.pem on the controller
The text was updated successfully, but these errors were encountered:
until this is fixed, workaround: after running all installers copy the new CA over /etc/certs/ca_crt then re-run the fixup cmds:
#Fixup Certs cp -f /etc/certs/nova_crt.pem /etc/certs/apache_crt.pem cp -f /etc/certs/nova_crt.pem /etc/certs/nginx_crt.pem cat /etc/certs/ca_crt >> /etc/certs/apache_crt.pem cat /etc/certs/ca_crt >> /etc/certs/nginx_crt.pem cp -fpav /etc/certs/nova_key.pem /etc/certs/apache_key.pem cp -fpav /etc/certs/nova_key.pem /etc/certs/nginx_key.pem chown nova:nova /etc/certs/nova* chown nginx:nginx /etc/certs/nginx* chmod 600 /etc/certs/*
Sorry, something went wrong.
No branches or pull requests
include ssl/alces-software/sub.class1.server.2015.ca.pem on the controller
The text was updated successfully, but these errors were encountered: