Rename/relocate receptor cert and keys (#14091)

This commit is contained in:
Hao Liu
2023-06-09 12:57:04 -04:00
committed by GitHub
parent 044d6bf97c
commit b96564da55
3 changed files with 9 additions and 11 deletions

View File

@@ -665,7 +665,7 @@ RECEPTOR_CONFIG_STARTER = (
{
'tls-client': {
'name': 'tlsclient',
'rootcas': '/etc/receptor/tls/ca/receptor-ca.crt',
'rootcas': '/etc/receptor/tls/ca/mesh-CA.crt',
'cert': '/etc/receptor/tls/receptor.crt',
'key': '/etc/receptor/tls/receptor.key',
'mintls13': False,