From 22b6e21cbb304403d8ce9d14060c6a876cf2c0e8 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Tue, 1 Mar 2016 14:54:26 +0100 Subject: Cleanup file operations --- cmd/acme/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/acme') diff --git a/cmd/acme/config.go b/cmd/acme/config.go index 40bb3c1..8149393 100644 --- a/cmd/acme/config.go +++ b/cmd/acme/config.go @@ -138,7 +138,7 @@ func LoadConfig(fname string) (*Config, error) { dom.KeyFile = path.Join(keyPath, replace(d)+".key") } if dom.CrtFile == "" { - dom.CrtFile = path.Join(crtPath, replace(d)+".crt") + dom.CrtFile = path.Join(crtPath, replace(d)+".pem") } if c.BaseDir != "" { dom.KeyFile = path.Join(c.BaseDir, dom.KeyFile) -- cgit v1.2.3