]> git.proxmox.com Git - mirror_acme.sh.git/log
mirror_acme.sh.git
8 years agoInstall from get.acme.sh
neil [Thu, 14 Apr 2016 14:27:51 +0000 (22:27 +0800)]
Install from get.acme.sh

8 years agorename to acme.sh
neil [Thu, 14 Apr 2016 13:44:26 +0000 (21:44 +0800)]
rename to acme.sh

8 years agoupdate doc for --home
neil [Wed, 13 Apr 2016 15:36:32 +0000 (23:36 +0800)]
update doc for --home

8 years agotypo
neil [Wed, 13 Apr 2016 14:58:03 +0000 (22:58 +0800)]
typo

8 years agominor
neil [Wed, 13 Apr 2016 13:38:13 +0000 (21:38 +0800)]
minor

8 years agov2.0.1. Use '--home' install of env
neil [Wed, 13 Apr 2016 12:37:18 +0000 (20:37 +0800)]
v2.0.1.  Use '--home' install of env

8 years agoMerge pull request #133 from Neilpang/nc-timeout
neil [Tue, 12 Apr 2016 16:26:20 +0000 (00:26 +0800)]
Merge pull request #133 from Neilpang/nc-timeout

Add nc timeout

8 years agokill nc
neil [Tue, 12 Apr 2016 16:24:55 +0000 (00:24 +0800)]
kill nc

8 years agoexpose the error
neil [Tue, 12 Apr 2016 15:47:09 +0000 (23:47 +0800)]
expose the error

8 years agokill nc process
neil [Tue, 12 Apr 2016 15:43:24 +0000 (23:43 +0800)]
kill nc process

8 years agoadd timeout for nc.
neil [Tue, 12 Apr 2016 15:18:22 +0000 (23:18 +0800)]
add timeout for nc.

8 years agoMerge pull request #127 from roozbehk/fixkeypath
neil [Tue, 12 Apr 2016 01:46:11 +0000 (09:46 +0800)]
Merge pull request #127 from roozbehk/fixkeypath

bug, incorrect parameter for keypath

8 years agoincorrect parameter for keypath
roozbehk [Tue, 12 Apr 2016 01:32:49 +0000 (21:32 -0400)]
incorrect parameter for keypath

8 years agoSave customized account.conf.
neil [Mon, 11 Apr 2016 14:33:57 +0000 (22:33 +0800)]
Save customized account.conf.

8 years ago100% compatible from 1.x to 2.x
neil [Sun, 10 Apr 2016 04:54:01 +0000 (12:54 +0800)]
100% compatible from 1.x to 2.x

8 years agoV2 help
neil [Sat, 9 Apr 2016 15:57:29 +0000 (23:57 +0800)]
V2 help

8 years agole.sh v2.0.0
neil [Sat, 9 Apr 2016 15:40:59 +0000 (23:40 +0800)]
le.sh v2.0.0
1. Unix-like command api
2. 100% compatible with le.sh 1.x command api.
3. Support different webroot for each domain in the same cert.
```
le.sh  --issue  -d a.com  -w /wwwroot/a.com  -d b.com -w /wwwroot/b.com
```
4. Support different authentication methods for each domain in the same cert. Hybrid usage:
```
le.sh  --issue  -d a.com -w /wwwroot/a.com  -d  b.com -dns dns-cf
```

5. Two different debug levels to provide useful debug info. `--debug`  or `--debug 2`
6. Support to install `fullchain.cer` after renewal.
7. Better performance.

8 years agoSupport revoke cert
neil [Wed, 6 Apr 2016 14:16:09 +0000 (22:16 +0800)]
Support revoke cert

8 years agoadd wiki link
neil [Tue, 5 Apr 2016 14:48:33 +0000 (22:48 +0800)]
add wiki link

8 years agoAdd `toPkcs` doc
neil [Tue, 5 Apr 2016 14:46:55 +0000 (22:46 +0800)]
Add `toPkcs` doc

8 years agoadd command "toPkcs" to convert cert file to pfx file.
neil [Tue, 5 Apr 2016 14:39:34 +0000 (22:39 +0800)]
add command "toPkcs" to convert cert file to pfx file.

8 years agofix compatible: apache before 2.4 and after 2.4
neil [Tue, 5 Apr 2016 13:40:48 +0000 (21:40 +0800)]
fix compatible: apache before 2.4 and after 2.4

8 years agoMerge branch 'master' of https://github.com/Neilpang/le
neil [Tue, 5 Apr 2016 13:17:27 +0000 (21:17 +0800)]
Merge branch 'master' of https://github.com/Neilpang/le

8 years agominor, remove unnecessary '/'
neil [Tue, 5 Apr 2016 13:17:04 +0000 (21:17 +0800)]
minor, remove unnecessary '/'

8 years agoMerge pull request #118 from BlueAnanas/fix2
neil [Tue, 5 Apr 2016 13:16:24 +0000 (21:16 +0800)]
Merge pull request #118 from BlueAnanas/fix2

Fix broken certificate backup in installcert when RealCACertPath == RealCertPath

8 years agoSave user's PATH for cron job.
neil [Tue, 5 Apr 2016 13:08:19 +0000 (21:08 +0800)]
Save user's PATH for cron job.

8 years agofix apache mode: It's not necessary to chown for apache mode.
neil [Tue, 5 Apr 2016 11:18:19 +0000 (19:18 +0800)]
fix apache mode: It's not necessary to chown for apache mode.

8 years agofix httpdconfname to be the basename
neil [Tue, 5 Apr 2016 11:10:56 +0000 (19:10 +0800)]
fix httpdconfname to be the basename

8 years agoRemoved redundant backup in installcert when RealCACertPath == RealCertPath
BlueAnanas [Thu, 3 Mar 2016 13:51:07 +0000 (14:51 +0100)]
Removed redundant backup in installcert when RealCACertPath == RealCertPath

8 years agofix issue for apache mode: fix case when the httpdconf is absolute path.
neil [Mon, 4 Apr 2016 14:37:58 +0000 (22:37 +0800)]
fix issue for apache mode: fix case when the httpdconf is absolute path.

8 years agofix compatible
neil [Sat, 2 Apr 2016 03:03:15 +0000 (11:03 +0800)]
fix compatible

8 years agofix bug save the real params for renewing.
neil [Sat, 2 Apr 2016 02:10:05 +0000 (10:10 +0800)]
fix bug save the real params for renewing.

8 years agofix for Proxmox
neil [Fri, 1 Apr 2016 15:48:42 +0000 (23:48 +0800)]
fix for Proxmox

8 years agoadd Proxmox
neil [Thu, 31 Mar 2016 15:26:31 +0000 (23:26 +0800)]
add Proxmox

8 years agoCloudLinux passed.
neil [Thu, 31 Mar 2016 13:40:52 +0000 (21:40 +0800)]
CloudLinux passed.

8 years agouse domain api in sub shell.
neil [Thu, 31 Mar 2016 13:28:54 +0000 (21:28 +0800)]
use domain api in sub shell.

8 years agoMerge branch 'master' of https://github.com/Neilpang/le
neil [Thu, 31 Mar 2016 12:42:49 +0000 (20:42 +0800)]
Merge branch 'master' of https://github.com/Neilpang/le

8 years agominor
neil [Thu, 31 Mar 2016 12:42:17 +0000 (20:42 +0800)]
minor

8 years agominor, just upgrade to a new version number 1.2.1
neil [Wed, 30 Mar 2016 11:10:58 +0000 (19:10 +0800)]
minor, just upgrade to a new version number 1.2.1

8 years agouninstall without crontab.
neil [Tue, 29 Mar 2016 13:57:56 +0000 (21:57 +0800)]
uninstall without crontab.

8 years agoForce to Install without crontab.
neil [Tue, 29 Mar 2016 13:49:18 +0000 (21:49 +0800)]
Force to Install without crontab.

8 years agoMerge pull request #109 from aaronbartell/master
neil [Tue, 29 Mar 2016 13:14:30 +0000 (21:14 +0800)]
Merge pull request #109 from aaronbartell/master

Fix for parsing for IBM i v7.2

8 years agoFix for parsing status in response
Aaron Bartell [Mon, 28 Mar 2016 18:06:43 +0000 (13:06 -0500)]
Fix for parsing status in response

The JSON `status` attribute wasn't being parsed and that caused the rest of the process to fail.  I changed it to be like the other JSON parsing (i.e. `entry` and `token`) and it now works.

8 years agoInstall online.
neil [Sun, 27 Mar 2016 12:43:32 +0000 (20:43 +0800)]
Install online.

8 years agominor fix
neil [Sun, 27 Mar 2016 12:37:26 +0000 (20:37 +0800)]
minor fix

8 years agoInstall online, git is not need.
neil [Sun, 27 Mar 2016 12:31:22 +0000 (20:31 +0800)]
Install online, git is not need.

8 years agoSupport Oracle Linux
neil [Thu, 24 Mar 2016 14:32:43 +0000 (22:32 +0800)]
Support Oracle Linux

8 years agoAdd CI status for Windows and FreeBSD
neil [Wed, 23 Mar 2016 15:26:26 +0000 (23:26 +0800)]
Add CI status for Windows and FreeBSD

8 years agofix nc issue for freebsd
neil [Wed, 23 Mar 2016 15:02:59 +0000 (23:02 +0800)]
fix nc issue for freebsd

8 years agominor
neil [Wed, 23 Mar 2016 14:41:24 +0000 (22:41 +0800)]
minor

8 years agocompatible for netstat on FreeBSD
neil [Wed, 23 Mar 2016 14:23:24 +0000 (22:23 +0800)]
compatible for netstat on FreeBSD

8 years agominor fix
neil [Wed, 23 Mar 2016 12:39:20 +0000 (20:39 +0800)]
minor fix

8 years agocompatible for windows netstat tool
neil [Wed, 23 Mar 2016 12:23:56 +0000 (20:23 +0800)]
compatible for windows netstat tool

8 years agoTest on KaLi Linux
neil [Mon, 21 Mar 2016 12:35:19 +0000 (20:35 +0800)]
Test on KaLi Linux

8 years agominor
neil [Sat, 19 Mar 2016 14:04:03 +0000 (22:04 +0800)]
minor

8 years agoUse 'wget' instead, if 'curl' is not installed.
neil [Sat, 19 Mar 2016 10:18:34 +0000 (18:18 +0800)]
Use 'wget' instead, if 'curl' is not installed.

8 years agorefactor openssl code
neil [Thu, 17 Mar 2016 13:18:09 +0000 (21:18 +0800)]
refactor openssl code

8 years agoMerge pull request #105 from colegatron/master
neil [Wed, 16 Mar 2016 15:40:17 +0000 (23:40 +0800)]
Merge pull request #105 from colegatron/master

In case /home/ivan/.le points to a symlink, it does not displays the …

8 years agoadd Archlinux CI status
neil [Wed, 16 Mar 2016 15:10:20 +0000 (23:10 +0800)]
add Archlinux  CI status

8 years agoIn case /home/ivan/.le points to a symlink, it does not displays the contents with...
colegatron [Wed, 16 Mar 2016 15:06:48 +0000 (16:06 +0100)]
In case /home/ivan/.le points to a symlink, it does not displays the contents with a simple 'ls'. Added a slash to force list the folder content.

8 years agoMerge branch 'master' of https://github.com/Neilpang/le
neil [Wed, 16 Mar 2016 14:21:18 +0000 (22:21 +0800)]
Merge branch 'master' of https://github.com/Neilpang/le

8 years agocompatible to GNU netcat
neil [Wed, 16 Mar 2016 14:20:47 +0000 (22:20 +0800)]
compatible to GNU netcat

8 years agoadd openSUSE CI status
neil [Wed, 16 Mar 2016 11:24:48 +0000 (19:24 +0800)]
add openSUSE CI status

8 years agoadd CI status
neil [Tue, 15 Mar 2016 16:39:37 +0000 (00:39 +0800)]
add CI status

8 years ago1.1.9, do not register account key each time. compare the account key hash.
neil [Tue, 15 Mar 2016 13:27:47 +0000 (21:27 +0800)]
1.1.9, do not register account key each time.  compare the account key hash.

8 years agominor
neil [Mon, 14 Mar 2016 14:36:11 +0000 (22:36 +0800)]
minor

8 years agominor
neil [Sun, 13 Mar 2016 14:08:28 +0000 (22:08 +0800)]
minor

8 years agofix nc -q param for centos5
neil [Sun, 13 Mar 2016 13:46:58 +0000 (21:46 +0800)]
fix nc -q param for centos5

8 years agoadd fedora
neil [Sun, 13 Mar 2016 11:30:47 +0000 (19:30 +0800)]
add fedora

8 years agominor, change debug info
neil [Sun, 13 Mar 2016 10:24:03 +0000 (18:24 +0800)]
minor, change debug info

8 years agofix portable. detect 'ss' or 'netstat'
neil [Sun, 13 Mar 2016 10:17:13 +0000 (18:17 +0800)]
fix portable. detect 'ss' or 'netstat'

8 years agofix nc compatible. try '-p' first
neil [Sun, 13 Mar 2016 08:14:15 +0000 (16:14 +0800)]
fix nc compatible. try '-p' first

8 years agofix nc info
neil [Sun, 13 Mar 2016 07:57:12 +0000 (15:57 +0800)]
fix nc info

8 years agorename fullchain.pem to fullchain.cer
neil [Sun, 13 Mar 2016 04:34:53 +0000 (12:34 +0800)]
rename fullchain.pem to fullchain.cer

8 years agoadd fullchain.pem
neil [Sun, 13 Mar 2016 03:37:14 +0000 (11:37 +0800)]
add fullchain.pem

8 years agoMerge pull request #98 from hamstercommunity/fix-missing-dns-function-message
Neil [Sat, 12 Mar 2016 11:02:18 +0000 (19:02 +0800)]
Merge pull request #98 from hamstercommunity/fix-missing-dns-function-message

Fix missing dns function message

8 years agoUse variable in error message instead of constructing it again
kaklakariada [Sat, 12 Mar 2016 06:42:18 +0000 (07:42 +0100)]
Use variable in error message instead of constructing it again

8 years agoFix error message for missing dos api function
kaklakariada [Fri, 11 Mar 2016 17:00:52 +0000 (18:00 +0100)]
Fix error message for missing dos api function

8 years agoMerge remote-tracking branch 'origin/master'
kaklakariada [Fri, 11 Mar 2016 16:57:51 +0000 (17:57 +0100)]
Merge remote-tracking branch 'origin/master'

8 years agominor
neil [Fri, 11 Mar 2016 14:37:04 +0000 (22:37 +0800)]
minor

8 years agograceful
neil [Fri, 11 Mar 2016 14:17:35 +0000 (22:17 +0800)]
graceful

8 years agofix issue '-p' is needed by Debian nc tool
neil [Fri, 11 Mar 2016 14:08:54 +0000 (22:08 +0800)]
fix issue '-p' is needed by Debian nc tool

8 years agoUpdate README.md
Neil [Fri, 11 Mar 2016 13:57:05 +0000 (21:57 +0800)]
Update README.md

8 years agosupport Alpine Linux
Neil [Thu, 10 Mar 2016 15:51:52 +0000 (23:51 +0800)]
support Alpine Linux

8 years agoMerge branch 'master' of https://github.com/Neilpang/le
neil [Thu, 10 Mar 2016 15:43:28 +0000 (23:43 +0800)]
Merge branch 'master' of https://github.com/Neilpang/le

8 years agofix compatible to alpine linux
neil [Thu, 10 Mar 2016 15:43:03 +0000 (23:43 +0800)]
fix compatible to alpine linux

8 years agotest openSUSE
Neil [Thu, 10 Mar 2016 14:55:33 +0000 (22:55 +0800)]
test openSUSE

8 years agoUpdate README.md
Neil [Thu, 10 Mar 2016 13:59:41 +0000 (21:59 +0800)]
Update README.md

8 years agoMerge branch 'master' of https://github.com/Neilpang/le
neil [Thu, 10 Mar 2016 13:54:46 +0000 (21:54 +0800)]
Merge branch 'master' of https://github.com/Neilpang/le

8 years agofix compatible for centos5 nc-1.84-10. `-p` is not necessary for all the tested platf...
neil [Thu, 10 Mar 2016 13:54:07 +0000 (21:54 +0800)]
fix compatible for centos5 nc-1.84-10. `-p` is not necessary for all the tested platforms. so, remove it.

8 years agoadd example for ecc certificate
Neil [Thu, 10 Mar 2016 06:17:47 +0000 (14:17 +0800)]
add example for ecc certificate

8 years agominor, remove space
neil [Thu, 10 Mar 2016 05:47:35 +0000 (13:47 +0800)]
minor, remove space

8 years agotypo
neil [Thu, 10 Mar 2016 05:42:46 +0000 (13:42 +0800)]
typo

8 years agoAWS Route 53
Neil [Thu, 10 Mar 2016 04:21:32 +0000 (12:21 +0800)]
AWS Route 53

8 years agoMerge remote-tracking branch 'remotes/Neilpang/master'
kaklakariada [Wed, 9 Mar 2016 20:16:52 +0000 (21:16 +0100)]
Merge remote-tracking branch 'remotes/Neilpang/master'

8 years agoMerge branch 'master' of https://github.com/kaklakariada/le
kaklakariada [Wed, 9 Mar 2016 20:16:05 +0000 (21:16 +0100)]
Merge branch 'master' of https://github.com/kaklakariada/le

8 years agoMerge branch 'Neilpang/master'
kaklakariada [Wed, 9 Mar 2016 20:05:18 +0000 (21:05 +0100)]
Merge branch 'Neilpang/master'

8 years agosupport pfsense
Neil [Wed, 9 Mar 2016 15:42:49 +0000 (23:42 +0800)]
support pfsense

8 years agofix compatible, 'sed -i' is not supported be freeBSD
neil [Wed, 9 Mar 2016 15:34:41 +0000 (23:34 +0800)]
fix compatible, 'sed -i' is not supported be freeBSD

8 years agofix compatible for pfsense.
neil [Wed, 9 Mar 2016 15:16:46 +0000 (23:16 +0800)]
fix compatible for pfsense.