Commit Graph

742 Commits (d0995665a327d8018399ecc7705f07c6c1d6364d)

Author SHA1 Message Date
neilpang a51f109930 fix https://github.com/Neilpang/acme.sh/issues/1234 7 years ago
neil 726c7a4d32
Merge pull request #1225 from Neilpang/2
merge v2
7 years ago
Felix Wolfsteller 47b49f1be9 Slightly improved --help output, fixes #1137 . 7 years ago
neilpang 120cde169b fix format 7 years ago
neilpang 1c35f46b45 fix https://github.com/Neilpang/acme.sh/issues/1212 7 years ago
neilpang eea713eed2 Merge branch 'dev' into 2 7 years ago
neilpang d1067c60bf fix https://github.com/Neilpang/acme.sh/issues/1193#issuecomment-360025170 7 years ago
Herve Couplet 9134b6ea98 if local-address is present, bind to that ip instead of 0.0.0.0 7 years ago
neilpang c05eb0b1b2 fx format 7 years ago
neilpang 04a609b51f fix https://github.com/Neilpang/acme.sh/issues/1209 7 years ago
neilpang 37f39c0870 minor 7 years ago
Holger Böhnke 78d1cfb464 fix bug in the --ca-bundle param of passing -f to _readlink
When _readlink is called the -f param must not be passed. _readlink (with
leading underscore) is a wrapper around readlink (without leading
underscore). _readlink already passes -f to readlink, that's why it must
not be passed to _readlink.
7 years ago
neilpang cd9fb3b635 fix https://github.com/Neilpang/acme.sh/issues/1189 7 years ago
neilpang 9e9f839d96 support only one wildcard domain.
fix https://github.com/Neilpang/acme.sh/issues/1188#issuecomment-357684744
7 years ago
neilpang 60814ecfe1 typo 7 years ago
neilpang cd8fc35968 fix dns manual mode. 7 years ago
neilpang d2cde379ad fix ACME v2: deactivate/deactivate-account/revoke 7 years ago
neilpang 72f54ca6c1 support ACME v2 wildcard cert 7 years ago
neilpang f8d22c486e fix format 7 years ago
neilpang c1151b0d45 first version to support ACME v2 7 years ago
neilpang 8201458332 fix https://github.com/Neilpang/acme.sh/issues/1123 7 years ago
neilpang 4249e13eb4 fix format 7 years ago
neilpang ca7ebd9333 fix typo 7 years ago
neilpang f87890cb4b v2.7.6 fix ECC 384 signature
https://github.com/Neilpang/acme.sh/issues/1130
https://github.com/Neilpang/acme.sh/issues/990
7 years ago
neilpang b615cce92d fix https://github.com/Neilpang/acme.sh/issues/1127 7 years ago
neilpang 6e93ff8bca fix https://github.com/Neilpang/acme.sh/issues/1106 7 years ago
neilpang 352dd907ac fix https://github.com/Neilpang/acme.sh/issues/1074 8 years ago
neilpang 5f6e3da766 fix https://github.com/Neilpang/acme.sh/issues/1062
change back to use openssl for tls mode.
8 years ago
Daniel 5261162fdf Remove stray single-quote
Get rid of a single stray erroneous single-quote that is breaking socat when using standalone mode.
8 years ago
neilpang 270ce87582 add debug info 8 years ago
neilpang 95949b6519 minor 8 years ago
neilpang 36309e6dbc minor, fix debug info 8 years ago
neilpang 53273a15bf use socat for tls mode 8 years ago
neilpang 3eeb090578 fix tls mode back to use openssl 8 years ago
neilpang 8148bfeacf fix https://github.com/Neilpang/acme.sh/issues/998 8 years ago
neilpang c73fdd4022 minor 8 years ago
neilpang 4356eefbb1 fix https://github.com/Neilpang/acme.sh/issues/1005#event-1232471561 8 years ago
neilpang 6104680caa fix https://github.com/Neilpang/acme.sh/issues/999 8 years ago
neilpang f9cdfd3e5b fix for behind proxy 8 years ago
neilpang 443a5ca0c2 socat tls mode 8 years ago
neilpang 3794b5cb58 fix changes for :https://community.letsencrypt.org/t/acme-sh-standalone-fails-multiple-validation-requests-staging-multi-va/41249/8
use socat instead of nc.
8 years ago
neilpang 309bec474f add warning for dns manual mode 8 years ago
Michele a07395fb56 Added support for busybox in time2str()
awk fallback if none of preceding method works
8 years ago
neilpang 415f375ce6 support fcrontab, fix https://github.com/Neilpang/acme.sh/issues/966 8 years ago
Brian Candler 8eab77f3c6 Add deployment script for unifi controller 8 years ago
neilpang a5c56c547d minor, fix dns param 8 years ago
Brian Candler 3281043e27 Clarify keylength parameter to _isEccKey() and _initpath()
Closes #950
8 years ago
neilpang c4d0aec536 do not retry for a invalid cert in cronjob.
fix https://github.com/Neilpang/acme.sh/issues/939
8 years ago
neil 81772fb703 minor, fix format 8 years ago
neilpang 5f8b60a0e5 fix https://github.com/Neilpang/acme.sh/issues/926
don't trigger validation for dns manually mode
8 years ago
neilpang 6b185d20c0 fix format 8 years ago
neilpang 1bbc33a0cf minor fix CA_DIR 8 years ago
neilpang a71eba07a1 minor, fix resource name 8 years ago
neilpang 422dd1fa4f Implement deactivate account: --deactivate-account 8 years ago
neilpang c4b2e5829e add always-force-new-domain-key. fix https://github.com/Neilpang/acme.sh/issues/914 8 years ago
neilpang 1be222f6ed minor 8 years ago
neilpang 14d7bfdab2 fix deactivate for lower rate limit 8 years ago
neilpang ea722da3de add debug info 8 years ago
neilpang d04434e3ec fix alias 8 years ago
neilpang eb0ef6bd3d fix https://github.com/Neilpang/acme.sh/issues/614#issuecomment-311160843 8 years ago
neil 841b762796 minor 8 years ago
neilpang 88ada80686 step to 2.7.3 8 years ago
neilpang 8f01919f62 minor 8 years ago
neilpang 98394f99b5 fix server host 8 years ago
neilpang cae50e16a7 fix https://github.com/Neilpang/acme.sh/issues/882#issuecomment-309383956 8 years ago
neilpang 4a2ac7bd2e fix renew for stage cert 8 years ago
neilpang a3bdaa85f2 minor 8 years ago
neilpang 40ef86f475 fix for deactivate function 8 years ago
neilpang 4cee14f3c5 fix format 8 years ago
neilpang 48d9a8c180 support `--server` 8 years ago
neilpang 08b4e1a744 add ACME_NO_COLOR and `--no-color` not to ouput color text 8 years ago
neil d68f0999a4 Merge pull request #891 from Neilpang/aix
fix https://github.com/Neilpang/acme.sh/issues/805
8 years ago
neilpang 2c9ed4c565 check invalid subject cn in the csr
fix https://github.com/Neilpang/acme.sh/issues/805
8 years ago
neilpang b963dadc14 fix format 8 years ago
neilpang b9a972bccd fix openssl 1.1.0 for https://github.com/Neilpang/acme.sh/issues/888 8 years ago
neilpang fcc0aef7f4 start 2.7.2 8 years ago
neilpang f3dc5dd12f fix https://github.com/Neilpang/acme.sh/issues/881#issuecomment-309026385 8 years ago
neilpang 326c386b2e add debug message 8 years ago
neil a79e96802f Merge pull request #877 from Neilpang/master
sync
8 years ago
neilpang 65b22b493c minor, debug info 8 years ago
neil 8e845d9f21 make install command respect LE_CONFIG_HOME env 8 years ago
neilpang 450efea191 fix format 8 years ago
neilpang 241cfc4342 fix nginx mode issue for multiple entries 8 years ago
neilpang 7c67e3d7e2 fix typo 8 years ago
neilpang 674790a511 add more detect for nginx mode 8 years ago
neilpang df711b0ea2 minor, add debug info 8 years ago
neilpang 8a420dd853 fix https://github.com/Neilpang/acme.sh/issues/865#issuecomment-304599955 8 years ago
neilpang f8bcfeb2ab fix xargs issue for freebsd
https://github.com/Neilpang/acme.sh/issues/865#issuecomment-304599955
8 years ago
neil ded4469efe fix for openbsd, sed doesn't support `I` option. 8 years ago
neilpang ed3dda7da9 fix format 8 years ago
neilpang fa93d68b08 promote performance 8 years ago
neil b420ec6cb9 fix for performance of _h2b() function 8 years ago
neil 2844d73dc7 fix https://github.com/Neilpang/acme.sh/issues/844 8 years ago
neilpang 5b3e3d9cf4 fix https://github.com/Neilpang/acme.sh/issues/812 8 years ago
neilpang 148f869bec fix https://github.com/Neilpang/acme.sh/issues/805 8 years ago
neil 3f1a76d9e4 fix https://github.com/Neilpang/acme.sh/issues/808 8 years ago
neil 3c07f57aad minor remove spaces 8 years ago
neilpang fcdf41ba29 support change account conf from env 8 years ago
Kok Suan Lim 7f618e7ecc fix missing space bug on if statement 8 years ago
neilpang 482cb73702 fix https://github.com/Neilpang/acme.sh/issues/758 8 years ago
neilpang 3576754c21 fix https://github.com/Neilpang/acme.sh/issues/549 8 years ago
neilpang 49d75a0cd4 minor, add more error message 8 years ago
neilpang 7df062b7d7 add more debug info 8 years ago
neilpang f3b434397b v2.6.8 support Docker 8 years ago
neilpang 232c7361a9 fix format 8 years ago
neilpang d8ba26e664 add retry for issuer cert 8 years ago
neil 6cf7be4b7e fix https://github.com/Neilpang/acme.sh/issues/751 8 years ago
neil 58d4c74b0b export Le_Domain for reloadcmd
fix https://github.com/Neilpang/acme.sh/issues/558#issuecomment-289926193
8 years ago
Josh Soref f94433e504 spelling: validation 8 years ago
Josh Soref 8f73e24175 spelling: specifies 8 years ago
Josh Soref 61a48a5b9f spelling: please 8 years ago
Josh Soref 84a6730b1a spelling: obtain 8 years ago
Josh Soref 357b514bc9 spelling: lines 8 years ago
Josh Soref b54ce31078 spelling: changing 8 years ago
neilpang 13fe54c938 update doc 8 years ago
neilpang 5c539af7d7 rename parameters 8 years ago
neil 7f25205aeb Merge pull request #732 from jtbr/curl-patch
--ca-path patch for curl/wget ssl support
8 years ago
jtbr 4bdab73dd5 formatting 8 years ago
jtbr f19f21007c formatting 8 years ago
jtbr f21dd9117d Handle case of busybox netstat, with no pid support 8 years ago
jtbr 2aa75f034f Adds support for --ca-path option for using non-default curl/wget CA certs 8 years ago
neil c87cd0de73 fix https://github.com/Neilpang/acme.sh/issues/729 https://github.com/Neilpang/acme.sh/issues/721 8 years ago
neil 4dd646a424 fix https://github.com/Neilpang/acme.sh/issues/719 8 years ago
neilpang c4bf5eef73 add _upper_case and _lower_case 8 years ago
neil f08a79d372 fix nginx mode 8 years ago
neil 5378d9ca26 fix nginx mode 8 years ago
neilpang 6fb2a1ed39 minor fix comments 8 years ago
neilpang e735d8d4e5 minor 8 years ago
neil 58ef6d8385 fix wget error message 8 years ago
neilpang 177b57e1c0 fix wget content on 404 error 8 years ago
neilpang 810c129ca9 minor fix error message 8 years ago
neilpang f731a4c704 fix 404 for wget 8 years ago
neilpang 39a1f1ef64 fix 404 for wget 8 years ago
neil 9b12407028 Wget (#678)
* --use-wget force to use wget

* fix force wget
8 years ago
neil 81532f375e fix https://github.com/Neilpang/acme.sh/issues/667#issuecomment-282629936 8 years ago
neilpang 7c2e875494 fix https://github.com/Neilpang/acme.sh/issues/675 8 years ago
neilpang c719a61ea7 fix format 8 years ago
neilpang 58e4d337e4 clear the pending authz when issue error
fix bug https://github.com/Neilpang/acme.sh/issues/663
8 years ago
neilpang 342128a457 fix format 8 years ago
neilpang 4410226db1 add --toPkcs8 command
fix https://github.com/Neilpang/acme.sh/issues/664
8 years ago
neilpang 77f1ea40cd fix format 8 years ago
neilpang 851fedf751 rename OPENSSL_BIN to ACME_OPENSSL_BIN 8 years ago
neilpang e6cd596dc9 add debug info 8 years ago
neilpang 044da37c95 change installcert parameter order 8 years ago
neilpang 1efb2085e9 fix debug info 8 years ago
neil 8796adfd63 fix https://github.com/Neilpang/acme.sh/issues/614 8 years ago
neilpang 85e1f4ea13 refactor parameters 8 years ago
neilpang d9c9114b3b refactor key length 8 years ago
neilpang 02140ce763 refactor alt domains 8 years ago
neilpang af1cc3b331 refactor params 8 years ago
neilpang 93bce1b24c support multiple deploy hook
fix https://github.com/Neilpang/acme.sh/issues/508
8 years ago
neilpang e6e85b0c55 secure debug message 8 years ago
neilpang 52765466c1 fix syslog doc 8 years ago
neilpang 113089be5d fix syslog level 8 years ago
neilpang fc6cf4d963 fix syslog 8 years ago
neilpang 6480250221 fix for freebsd 8 years ago
neilpang c70432996a compatible to openssl 0.9 for hmac function 8 years ago
neil b7924ce58b fix format 8 years ago
neil 0bc745f68f retry if nonce is invalid
fix https://github.com/Neilpang/acme.sh/issues/627
8 years ago
neilpang 52f8b787c9 fix https://github.com/Neilpang/acme.sh/issues/622 8 years ago
neilpang ad153ae041 fix https://github.com/Neilpang/acme.sh/issues/622 8 years ago
neilpang 72af092cc1 fix https://github.com/Neilpang/acme.sh/issues/614 8 years ago
neilpang 7db28745c8 start v2.6.7 8 years ago
neilpang 6921211461 fix debug message 8 years ago
neilpang 9f90618a70 fix https://github.com/Neilpang/acme.sh/issues/617 8 years ago
neilpang 302c41edc9 fix format 8 years ago
neilpang 5d943a35f8 fix https://github.com/Neilpang/acme.sh/issues/616 8 years ago
neilpang 03f8d6e946 fix https://github.com/Neilpang/acme.sh/issues/615 8 years ago
neilpang 9d725af602 support nginx mode 8 years ago
neilpang d88f8e862b move backup to sub folder. 8 years ago
neilpang fd72cced13 move the backup file to acme home
fix https://github.com/Neilpang/acme.sh/issues/488
8 years ago
neilpang e2edf20833 support syslog 8 years ago
neilpang 0984585d58 minor, rename command 8 years ago
neil ba69062a36 Merge pull request #599 from hebbet/hebbet-patch-1
remove extra space
8 years ago
neilpang 4e4a6d8397 better hexdump
fix https://github.com/Neilpang/acme.sh/issues/595
8 years ago
hebbet d8beaf727f remove extra space
remove extra space from help
8 years ago
neil 34f25fa590 support mingw/git-bash 8 years ago
neilpang 0e44f587a5 add stateless mode 8 years ago
neilpang 339a8ad610 minor, output thumbprint 8 years ago
neilpang 5d2c5b01a8 add _utc_date function 8 years ago
neil dba26c3240 fix check for Mac nc command, it doesn't contain "openbsd", but it works. 8 years ago
neil 0ca5b7996c minor clear account conf 8 years ago
neilpang 562a4c056e add note info if netcat-openbsd is required. 8 years ago
neilpang b22b085b50 fix https://github.com/Neilpang/acme.sh/issues/578
support openssl 1.1.0
8 years ago
neilpang 9bdb799b41 fix bug when the od command is missing 8 years ago
neil 67e3dd36b3 Merge branch 'dev' of https://github.com/Neilpang/acme.sh into dev 8 years ago
neil 6c4cc357b5 _readlink 8 years ago
neilpang 5f8daeeb6d minor, a better hex_dump 8 years ago
neilpang c3b1eb0837 fix format 8 years ago
neilpang 542d7977db add new _url_encode 8 years ago
neilpang 11927a768e minor, rename 8 years ago
neilpang 839bf0e2c9 fix format 8 years ago
neil 25555b8c3e pass the paths to reload cmd 8 years ago
neilpang 68aea3af9e fix format 8 years ago
neilpang 78f0201dfa add --remove 8 years ago
neilpang be83a6a37a minor, fix alias 8 years ago
neilpang f5b546b3c8 rename to LE_CONFIG_HOME 8 years ago
neilpang 0533bde9f2 Merge branch 'random' into dev
# Conflicts:
#	acme.sh
8 years ago
neilpang 32b3717c32 random minute 8 years ago
neil d950f801af Merge pull request #546 from Neilpang/comma
Comma
8 years ago
neilpang 2aff36e74b fix comma in domain 8 years ago
neil db7e4bf940 fix format 8 years ago
neil ee20015d44 fix format 8 years ago
neilpang 80941f8413 minor 8 years ago
neilpang 27dbe77fad add "--config-home" 8 years ago
neilpang 2fbf399156 minor 8 years ago
neil 5413bf8753 minor, clear account key cache if new-authz error. 8 years ago
neilpang d11d476126 "Don't use [] around ranges in tr, it replaces literal square brackets." 8 years ago
neilpang d0f7c309ab run pre-hook first 8 years ago
neilpang ec9975c3d9 fix format 8 years ago
neilpang 20444bf253 fix https://github.com/Neilpang/acme.sh/issues/465 8 years ago
neilpang 3a3b0dd5c1 fix https://github.com/Neilpang/acme.sh/issues/481 8 years ago
neilpang e2c939fb97 fix https://github.com/Neilpang/acme.sh/issues/480 8 years ago
neilpang 08b6cf0231 fix https://github.com/Neilpang/acme.sh/issues/478 8 years ago
Armando Lüscher 0a3b6c4813
Keep backwards compatible. 8 years ago
Armando Lüscher 96db9362c5
Fix typo. 8 years ago
neil f81f93e9c3 Merge pull request #466 from ka7/spellingfixes_dev
Spellingfixes dev
8 years ago
neilpang a3a04b5f76 revert last fix 8 years ago
klemens 329174b6d9 spelling fixes 8 years ago
neilpang b171aff418 fix for wrt https://github.com/Neilpang/acme.sh/issues/465
I know it's a stupid fix, but it works.
I will check it later.
8 years ago
neilpang 1f6ffa3e88 fix warnings 8 years ago
neilpang 24d2a8b9d5 add debug info 8 years ago
neilpang 4d8b99a307 add more debug info 8 years ago
neilpang c4236e58d1 fix renew for different CA 8 years ago
neilpang 947d14ffeb fix deactivate function 8 years ago
neilpang 03d3f3afc3 fix for solaris 8 years ago
neilpang 5efbaa4849 minor, clear default confs 8 years ago
neilpang 21f201e371 support cloudflare rm function 8 years ago
neilpang 219e9115c0 fix format 8 years ago
neilpang b43416af97 do not use script home 8 years ago
neilpang 569d6c557c fix https://github.com/Neilpang/acme.sh/issues/426 8 years ago
neilpang 93f3098aec minor 8 years ago
neilpang dbd94d047b fix for aliyun api 8 years ago
neilpang a746139c53 support OPENSSL_BIN and "--openssl-bin" 8 years ago
neilpang 7834c25253 refactor HTTPS_INSECURE 8 years ago
neilpang 5b771039fc Support AWS Route53 api 8 years ago
neilpang 16d79ebaac fix format 8 years ago
neilpang e009ec8b93 Support AWS Route53 api 8 years ago
neilpang a3c0c7546d fix egrep performance 8 years ago
neilpang 44483dba21 fix format 8 years ago
neilpang 3498a5856a fix bug https://github.com/Neilpang/acme.sh/issues/401 8 years ago
neil ce4be4e91e fix _exists 8 years ago
neil 82dc2244c0 fix _exists for busybox 8 years ago
neilpang 7575094cf3 fix _exists 8 years ago
neilpang fa574fe833 fix shfmt 8 years ago
neilpang 3e5b102445 fix error message for nc 8 years ago
neilpang 54ae008dd7 minor, message typo 8 years ago
Philippe Kueck ce38ecb966
merge with upstream 8 years ago
neil 20ea859183 fix 'sed -i' permissions on PVE 8 years ago
neilpang 07af42476d change default user agent 8 years ago