summaryrefslogtreecommitdiff
path: root/custom
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-01-13 04:54:47 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2016-01-13 04:54:47 +0100
commitbbf645567711d949b17fbaf1b52ff8a03ca16f36 (patch)
treee4bd914f2c0cf0423c7b637273396f553b0aaece /custom
parentf02c0c5efed9fca25d8d02eba86d4d1c13085d3d (diff)
downloadnixos-bbf645567711d949b17fbaf1b52ff8a03ca16f36.tar
nixos-bbf645567711d949b17fbaf1b52ff8a03ca16f36.tar.gz
nixos-bbf645567711d949b17fbaf1b52ff8a03ca16f36.tar.bz2
nixos-bbf645567711d949b17fbaf1b52ff8a03ca16f36.tar.xz
nixos-bbf645567711d949b17fbaf1b52ff8a03ca16f36.zip
full path to simp_le
Diffstat (limited to 'custom')
-rw-r--r--custom/simp_le.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/simp_le.nix b/custom/simp_le.nix
index a7196618..659adef5 100644
--- a/custom/simp_le.nix
+++ b/custom/simp_le.nix
@@ -9,7 +9,7 @@ let
9 date=$(date -u +'%Y-%m-%d') 9 date=$(date -u +'%Y-%m-%d')
10 mkdir -p /etc/ssl/${domain}/$date /srv/www/acme/${domain} || exit 1 10 mkdir -p /etc/ssl/${domain}/$date /srv/www/acme/${domain} || exit 1
11 cd /etc/ssl/${domain}/$date || exit 1 11 cd /etc/ssl/${domain}/$date || exit 1
12 simp_le \ 12 ${simp_le}/bin/simp_le \
13 -f cert.pem -f key.pem -f fullchain.pem -f account_key.json \ 13 -f cert.pem -f key.pem -f fullchain.pem -f account_key.json \
14 --email phikeebaogobaegh@141.li \ 14 --email phikeebaogobaegh@141.li \
15 -d ${domain}:/srv/www/acme/${domain} \ 15 -d ${domain}:/srv/www/acme/${domain} \