Rename/relocate receptor crt in install bundle (#14201)

This commit is contained in:
Cesar Francisco San Nicolas Martinez 2023-07-05 14:50:55 +02:00 committed by GitHub
parent 989b80e771
commit 0f96d9aca2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ receptor_work_commands:
custom_worksign_public_keyfile: receptor/work_public_key.pem
custom_tls_certfile: receptor/tls/receptor.crt
custom_tls_keyfile: receptor/tls/receptor.key
custom_ca_certfile: receptor/tls/ca/receptor-ca.crt
custom_ca_certfile: receptor/tls/ca/mesh-CA.crt
receptor_protocol: 'tcp'
receptor_listener: true
receptor_port: {{ instance.listener_port }}