{ domains ? [] , simp_le , lib , stdenv }: let getcert = domain: '' echo ${domain} >> /tmp/domains.test ''; all = "#!${stdenv}/bin/bash\n\n" + lib.concatMapStringsSep "\n" getcert domains in builtins.toFile "certs.sh" all