Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue 6340 - RFE - extract keys once (#6413)
Bug Description: Keys/Certs are extracted to PEM repeatedly causing many warnings during outbound TLS authenticated replication Fix Description: After more testing, if the connection is dropped and restarted, the certpath is retrieved but re-extraction does not occur. This still triggers the warning however. To resolve this, we only warn about the tpm namespace during library initialisation. I really hope I got it right this time :( fixes: #6340 Author: William Brown <[email protected]> Review by: @progier389 @vashirov
- Loading branch information