acme.sh/dnsapi
Alexander Kulumbeg c384ed960c
Syncing with the original repo (#2)
* change arvan api script

* change Author name

* change name actor

* Updated --preferred-chain to issue ISRG properly

To support different openssl crl2pkcs7 help cli format

* dnsapi/pdns: also normalize json response in detecting root zone

* Chain (#3408)

* fix https://github.com/acmesh-official/acme.sh/issues/3384
match the issuer to the root CA cert subject

* fix format

* fix https://github.com/acmesh-official/acme.sh/issues/3384

* remove the alt files. https://github.com/acmesh-official/acme.sh/issues/3384

* upgrade freebsd and solaris

* duckdns - fix "integer expression expected" errors (#3397)

* fix "integer expression expected" errors

* duckdns fix

* Update dns_duckdns.sh

* Update dns_duckdns.sh

* Implement smtp notify hook

Support notifications via direct SMTP server connection.
Uses Python (2.7.x or 3.4+) to communicate with SMTP server.

* Make shfmt happy

(I'm open to better ways of formatting the heredoc
that embeds the Python script.)

* Only save config if send is successful

* Add instructions for reporting bugs

* Prep for curl or Python; clean up SMTP_* variable usage

* Implement curl version of smtp notify-hook

* More than one blank line is an abomination, apparently

I will not try to use whitespace to group code visually

* Fix: Unifi deploy hook support Unifi Cloud Key (#3327)

* fix: unifi deploy hook also update Cloud Key nginx certs

When running on a Unifi Cloud Key device, also deploy to
/etc/ssl/private/cloudkey.{crt,key} and reload nginx. This
makes the new cert available for the Cloud Key management
app running via nginx on port 443 (as well as the port 8443
Unifi Controller app the deploy hook already supported).

Fixes #3326

* Improve settings documentation comments

* Improve Cloud Key pre-flight error messaging

* Fix typo

* Add support for UnifiOS (Cloud Key Gen2)

Since UnifiOS does not use the Java keystore (like a Unifi
Controller or Cloud Key Gen1 deploy), this also reworks
the settings validation and error messaging somewhat.

* PR review fixes

* Detect unsupported Cloud Key java keystore location

* Don't try to restart inactive services

(and remove extra spaces from reload command)

* Clean up error messages and internal variables

* Change to _getdeployconf/_savedeployconf

* Switch from cp to cat to preserve file permissions

* feat: add huaweicloud error handling

* fix: fix freebsd and solaris

* support openssl 3.0
fix https://github.com/acmesh-official/acme.sh/issues/3399

* make the fix for rsa key only

* Use PROJECT_NAME and VER for X-Mailer header

Also add X-Mailer header to Python version

* Add _clearaccountconf_mutable()

* Rework read/save config to not save default values

Add and use _readaccountconf_mutable_default and
_saveaccountconf_mutable_default helpers to capture
common default value handling.

New approach also eliminates need for separate
underscore-prefixed version of each conf var.

* Implement _rfc2822_date helper

* Clean email headers and warn on unsupported address format

Just in case, make sure CR or NL don't end up in
an email header.

* Clarify _readaccountconf_mutable_default

* Add Date email header in Python implementation

* Use email.policy.default in Python 3 implementation

Improves standards compatibility and utf-8 handling
in Python 3.3-3.8. (email.policy.default becomes the
default in Python 3.9.)

* Prefer Python to curl when both available

* Change default SMTP_SECURE to "tls"

Secure by default. Also try to minimize configuration errors.
(Many ESPs/ISPs require STARTTLS, and most support it.)

* Update dns_dp.sh

没有encode中文字符会导致提交失败

* No need to include EC parameters explicitly with the private key.
(they are embedded)

* Fixes response handling and thereby allow issuing of subdomain certs

* Adds comment

* fix https://github.com/acmesh-official/acme.sh/issues/3402

* dnsapi/ionos: Use POST instead of PATCH for adding TXT record

The API now supports a POST route for adding records. Therefore
checking for already existing records and including them in a PATCH
request is no longer necessary.

* fix https://github.com/acmesh-official/acme.sh/issues/3433

* fix https://github.com/acmesh-official/acme.sh/issues/3019

* fix format

* Update dns_servercow.sh to support wildcard certs

Updated dns_servercow.sh to support txt records with multiple entries. This supports wildcard certificates that require txt records with the same name and different contents.

* Update dns_servercow.sh to support wildcard certs

Updated dns_servercow.sh to support txt records with multiple entries. This supports wildcard certificates that require txt records with the same name and different contents.

* fix https://github.com/acmesh-official/acme.sh/issues/3312

* fix format

* feat: add dns_porkbun

* fix: prevent rate limit

Co-authored-by: Vahid Fardi <vahid.fardi@snapp.cab>
Co-authored-by: neil <github@neilpang.com>
Co-authored-by: Gnought <1684105+gnought@users.noreply.github.com>
Co-authored-by: manuel <manuel@mausz.at>
Co-authored-by: jerrm <jerrm@users.noreply.github.com>
Co-authored-by: medmunds <medmunds@gmail.com>
Co-authored-by: Mike Edmunds <github@to.mikeedmunds.com>
Co-authored-by: Easton Man <manyang.me@outlook.com>
Co-authored-by: czeming <loser_wind@163.com>
Co-authored-by: Geert Hendrickx <geert@hendrickx.be>
Co-authored-by: Kristian Johansson <kristian.johansson86@gmail.com>
Co-authored-by: Lukas Brocke <lukas@brocke.net>
Co-authored-by: anom-human <80478363+anom-human@users.noreply.github.com>
Co-authored-by: neil <win10@neilpang.com>
Co-authored-by: Quentin Dreyer <quentin.dreyer@rgsystem.com>
2021-03-20 16:01:09 +01:00
..
dns_1984hosting.sh fix dnsapi/dns_1984hosting 2020-10-27 13:39:11 -04:00
dns_acmedns.sh add acme-dns plugin 2018-04-03 10:18:54 +02:00
dns_acmeproxy.sh Update authentication logic / info 2019-05-13 08:45:57 +02:00
dns_active24.sh Fix saving token for DNS Active24 2019-05-19 11:47:19 +02:00
dns_ad.sh Revert non-linode scripts since they're untested 2017-07-27 08:52:46 -04:00
dns_ali.sh Issue #2850 : grammar corrections for "exists" and "exist". 2020-06-29 11:29:10 -07:00
dns_anx.sh Speedup for _get_root function 2020-10-30 14:13:32 +01:00
dns_arvan.sh Syncing with the original repo (#2) 2021-03-20 16:01:09 +01:00
dns_autodns.sh Create dns_autodns.sh 2018-01-15 10:59:50 +01:00
dns_aws.sh fix shfmt 2020-08-17 22:18:20 +08:00
dns_azure.sh fix shfmt 2020-08-17 22:18:20 +08:00
dns_cf.sh fix https://github.com/acmesh-official/acme.sh/issues/2888 2020-04-29 10:42:17 +08:00
dns_clouddns.sh Format with shfmt 2020-01-22 05:33:46 +01:00
dns_cloudns.sh Fix SC2236 2020-07-16 06:14:50 +02:00
dns_cn.sh fix format 2019-03-09 09:13:49 +08:00
dns_conoha.sh fix shfmt 2020-08-17 22:18:20 +08:00
dns_constellix.sh Constellix made changes to their API. They added more search capabilities, but the changes are not backwards compatible. We need to use the exact parameter instead of name now. 2020-04-09 19:15:32 +02:00
dns_cx.sh use mutable 2019-04-29 21:52:22 +08:00
dns_cyon.sh fix shfmt 2020-08-17 22:18:20 +08:00
dns_da.sh fix shfmt 2020-08-17 22:18:20 +08:00
dns_ddnss.sh Filter out blank lines 2020-04-16 20:03:34 +02:00
dns_desec.sh Update dns_desec.sh 2020-11-12 22:09:31 +01:00
dns_df.sh typo fixing 2020-05-02 08:29:44 +02:00
dns_dgon.sh Fix SC2236 2020-07-16 06:18:12 +02:00
dns_dnsimple.sh Changed records per page to 5000 2019-01-25 09:27:30 +00:00
dns_do.sh fix shfmt 2020-08-17 22:18:20 +08:00
dns_doapi.sh Remove trailing spaces in text files 2019-10-05 21:09:24 +08:00
dns_domeneshop.sh Add support for Domeneshop DNS API (#2458) 2019-09-05 22:26:28 +08:00
dns_dp.sh Syncing with the original repo (#2) 2021-03-20 16:01:09 +01:00
dns_dpi.sh update dnspod.com api 2021-01-21 22:15:23 +08:00
dns_dreamhost.sh Addressing PR feedback 2018-02-13 21:02:38 -08:00
dns_duckdns.sh Syncing with the original repo (#2) 2021-03-20 16:01:09 +01:00
dns_durabledns.sh Remove trailing spaces in text files 2019-10-05 21:09:24 +08:00
dns_dyn.sh Add 'dns_dyn' DNS challenge validation script for Dyn Managed DNS API 2017-07-08 07:06:51 -05:00
dns_dynu.sh Added check for Authentication failure in dns_dynu module 2020-07-12 23:43:03 -03:00
dns_dynv6.sh fix shfmt error 2020-08-31 09:20:10 +02:00
dns_easydns.sh fix shfmt 2020-08-17 22:18:20 +08:00
dns_edgedns.sh add quotes to resolve shell check failure 2020-11-09 10:36:12 -05:00
dns_euserv.sh Remove trailing spaces in text files 2019-10-05 21:09:24 +08:00
dns_exoscale.sh Remove extraneous blank lines 2018-12-20 16:37:11 +01:00
dns_freedns.sh fix shfmt 2020-08-17 22:18:20 +08:00
dns_gandi_livedns.sh fix shfmt 2020-08-17 22:18:20 +08:00
dns_gcloud.sh fix shfmt 2020-08-17 22:18:20 +08:00
dns_gd.sh Issue #2850 : grammar corrections for "exists" and "exist". 2020-06-29 11:29:10 -07:00
dns_gdnsdk.sh Bug fix: DNS TXT entries will now be removed for dns_gdnsdk.sh 2020-05-14 23:04:08 +02:00
dns_he.sh fix shfmt 2020-08-17 22:18:20 +08:00
dns_hetzner.sh fix shfmt 2020-08-17 22:18:20 +08:00
dns_hexonet.sh Update dns_hexonet.sh 2020-06-24 12:26:11 +03:00
dns_hostingde.sh remove _hostingde_parse_no_strip_whitespace function as this breaks API requests 2019-05-22 16:20:28 +02:00
dns_huaweicloud.sh Syncing with the original repo (#2) 2021-03-20 16:01:09 +01:00
dns_infoblox.sh Add 'dns_dyn' DNS challenge validation script for Dyn Managed DNS API 2017-07-08 07:06:51 -05:00
dns_infomaniak.sh dnsapi/dns_infomaniak.sh: Replace grep by _contains 2020-10-27 13:39:10 -04:00
dns_internetbs.sh support change account conf from env 2018-12-24 14:59:14 +03:00
dns_inwx.sh INWX fix Domain Limit #1491 2020-05-13 12:14:27 +02:00
dns_ionos.sh Syncing with the original repo (#2) 2021-03-20 16:01:09 +01:00
dns_ispconfig.sh fix format 2021-01-16 23:50:57 +08:00
dns_jd.sh ttl 3000 2019-07-13 19:35:55 +08:00
dns_joker.sh fix shfmt 2020-08-17 22:18:20 +08:00
dns_kappernet.sh fix shfmt 2020-08-17 22:18:20 +08:00
dns_kas.sh Update dns_kas.sh 2020-01-23 19:20:44 +01:00
dns_kinghost.sh Issue #2850 : grammar corrections for "exists" and "exist". 2020-06-29 11:29:10 -07:00
dns_knot.sh Fix format: use double quote to prevent globbing and word splitting 2017-03-07 22:21:22 +09:00
dns_leaseweb.sh Fixed error 2019-10-25 13:46:10 +02:00
dns_lexicon.sh fix format 2020-07-07 20:52:00 +08:00
dns_linode_v4.sh fix https://github.com/acmesh-official/acme.sh/issues/3156 2021-01-10 11:48:12 +08:00
dns_linode.sh Revert "Update Linode API to v4" 2018-12-20 11:00:10 -05:00
dns_loopia.sh DNS Loopia min 300 TTL 2020-04-20 21:05:40 +03:00
dns_lua.sh other fixes 2018-02-17 15:12:19 +01:00
dns_maradns.sh Add support for MaraDNS 2019-05-25 16:55:09 +05:30
dns_me.sh use more compatible regex flag 2020-03-09 11:34:50 -06:00
dns_miab.sh update repo name 2020-01-30 12:06:39 +08:00
dns_misaka.sh fix misaka.io api: breaking changes introduced by apiv1 2020-09-03 21:46:54 +08:00
dns_myapi.sh update repo name 2020-01-30 12:06:39 +08:00
dns_mydevil.sh sync (#2127) 2019-02-27 20:41:50 +08:00
dns_mydnsjp.sh Increase security using https for MyDNS.JP API 2018-11-25 18:14:52 +09:00
dns_namecheap.sh Syncing with the original repo (#2) 2021-03-20 16:01:09 +01:00
dns_namecom.sh update 2019-03-16 15:09:49 +08:00
dns_namesilo.sh fixed #2441: dns_namesilo.sh _get_root (#2442) 2019-08-15 14:23:12 +08:00
dns_nederhost.sh Removed overwriting of the HTTP header file before sending a request. 2019-03-12 14:36:42 +01:00
dns_neodigit.sh Revert change 2018-12-04 14:36:28 +01:00
dns_netcup.sh Make travis happy. (SC2020) 2019-05-23 08:15:03 +02:00
dns_netlify.sh fix shfmt 2020-08-17 22:18:20 +08:00
dns_nic.sh Issue2547 wrong url construction for multiple dns services 2020-08-12 15:17:54 +03:00
dns_njalla.sh Bugfix error message in rest function 2020-05-07 15:45:47 +02:00
dns_nm.sh deleted txt entry routine by request of namemaster.de, entry is deleted automatically 2020-03-21 21:18:25 +01:00
dns_nsd.sh Removed trailing line 2019-05-01 12:25:46 +02:00
dns_nsone.sh Set NS1 DNS record TTL to 0 2019-02-06 21:49:17 +01:00
dns_nsupdate.sh Remove trailing spaces in text files 2019-10-05 21:09:24 +08:00
dns_nw.sh Add support for Thermo, Nexcess, and Futurehosting DNS APIs 2019-02-06 10:42:11 -05:00
dns_one.sh fix shfmt 2020-08-17 22:18:20 +08:00
dns_online.sh fix travis 2019-02-15 08:56:09 +00:00
dns_openprovider.sh Update dns_openprovider.sh 2020-04-27 15:41:50 +02:00
dns_openstack.sh Rename openstack to dns_openstack 2020-08-12 11:24:45 +10:00
dns_opnsense.sh Allow old and new API response 2020-04-21 11:43:08 +02:00
dns_ovh.sh fix https://github.com/acmesh-official/acme.sh/issues/3159 2020-10-27 13:39:09 -04:00
dns_pdns.sh Syncing with the original repo (#2) 2021-03-20 16:01:09 +01:00
dns_pleskxml.sh fix shfmt 2020-08-17 22:18:20 +08:00
dns_pointhq.sh Native PointHQ support 2019-01-08 15:59:29 +11:00
dns_porkbun.sh Syncing with the original repo (#2) 2021-03-20 16:01:09 +01:00
dns_rackcorp.sh _get_root now does not skip the first label of the domain 2021-01-11 13:03:42 +00:00
dns_rackspace.sh dns_rackspace: search for domain 2020-05-18 15:29:31 +10:00
dns_rcode0.sh Remove trailing spaces in text files 2019-10-05 21:09:24 +08:00
dns_regru.sh Merge pull request #3099 from Alexilmarranen/dev 2020-08-20 22:10:34 +08:00
dns_scaleway.sh fix: fix delete txt record and error mngtt 2020-12-08 16:32:31 +01:00
dns_schlundtech.sh Create DNS API for Schlundtech 2019-05-02 12:18:16 +02:00
dns_selectel.sh fix format 2018-01-26 20:39:41 +08:00
dns_servercow.sh Syncing with the original repo (#2) 2021-03-20 16:01:09 +01:00
dns_simply.sh Syncing with the original repo (#2) 2021-03-20 16:01:09 +01:00
dns_tele3.sh remove whitespace 2018-05-02 11:13:10 +02:00
dns_transip.sh Fix string truncation for POSIX 2020-05-19 23:09:16 +02:00
dns_ultra.sh support ultradns.com api (#2117) 2019-03-14 20:41:13 +08:00
dns_unoeuro.sh Username not required to contain "UE" 2020-07-02 09:48:05 +02:00
dns_variomedia.sh Reflect recent Variomedia API changes 2020-07-07 22:56:51 +02:00
dns_vscale.sh Fix Vscale 2019-11-03 07:21:16 +03:00
dns_vultr.sh - Return shell detect via env 2019-10-06 14:40:57 +03:00
dns_websupport.sh String change 2021-03-20 15:26:32 +01:00
dns_world4you.sh World4You shellcheck 2020-12-21 09:41:05 +01:00
dns_yandex.sh Fix SC2236 2020-07-16 06:18:46 +02:00
dns_zilore.sh head => _head_n 2018-03-28 18:14:45 +03:00
dns_zone.sh use different method to get root 2020-01-02 14:55:36 +02:00
dns_zonomi.sh fix format 2018-02-10 23:34:34 +08:00
README.md update repo name 2020-01-30 12:06:39 +08:00