mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
Allow TLS 1.2 for Receptor connections (#1300)
- 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.
This commit is contained in:
@@ -269,6 +269,7 @@ data:
|
|||||||
key: /etc/receptor/tls/receptor.key
|
key: /etc/receptor/tls/receptor.key
|
||||||
name: tlsclient
|
name: tlsclient
|
||||||
rootcas: /etc/receptor/tls/ca/receptor-ca.crt
|
rootcas: /etc/receptor/tls/ca/receptor-ca.crt
|
||||||
|
mintls13: false
|
||||||
- work-signing:
|
- work-signing:
|
||||||
privatekey: /etc/receptor/signing/work-private-key.pem
|
privatekey: /etc/receptor/signing/work-private-key.pem
|
||||||
tokenexpiration: 1m
|
tokenexpiration: 1m
|
||||||
|
|||||||
Reference in New Issue
Block a user