From 3439b66e6e93385e46219d75ee47f6fd033b08cd Mon Sep 17 00:00:00 2001 From: Patrick Deziel Date: Wed, 25 Oct 2023 13:26:39 -0500 Subject: [PATCH] Update file names --- pkg/store/local/store.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/store/local/store.go b/pkg/store/local/store.go index 91091a0..33f8020 100644 --- a/pkg/store/local/store.go +++ b/pkg/store/local/store.go @@ -12,10 +12,10 @@ import ( ) const ( - passwordPrefix = "password" - passwordFile = "password.txt" + passwordPrefix = "pkcs12" + passwordFile = "pkcs12.password" certificatePrefix = "certificate" - certificateFile = "certificate.pem" + certificateFile = "certificate" ) // Open the local storage backend.