The script is in a general forked from acme-dns-certbot-joohoi and the modified to include basic auth support for the calls.
Please execute the following pip command to install the requirements.
pip install requests
The script is in a general forked from acme-dns-certbot-joohoi and the modified to include basic auth support for the calls.
Please execute the following pip command to install the requirements.
pip install requests
require "formula" | |
require_relative "lib/private_strategy" | |
class Hoge < Formula | |
homepage "https://github.com/yourcompany/hoge" | |
url "https://github.com/yourcompany/hoge/releases/download/v0.1.0/hoge_v0.1.0_darwin_amd64.tar.gz", :using => GitHubPrivateRepositoryReleaseDownloadStrategy | |
sha256 "6de411ff3e4b1658a413dd6181fcXXXXXXXXXXXXXXXXXXXX" | |
head "https://github.com/yourcompany/hoge.git" | |
version "0.1.0" |