openwrt-packages/net/acme/files
Zhong Jianxin b528ec5e79 acme: Support DNS mode
Tested with dynu.com ddns.

Install acme-dnsapi:

    # opkg install acme-dnsapi

Example `/etc/config/acme`:

    config acme
        option state_dir '/etc/acme'
        option account_email email@example.org'
        option debug '0'

    config cert 'foo'
        option enabled '1'
        option use_staging '1'
        option keylength '2048'
        option update_uhttpd '0'
        option dns 'dns_dynu'
        list domains 'foo.dynu.com'
        list domains '*.foo.dynu.com'
        list credentials 'Dynu_ClientId="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"'
        list credentials 'Dynu_Secret="yyyyyyyyyyyyyyyyyyyyyyyyy"'

Run:

    # /etc/init.d/acme start

Signed-off-by: Zhong Jianxin <azuwis@gmail.com>
2018-04-19 11:05:35 +02:00
..
acme-cbi.lua acme: Support DNS mode 2018-04-19 11:05:35 +02:00
acme-controller.lua acme: Add Luci app 2016-08-05 21:37:37 +02:00
acme.config acme: Support running in webroot mode, detect other daemons on port 80 2017-04-26 16:32:24 +02:00
acme.init acme: Add package. 2016-08-05 17:41:09 +02:00
run.sh acme: Support DNS mode 2018-04-19 11:05:35 +02:00
uci-defaults-acme acme: Add Luci app 2016-08-05 21:37:37 +02:00