Actions
Architecture #14818
closedArchitecture #14008: Replace syslog by an HTTPS based communication for reporting
Generate a certificate for unix agents
Fix check:
Regression:
Description
Currently we only have a keypair. Generate certificate from the existing key to allow easy signing of reports.
On windows, we do:
$cmd2 = "set `"OPENSSL_CONF=$rudderBase\etc\ssl\openssl.cnf`" && `"$rudderBase\bin\openssl.exe`" req -new -sha256 -key `"$rudderBase\etc\ssl\localhost.priv`" -out `"$rudderBase\etc\ssl\localhost.cert`" -passin `"pass:Rudder-dsc passphrase`" -x509 -days 3650 -extensions agent_cert -subj `"/CN=$env:computername/UID=$guid`""
Updated by Alexis Mousset over 5 years ago
- Status changed from New to In progress
- Assignee set to Alexis Mousset
Updated by Alexis Mousset over 5 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-packages/pull/1890
Updated by Rudder Quality Assistant over 5 years ago
- Status changed from Pending technical review to Discussion
- Assignee changed from Benoît PECCATTE to Alexis Mousset
Updated by Alexis Mousset over 5 years ago
- Status changed from Discussion to New
- Pull Request deleted (
https://github.com/Normation/rudder-packages/pull/1890)
This needs to be done in agent.
Updated by Benoît PECCATTE over 5 years ago
- Status changed from New to In progress
- Assignee changed from Alexis Mousset to Benoît PECCATTE
Updated by Benoît PECCATTE over 5 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Benoît PECCATTE to Alexis Mousset
- Pull Request set to https://github.com/Normation/rudder-packages/pull/1902
Updated by Benoît PECCATTE over 5 years ago
- Status changed from Pending technical review to In progress
- Assignee changed from Alexis Mousset to Benoît PECCATTE
- Pull Request deleted (
https://github.com/Normation/rudder-packages/pull/1902)
Updated by Benoît PECCATTE over 5 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Benoît PECCATTE to Alexis Mousset
- Pull Request set to https://github.com/Normation/rudder-agent/pull/217
Updated by Benoît PECCATTE over 5 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder-agent|e4c9b8d31539fc7c22670a3548e9e8905c3dc2ae.
Updated by Vincent MEMBRÉ about 5 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 6.0.0~beta1 which was released today.
Actions