mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 06:48:00 +01:00
add debug output
This commit is contained in:
parent
bfaaf84131
commit
16a00e216a
1 changed files with 1 additions and 0 deletions
|
@ -288,6 +288,7 @@ def subscriptions_new(ip, dnsservice, domain, token, target):
|
|||
|
||||
# run the ACME script
|
||||
print("# Running letsencrypt ACME script ...")
|
||||
print("# /home/admin/config.scripts/bonus.letsencrypt.sh issue-cert {0} {1} {2} {3} {4}".format(dnsservice, domain, token, target))
|
||||
acme_result = subprocess.Popen(
|
||||
["/home/admin/config.scripts/bonus.letsencrypt.sh", "issue-cert", dnsservice, domain, token, target],
|
||||
stdout=subprocess.PIPE, stderr=subprocess.STDOUT, encoding='utf8')
|
||||
|
|
Loading…
Add table
Reference in a new issue