summaryrefslogtreecommitdiff
path: root/custom/simp_le.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-01-24 12:21:44 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2016-01-24 12:21:44 +0100
commit3deb5a33ee217240ac87bc627007c7aa1c58b007 (patch)
tree8cd2a3c73df95a2536aa5ddb65394e9c002f1e7b /custom/simp_le.nix
parent2c2adb123227bac3f63726d3a232a270ebb4174d (diff)
downloadnixos-3deb5a33ee217240ac87bc627007c7aa1c58b007.tar
nixos-3deb5a33ee217240ac87bc627007c7aa1c58b007.tar.gz
nixos-3deb5a33ee217240ac87bc627007c7aa1c58b007.tar.bz2
nixos-3deb5a33ee217240ac87bc627007c7aa1c58b007.tar.xz
nixos-3deb5a33ee217240ac87bc627007c7aa1c58b007.zip
typos
Diffstat (limited to 'custom/simp_le.nix')
-rw-r--r--custom/simp_le.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/custom/simp_le.nix b/custom/simp_le.nix
index 5d502817..4082612e 100644
--- a/custom/simp_le.nix
+++ b/custom/simp_le.nix
@@ -8,8 +8,8 @@ domain:
8 8
9let 9let
10 script = writeText "cert.sh" '' 10 script = writeText "cert.sh" ''
11 mkdir -p $dir 11 mkdir -p ${dir}
12 cd $dir 12 cd ${dir}
13 ${simp_le}/bin/simp_le -d ${domain}:/srv/www/acme/${domain}/ \ 13 ${simp_le}/bin/simp_le -d ${domain}:/srv/www/acme/${domain}/ \
14 --email "phikeebaogobaegh@141.li" \ 14 --email "phikeebaogobaegh@141.li" \
15 -f account_key.json \ 15 -f account_key.json \
@@ -18,4 +18,4 @@ let
18 -f key.pem 18 -f key.pem
19 ''; 19 '';
20in 20in
21 "${bash}/bin/bash ${script} ${dir} ${domain} > ${eject}/bin/logger -p auth.info" 21 "${bash}/bin/bash ${script} > ${eject}/bin/logger -p auth.info"