Skip to content

Commit

Permalink
Fixes #17043: Align agent certificate on the one used by windows agents
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdall committed Apr 3, 2020
1 parent 05ab826 commit 3aa500b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rudder-agent/SOURCES/openssl.cnf
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ distinguished_name = req_distinguished_name

[ agent_cert ]
# subject = /CN=hostname/UID=uuid
basicConstraints = CA:FALSE
basicConstraints = CA:TRUE
subjectKeyIdentifier = hash
authorityKeyIdentifier = keyid:always, issuer:always
keyUsage = digitalSignature, dataEncipherment, keyEncipherment, keyAgreement
keyUsage = digitalSignature, dataEncipherment, keyEncipherment, keyAgreement, keyCertSign
#extendedKeyUsage = clientAuth

0 comments on commit 3aa500b

Please sign in to comment.