diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2018-04-13 08:24:39 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2018-04-13 08:24:39 +0000 |
commit | c321ab2bbd2db9e162a11bee57311435c99df411 (patch) | |
tree | ccdc625c69028744287a4f42eb6fcbee549b16ea /etc | |
parent | f4e37f0580b950791e63730166f2946a114c83c6 (diff) |
spaces->tab
ok kettenis@+florian@'s OCD
Diffstat (limited to 'etc')
-rw-r--r-- | etc/acme-client.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/acme-client.conf b/etc/acme-client.conf index 5075f72bf9a..1fdd4a52b43 100644 --- a/etc/acme-client.conf +++ b/etc/acme-client.conf @@ -1,14 +1,14 @@ # -# $OpenBSD: acme-client.conf,v 1.6 2017/11/27 01:59:55 florian Exp $ +# $OpenBSD: acme-client.conf,v 1.7 2018/04/13 08:24:38 ajacoutot Exp $ # authority letsencrypt { - api url "https://acme-v01.api.letsencrypt.org/directory" - account key "/etc/acme/letsencrypt-privkey.pem" + api url "https://acme-v01.api.letsencrypt.org/directory" + account key "/etc/acme/letsencrypt-privkey.pem" } authority letsencrypt-staging { - api url "https://acme-staging.api.letsencrypt.org/directory" - account key "/etc/acme/letsencrypt-staging-privkey.pem" + api url "https://acme-staging.api.letsencrypt.org/directory" + account key "/etc/acme/letsencrypt-staging-privkey.pem" } #domain example.com { |