Commit Graph

1061 Commits

Author SHA1 Message Date
Armando Lüscher edfefb6763
Add usage instructions and repo link to post issues. 2017-02-12 12:24:57 +01:00
Armando Lüscher 98b3dcbf37
Prefix all private functions with `_cyon`.
Satisfy shellcheck.
2017-02-12 12:22:50 +01:00
Armando Lüscher 2698ef6c5f
Return instead of exit.
Clear OTP secret if environment variable is set to empty. This is for when the 2FA is disabled.
Rename `_is_idn` function to `_is_idn_cyon`.
Remove usage of curl (except for URL encoding of data).
Instead of cleaning up the cookie jar, get rid of it completely and logout of cyon instead.
2017-02-12 12:22:49 +01:00
Armando Lüscher 46b2ee3bae
Replace all echos with printf. 2017-02-12 12:22:49 +01:00
Armando Lüscher e7ee3a7dd5
Remove jq completely to not require it as a dependency. 2017-02-12 12:22:49 +01:00
Armando Lüscher 0085e6f83b
Don't use jq to fetch list of DNS entries to be deleted. 2017-02-12 12:22:49 +01:00
Armando Lüscher c90fa3bcfc
Fix problems found by travis. 2017-02-12 12:22:49 +01:00
Armando Lüscher 0ec9b9823f
Add DNS API for cyon.ch 2017-02-12 12:22:48 +01:00
neilpang cd9c3a79e5 update doc 2017-02-11 21:29:36 +08:00
neil f3685bdef9 Merge pull request #607 from Neilpang/syslog
support syslog
2017-02-11 21:28:09 +08:00
neilpang e2edf20833 support syslog 2017-02-11 21:15:36 +08:00
neilpang d47c5eaf60 update issue template 2017-02-11 20:13:21 +08:00
neilpang 0984585d58 minor, rename command 2017-02-11 13:36:52 +08:00
neilpang 04e0f87c03 add doc 2017-02-11 13:24:00 +08:00
neil ba69062a36 Merge pull request #599 from hebbet/hebbet-patch-1
remove extra space
2017-02-10 22:04:46 +08:00
neil f3a71f62a1 Merge pull request #600 from Neilpang/hex
better hexdump
2017-02-10 21:05:50 +08:00
neilpang 4e4a6d8397 better hexdump
fix https://github.com/Neilpang/acme.sh/issues/595
2017-02-10 20:55:25 +08:00
hebbet d8beaf727f remove extra space
remove extra space from help
2017-02-10 13:26:17 +01:00
neil 34f25fa590 support mingw/git-bash 2017-02-10 18:20:15 +08:00
neil c9d7daab70 fix https://github.com/Neilpang/acme.sh/issues/593 2017-02-10 13:34:34 +08:00
neilpang 7c488b5913 doc for stateless mode 2017-02-06 21:37:21 +08:00
neilpang 0e44f587a5 add stateless mode 2017-02-06 20:42:54 +08:00
neilpang 339a8ad610 minor, output thumbprint 2017-02-06 19:53:12 +08:00
neilpang 5d2c5b01a8 add _utc_date function 2017-02-06 19:30:53 +08:00
neil d6edff3182 fix ci 2017-02-06 14:20:37 +08:00
neil dba26c3240 fix check for Mac nc command, it doesn't contain "openbsd", but it works. 2017-02-06 13:27:58 +08:00
neil 0ca5b7996c minor clear account conf 2017-02-06 09:29:33 +08:00
neil 63e1d3610c Merge pull request #585 from Neilpang/master
exe mode
2017-02-05 23:15:55 +08:00
neilpang b4325026b1 exe 2017-02-05 23:14:25 +08:00
neil b072ef2e82 Merge pull request #584 from Neilpang/dev
add note info if netcat-openbsd is required.
2017-02-05 23:06:38 +08:00
neilpang 562a4c056e add note info if netcat-openbsd is required. 2017-02-05 23:06:06 +08:00
neil bb8248556d Merge pull request #583 from Neilpang/dev
fix https://github.com/Neilpang/acme.sh/issues/578
2017-02-05 22:09:50 +08:00
neilpang b22b085b50 fix https://github.com/Neilpang/acme.sh/issues/578
support openssl 1.1.0
2017-02-05 22:08:52 +08:00
neil a50252382a Merge pull request #580 from Neilpang/dev
Dev
2017-02-05 13:20:35 +08:00
neilpang 9bdb799b41 fix bug when the od command is missing 2017-02-05 13:16:51 +08:00
neil 259cefab72 Merge pull request #571 from dkerr64/FreeDNS
Add FreeDNS plugin support to acme.sh
2017-02-05 11:12:13 +08:00
David Kerr 09ed421948 Merge remote-tracking branch 'upstream/master' into FreeDNS 2017-02-04 10:51:52 -05:00
David Kerr 87f5ec5be5 Add Accept-Language:en-US to HTTP header as precaution against future multi-lingual FreeDNS pages. 2017-02-04 10:36:51 -05:00
David Kerr f78b656f5f Add error message if fails to add TXT record for missing security code (probably a FreeDNS public domain) 2017-02-04 10:21:58 -05:00
David Kerr e6b940e247 Minor edits to FreeDNS documentation 2017-02-03 22:59:22 -05:00
David Kerr 50a9680f17 Travis error... remove blank line at end of file. 2017-02-03 11:13:12 -05:00
neil f2a6dc4dfd Merge pull request #574 from Neilpang/dev
Dev
2017-02-03 20:22:16 +08:00
neil 67e3dd36b3 Merge branch 'dev' of https://github.com/Neilpang/acme.sh into dev 2017-02-03 11:13:56 +08:00
neil 6c4cc357b5 _readlink 2017-02-03 11:13:38 +08:00
neil 94965a418f Merge pull request #573 from Neilpang/dev
Dev
2017-02-02 20:57:22 +08:00
David Kerr 40e6ba1100 fix heading level to match others. 2017-02-01 17:12:52 -05:00
David Kerr 0aed065a75 Updates to README.md 2017-02-01 17:08:26 -05:00
neil 70b63a5ed4 Create README.md 2017-02-01 23:18:37 +08:00
neilpang 1476a9ecf1 fix format 2017-02-01 16:12:43 +08:00
David Kerr 600a235140 Add FreeDNS plugin 2017-01-31 23:16:04 -05:00