From 3a32ce7c2e824dfd00d91fd94092bd9b9bea2ab7 Mon Sep 17 00:00:00 2001 From: florian <> Date: Wed, 21 Sep 2016 13:18:03 +0000 Subject: [PATCH] the account key(s) live in /etc/acme; OK benno@ --- src/etc/acme-client.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/etc/acme-client.conf b/src/etc/acme-client.conf index 2a4baa2a..b97c8d57 100644 --- a/src/etc/acme-client.conf +++ b/src/etc/acme-client.conf @@ -1,16 +1,16 @@ # -# $OpenBSD: acme-client.conf,v 1.1 2016/09/18 20:18:25 benno Exp $ +# $OpenBSD: acme-client.conf,v 1.2 2016/09/21 13:18:03 florian Exp $ # authority letsencrypt { agreement url https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2016.pdf api url "https://acme-v01.api.letsencrypt.org/directory" - account key /etc/ssl/private/my-acme.key + account key /etc/acme/letsencrypt-privkey.pem } authority letsencrypt-staging { agreement url https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2016.pdf api url https://acme-staging.api.letsencrypt.org/directory - account key /etc/ssl/private/my-acme-stage.key + account key /etc/acme/letsencrypt-staging-privkey.pem } domain example.com {