You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

install 200B

12345678
  1. #! /usr/bin/env sh
  2. dir="$(dirname $(readlink -f "${0}"))"
  3. (cd "${dir}" && python setup.py install) &&
  4. mkdir -p /etc/letsencrypt &&
  5. cp "${dir}/config.example.json" /etc/letsencrypt/certbot-dns.json