Skip to content
New issue

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

Fixes #19550: Rudder-server-relay postinstall script fails to modify the certificate paths in the apache configuration #3722

Conversation

Fdall
Copy link
Contributor

@Fdall Fdall commented Jul 21, 2021


# Update the certificate locations if needed
if [ -f /etc/httpd/conf.d/rudder.conf ]; then
sed -i '/SSLCertificateFile.*\/opt\/rudder\/etc\/ssl\/rudder.crt/d' /etc/httpd/conf.d/rudder.conf
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should use /etc/${APACHE_VHOSTDIR}

@Fdall
Copy link
Contributor Author

Fdall commented Jul 21, 2021

PR updated with a new commit

@Normation-Quality-Assistant
Copy link
Contributor

This PR is not mergeable to upper versions.
Since it is "Ready for merge" you must merge it by yourself using the following command:
rudder-dev merge https://github.com/Normation/rudder/pull/3722
-- Your faithful QA
Kant merge: "In law a man is guilty when he violates the rights of others. In ethics he is guilty if he only thinks of doing so."
(https://ci.normation.com/jenkins/job/merge-accepted-pr/41721/console)

@Fdall
Copy link
Contributor Author

Fdall commented Jul 22, 2021

OK, squash merging this PR

…the certificate paths in the apache configuration
@Fdall Fdall force-pushed the bug_19550/rudder_server_relay_postinstall_script_fails_to_modify_the_certificate_paths_in_the_apache_configuration branch from 915ea91 to f58d725 Compare July 22, 2021 08:10
@Fdall Fdall merged commit f58d725 into Normation:master Jul 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants