Browse Source

added install script

develop
Robin Thoni 7 years ago
parent
commit
ec8b2ab44e
1 changed files with 8 additions and 0 deletions
  1. 8
    0
      install

+ 8
- 0
install View File

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

Loading…
Cancel
Save