From 2498a50199782cdaed89395b091253fee1c60c7a Mon Sep 17 00:00:00 2001 From: "A.Unger" Date: Mon, 7 Jun 2021 15:04:03 +0200 Subject: [PATCH] add changelog --- changelog/unreleased/tls-artefacts-out-of-binary-location.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelog/unreleased/tls-artefacts-out-of-binary-location.md diff --git a/changelog/unreleased/tls-artefacts-out-of-binary-location.md b/changelog/unreleased/tls-artefacts-out-of-binary-location.md new file mode 100644 index 0000000000..821288f171 --- /dev/null +++ b/changelog/unreleased/tls-artefacts-out-of-binary-location.md @@ -0,0 +1,5 @@ +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 github.com/ProtonMail/go-appdir. + +https://github.com/owncloud/ocis/pull/2129