diff --git a/changelog/unreleased/tls-artefacts-out-of-binary-location.md b/changelog/unreleased/tls-artefacts-out-of-binary-location.md index 45df3dbf84..17ec7d9e32 100644 --- a/changelog/unreleased/tls-artefacts-out-of-binary-location.md +++ b/changelog/unreleased/tls-artefacts-out-of-binary-location.md @@ -1,4 +1,4 @@ -Enhancement: Use system default location to store TLS artefacts. +Enhancement: Use system default location to store TLS artefacts This used to default to the current location of the binary, which is not ideal after a first run as it leaves traces behind. It now uses the system's location for artefacts with the help of https://golang.org/pkg/os/#UserConfigDir.