Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue 6349 - RFE - extract keys once (389ds#6363) (389ds#6394)
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: 389ds#6349 Author: William Brown <[email protected]> Review by: ???
- Loading branch information