Browse Source

Update dns_add_nsupdate

pull/393/head
Robbie Mckennie 8 years ago
committed by GitHub
parent
commit
2f94b26c09
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      dns_scripts/dns_add_nsupdate

+ 1
- 1
dns_scripts/dns_add_nsupdate View File

@ -7,4 +7,4 @@ dnskeyfile="path/to/bla.key"
fulldomain="$1"
token="$2"
printf "update add _acme-challenge.%s. 300 in TXT \"%s\"\n\n" "${fulldomain}" "${token}" | nsupdate -k "${dnskeyfile}" -v "${updatefile}"
printf "update add _acme-challenge.%s. 300 in TXT \"%s\"\n\n" "${fulldomain}" "${token}" | nsupdate -k "${dnskeyfile}" -v

Loading…
Cancel
Save