Skip to content

Instantly share code, notes, and snippets.

View sudotac's full-sized avatar

sudotac

  • Asia/Tokyo
  • 23:31 (UTC +09:00)
View GitHub Profile
@sudotac
sudotac / uacme-cloudflare-hook.sh
Last active April 23, 2025 11:26 — forked from Gowee/uacme-cloudflare-hook.sh
DNS-01 challenge hook script of uacme for Cloudflare
#!/bin/sh
# shellcheck disable=SC3043
# Copyright (C) 2020 Michel Stam <michel@reverze.net>
# Copyright (C) 2021 Hung-I Wang <whygowe@gmail.com>
#
# The script is adatped from:
# https://github.com/ndilieto/uacme/blob/5edec0eea1bcf6f454ec1787297c2408c2f2e97a/nsupdate.sh
# https://gist.github.com/Gowee/e756f925cfcbd5ab32d564ee3c795786
#
# Licensed under the the GNU General Public License <http://www.gnu.org/licenses/>.