Actions
Architecture #18788
closedArchitecture #18784: Reuse agent certificates for HTTPS communication
Use agent certificate in httpd configuration
Fix check:
To do
Regression:
Description
Replace the used certificate:
Something like:
openssl rsa -in /var/rudder/cfengine-community/ppkeys/localhost.priv -out "/opt/rudder/etc/ssl/agent.key" -passin "pass:Cfengine passphrase"
SSLCertificateFile /opt/rudder/etc/ssl/agent.cert SSLCertificateKeyFile /opt/rudder/etc/ssl/agent.key
Updated by Alexis Mousset over 3 years ago
- Status changed from New to In progress
- Assignee set to Alexis Mousset
Updated by Alexis Mousset over 3 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Alexis Mousset to Benoît PECCATTE
- Pull Request set to https://github.com/Normation/rudder/pull/3699
Updated by Alexis Mousset over 3 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|ba6463ffbf9ccfb853e563bfd6777df5133a6184.
Updated by Vincent MEMBRÉ about 3 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 7.0.0~beta1 which was released today.
Actions