Skip to content

Commit

Permalink
Allow TLS 1.2 for Receptor connections (#1300)
Browse files Browse the repository at this point in the history
- Required for FIPS environment where TLS 1.3 is
not supported
- TLS 1.3 can still be used if the nodes
both agree to use during handshake.
  • Loading branch information
fosterseth authored Mar 29, 2023
1 parent c76ad2c commit 2b3fd83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/installer/templates/configmaps/config.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ data:
key: /etc/receptor/tls/receptor.key
name: tlsclient
rootcas: /etc/receptor/tls/ca/receptor-ca.crt
mintls13: false
- work-signing:
privatekey: /etc/receptor/signing/work-private-key.pem
tokenexpiration: 1m

0 comments on commit 2b3fd83

Please sign in to comment.