Commit Graph

5866 Commits (6fa24cad18e8e79bff55e83849a4c4bbcd48dd53)
 

Author SHA1 Message Date
neil 6fa24cad18
Merge pull request from 3VAbdAVE/dev
Fixed cloudkey gen 2 changes
neil 6313020ba9
Merge pull request from ghen2/hostname
Portability: use `uname -n` instead of `hostname`.
3VAbdAVE b2eead386d Merge remote-tracking branch 'upstream/dev' into dev
Geert Hendrickx b826123d98
Portability: use `uname -n` instead of `hostname`.
`hostname` is not available by default on some modern Linux distributions
(eg. Arch Linux), whereas `uname -n` is defined by POSIX, so guaranteed.
neil cf537070d8
Merge pull request from vlad-kms/master
Feature: Add new version API dns SELECTEL dns_selectel.sh (actual v2)
neil 7a00a1dced
Merge pull request from HTDemony/master
Create script for deploy certificate on Proxmox Backup Server
Demony 80c37ebab2
Merge branch 'dev' into master
neil 5fb4136bcd
Merge pull request from jpmens/patch-2
Correct typo in acme.sh
Yann DEMOULIN 6a249ca1dd Create script for deploy certificate on Proxmox Backup Server
Jan-Piet Mens 5610d4782f
Correct typo in acme.sh
neil 65239c7c25
Merge pull request from JazzMalar/master
Update dns_cyon plugin
Markus Schenk 1b123054b3 also updated the other validation functions
Markus Schenk b29d17f522 changed char class for compatibility with openbsd
Markus Schenk 04aefbf28d moved the env change check to its own function
Markus Schenk 0e4fd5269b run tests
Markus Schenk 6328496bfb run tests
Markus Schenk 524b40b75f adhere to shell formatting
Markus Schenk 0241552c0d update dns_cyon for updated field names and add validation
neil fd3f6687ce
Merge pull request from catap/openbsd
Fix syntax for OpenBSD sh
neil 93d63749e6
Merge pull request from peterv99/dev
Add mijn.host DNS API Support
neil 41bf5450d9
Merge pull request from M0NsTeRRR/master
fix: remove control characters
Ludovic Ortega d37553e7b8
fix: remove control characters
Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>
neil 101d7138c2
Merge pull request from stokito/dnsapi_struct_info_missing
dnsapi: Add structured info for lima-city and west.cn
Sergey Ponomarev 11de3aed51 dnsapi: structured info minor fixes
Extend dns_myapi.sh info with samples.
omglol: Split Address option by a dot to avoid incorrect parsing with a dot from omg.lol

Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
3VAbdAVE 4bb41cf886 Fixed bad variable.
peterv99 1ae7dd9b11
Updated info block
Sergey Ponomarev a3250fac6d dnsapi: Add structured info for lima-city and west.cn
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
neil fabe6317ef
Merge pull request from stokito/dns_api_fix
DNS API: fix structural info for new providers
3VAbdAVE 23a4af9a52
Merge branch 'acmesh-official:master' into master
peterv99 9526dbadad mijn.host API unreliable, upped retry times to 15
Sergey Ponomarev 6ad469c637 dnsapi: Fix structured info
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
peterv99 b30cdf0873 Merge branch 'dev' of github.com:peterv99/acme.sh into dev
peterv99 234bc93ddb Removed superfluous debug message
peterv99 42862852b8 Corrected sleep message
peterv99 7a6101c417 Corrected sleep time message
peterv99 588123ed11 Updated backoff algorithm
peterv99 ac9852f9df Added fix for specific API error that mijn.host sometimes throws.
peterv99 d093476da5 Refactored REST calls to add generic retries,
as mijn.host API times out at times.
peterv99 9ad794f2cc Name change, function name change to mijnhost
peterv99 b0f566a80d Name change to be in line with other API scripts
Added time-out to _get calls at 120s to fix API timeouts
Vladimir Alexeev d3f3a70350 keep content:
# dns_selectel_info='Selectel.com
# Domains: Selectel.ru
# Site: Selectel.com
# Docs: github.com/acmesh-official/acme.sh/wiki/dnsapi#dns_selectel
# Options:
# Variables that must be defined before running
Vladimir Alexeev 3f262fe872 keep content:
# dns_selectel_info='Selectel.com
# Domains: Selectel.ru
# Site: Selectel.com
# Docs: github.com/acmesh-official/acme.sh/wiki/dnsapi#dns_selectel
# Options:
# Variables that must be defined before running
peterv99 150c708726 Better debug messages for root domain detection
peterv99 7512dbffbb Fixed yet another error in dns_rm
peterv99 3cfa882fe1 Fixed error in dns_mijn_host_rm
peterv99 35f3b7088d Updated PUT request to hold only fqdn domain name values#
peterv99 07220a324d Removed all jq references
peterv99 c7cecd5b4f Removed "." from _sub_domain to create a valid domain.
peterv99 ab1a2045d9 Made string removal in root domain detection posix compliant
peterv99 5e9a067e87 Fixed root domain detection and processing.