summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--custom/simp_le.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/custom/simp_le.nix b/custom/simp_le.nix
index 590b3cac..2b2de3fa 100644
--- a/custom/simp_le.nix
+++ b/custom/simp_le.nix
@@ -1,11 +1,12 @@
1{ stdenv, simp_le 1{ stdenv, writeText
2, simp_le
2, eject 3, eject
3}: 4}:
4dir: 5dir:
5domain: 6domain:
6 7
7let 8let
8 script = stdenv.writeText "cert.sh" '' 9 script = writeText "cert.sh" ''
9 cd $dir 10 cd $dir
10 ${simp_le}/bin/simp_le -d ${domain}:/srv/www/acme/${domain}/ \ 11 ${simp_le}/bin/simp_le -d ${domain}:/srv/www/acme/${domain}/ \
11 --email "phikeebaogobaegh@141.li" \ 12 --email "phikeebaogobaegh@141.li" \