]> git.proxmox.com Git - mirror_acme.sh.git/log
mirror_acme.sh.git
8 years agosleep to wait dns record to take effect.
neil [Sat, 30 Jan 2016 14:47:22 +0000 (22:47 +0800)]
sleep to wait dns record to take effect.

8 years agofix bugs
neil [Sat, 30 Jan 2016 14:34:35 +0000 (22:34 +0800)]
fix bugs

8 years agominor fix
neil [Sat, 30 Jan 2016 14:11:09 +0000 (22:11 +0800)]
minor fix

8 years agodnsapi folder
neil [Sat, 30 Jan 2016 13:14:41 +0000 (21:14 +0800)]
dnsapi folder

8 years agoinstall dnsapi
neil [Sat, 30 Jan 2016 13:08:43 +0000 (21:08 +0800)]
install dnsapi

8 years agoexec
root [Sat, 30 Jan 2016 13:16:29 +0000 (16:16 +0300)]
exec

8 years agoinit dnsapi
neil [Sat, 30 Jan 2016 13:00:36 +0000 (21:00 +0800)]
init dnsapi

8 years agofix issue: do not re-generate domain key when call renew command
neil [Sat, 30 Jan 2016 02:39:02 +0000 (10:39 +0800)]
fix issue: do not re-generate domain key when call renew command

8 years agominor,add info message.
neil [Sat, 30 Jan 2016 02:24:41 +0000 (10:24 +0800)]
minor,add info message.

8 years agoMerge pull request #43 from raunsbaekdk/master
Neil [Fri, 29 Jan 2016 22:49:30 +0000 (06:49 +0800)]
Merge pull request #43 from raunsbaekdk/master

Updated DNS description

8 years agoUpdated DNS description
raunsbaekdk [Fri, 29 Jan 2016 22:35:34 +0000 (23:35 +0100)]
Updated DNS description

Making it clearer that you are supposed to create the TXT record under the _acme-challenge subdomain

8 years agominor
neil [Wed, 27 Jan 2016 05:15:12 +0000 (13:15 +0800)]
minor
  #check if there is sudo installed, AND if the current user is a sudoer.

8 years agoMerge branch 'master' of https://github.com/Neilpang/le
neil [Wed, 27 Jan 2016 02:33:11 +0000 (10:33 +0800)]
Merge branch 'master' of https://github.com/Neilpang/le

8 years agoMerge pull request #39 from Neilpang/sha256
Neil [Tue, 26 Jan 2016 13:23:03 +0000 (21:23 +0800)]
Merge pull request #39 from Neilpang/sha256

remove dependency to "sha256sum" and "base64"

8 years agoremove dependency to "sha256sum" and "base64"
neil [Tue, 26 Jan 2016 13:04:24 +0000 (21:04 +0800)]
remove dependency to "sha256sum" and "base64"

8 years agoMerge branch 'master' of https://github.com/Neilpang/le
neil [Tue, 26 Jan 2016 06:22:27 +0000 (14:22 +0800)]
Merge branch 'master' of https://github.com/Neilpang/le

8 years agominor, polish install message
neil [Tue, 26 Jan 2016 06:22:12 +0000 (14:22 +0800)]
minor, polish install message

8 years agoMerge pull request #38 from Neilpang/h2b
Neil [Mon, 25 Jan 2016 16:04:20 +0000 (00:04 +0800)]
Merge pull request #38 from Neilpang/h2b

h2b: my own hex to bin.  remove dependency to 'xxd' tool

8 years agoh2b: my own hex to bin. remove dependency to xxd tool
neil [Mon, 25 Jan 2016 16:00:09 +0000 (00:00 +0800)]
h2b: my own hex to bin.  remove dependency to xxd tool

8 years agominor fix error message.
neil [Sun, 24 Jan 2016 13:28:44 +0000 (21:28 +0800)]
minor fix error message.

8 years agominor fix output message.
neil [Sun, 24 Jan 2016 13:16:09 +0000 (21:16 +0800)]
minor fix output message.

8 years agominor, uninstall le.sh in the workingdir.
neil [Sun, 24 Jan 2016 08:15:53 +0000 (16:15 +0800)]
minor, uninstall le.sh in the workingdir.

8 years agouse nmap Ncat for centOS
neil [Sun, 24 Jan 2016 02:40:08 +0000 (10:40 +0800)]
use nmap Ncat for centOS

8 years agominor, use WORKING_DIR/le.sh to run cronjob. removes the dependency to "which" command.
neil [Sun, 24 Jan 2016 02:28:53 +0000 (10:28 +0800)]
minor, use WORKING_DIR/le.sh to run cronjob. removes the dependency to "which" command.

8 years agominor, remove unnecessary error message.
neil [Sun, 24 Jan 2016 02:03:35 +0000 (10:03 +0800)]
minor, remove unnecessary error message.

8 years agoMerge branch 'master' of https://github.com/Neilpang/le
neil [Sat, 23 Jan 2016 15:24:09 +0000 (23:24 +0800)]
Merge branch 'master' of https://github.com/Neilpang/le

8 years agosupport fullchain. If the real cert path equals to the ca cert path, we will append...
neil [Sat, 23 Jan 2016 15:23:44 +0000 (23:23 +0800)]
support fullchain.  If the real cert path equals to the ca cert path, we will append the ca cert to the domain cert, which makes it a fullchain.

8 years agoupdate usage for the new separated features
Neil [Sat, 23 Jan 2016 15:04:42 +0000 (23:04 +0800)]
update usage for the new separated features

8 years agohide un-recommended parms from 'issue' command. It's recommended to set "cert-file...
neil [Sat, 23 Jan 2016 14:52:43 +0000 (22:52 +0800)]
hide un-recommended parms from 'issue' command. It's recommended to set "cert-file-path" etc via 'installcert' command.

8 years agofix bug: Le_RealCertPath was missing from installcert command
neil [Sat, 23 Jan 2016 14:29:06 +0000 (22:29 +0800)]
fix bug: Le_RealCertPath was missing from  installcert command

8 years agoMerge pull request #34 from samueltardieu/fix-space
Neil [Sat, 23 Jan 2016 11:42:28 +0000 (19:42 +0800)]
Merge pull request #34 from samueltardieu/fix-space

Remove extra space

8 years agoremove extra space leading to an error
Samuel Tardieu [Sat, 23 Jan 2016 11:03:46 +0000 (12:03 +0100)]
remove extra space leading to an error

The line was parsed as: execute command "" with removelevel being
cleared.

8 years agominor: fix install message.
neil [Sat, 23 Jan 2016 06:51:45 +0000 (14:51 +0800)]
minor: fix install message.

8 years agomake le more friendly to no-root user.
neil [Sat, 23 Jan 2016 06:41:10 +0000 (14:41 +0800)]
make le more friendly to no-root user.
1. separate installcronjob/uninstallcronjob. no-root users can use cron job without installing le.sh
2. add cron command for cron only.
3. polish help messages.
4. move le from /bin/le  to /usr/local/bin/le
5. only root can install to /usr/local/bin/le.  non-root users can use ether /usr/local/bin/le  or ~/.le/le.sh instead
6. WORKING_DIR can be specified when install/cronjob

8 years agoremove ".well-known" folder after verification
neil [Sat, 23 Jan 2016 02:49:38 +0000 (10:49 +0800)]
remove ".well-known" folder after verification

8 years agofix bug for webroot mode. The token was missing.
neil [Sat, 23 Jan 2016 01:59:18 +0000 (09:59 +0800)]
fix bug for webroot mode. The token was missing.

8 years agoseparate "installcert" from "issue" command.
neil [Sat, 23 Jan 2016 01:38:08 +0000 (09:38 +0800)]
separate "installcert" from "issue" command.

8 years agotypos
Neil [Thu, 21 Jan 2016 16:19:54 +0000 (00:19 +0800)]
typos

8 years agoDns mode
Neil [Thu, 21 Jan 2016 16:17:20 +0000 (00:17 +0800)]
Dns mode

8 years agoSupport dns-01 challenge
Neil [Thu, 21 Jan 2016 16:16:43 +0000 (00:16 +0800)]
Support dns-01 challenge

8 years agoSupport DNS-01 manually. Automatic api support is on its way.
neil [Thu, 21 Jan 2016 16:03:03 +0000 (00:03 +0800)]
Support DNS-01 manually. Automatic api support is on its way.

8 years agoMerge pull request #28 from lucasRolff/add_chown
Neil [Thu, 21 Jan 2016 03:34:17 +0000 (11:34 +0800)]
Merge pull request #28 from lucasRolff/add_chown

Chown directories to parent

8 years agoAlso changing group of .well-known directory
Lucas Rolff [Wed, 20 Jan 2016 18:05:46 +0000 (19:05 +0100)]
Also changing group of .well-known directory

8 years agoMerge pull request #29 from tombii/patch-1
Neil [Wed, 20 Jan 2016 08:06:08 +0000 (16:06 +0800)]
Merge pull request #29 from tombii/patch-1

FORCE=1 then we also need to regenerate the CSR

8 years agoUpdate le.sh
tombii [Wed, 20 Jan 2016 07:57:57 +0000 (15:57 +0800)]
Update le.sh

If we regenerate the key by using FORCE=1 then we also need to regenerate the CSR, otherwise the key will not match the certificate.

8 years agoChown directories to parent
Lucas Rolff [Sun, 17 Jan 2016 11:46:24 +0000 (12:46 +0100)]
Chown directories to parent

- You might configure web-servers to not allow reading files owned by root (or user you execute as), modified script to try chowning the .well-known recursively
- If you do not have chown rights it will work anyway

8 years agoremove unnecessary kill
neil [Thu, 14 Jan 2016 15:21:11 +0000 (23:21 +0800)]
remove unnecessary kill

8 years agonc exit automatically, not use kill anymore.
neil [Thu, 14 Jan 2016 15:19:31 +0000 (23:19 +0800)]
nc exit automatically, not use kill anymore.

8 years agomake the nc exit automatically, don't use kill anymore.
neil [Thu, 14 Jan 2016 15:16:53 +0000 (23:16 +0800)]
make the nc exit automatically, don't use kill anymore.

8 years agochange default renewall days to 80 days.
neil [Thu, 14 Jan 2016 15:04:07 +0000 (23:04 +0800)]
change default renewall days to 80 days.

8 years agoload domain.conf only when renewal.
neil [Thu, 14 Jan 2016 14:46:50 +0000 (22:46 +0800)]
load domain.conf only when renewal.

8 years agoMerge pull request #25 from samueltardieu/fix-typo
Neil [Wed, 13 Jan 2016 15:07:19 +0000 (23:07 +0800)]
Merge pull request #25 from samueltardieu/fix-typo

Fix typo

8 years agofix typo in output string
Samuel Tardieu [Wed, 13 Jan 2016 12:24:49 +0000 (13:24 +0100)]
fix typo in output string

8 years agocompatible with Proxmox, use cp instead of ln to update certs
neil [Wed, 13 Jan 2016 05:06:55 +0000 (13:06 +0800)]
compatible with Proxmox, use cp instead of ln to update certs

8 years agoavoid unnecessary kill & fix reload command
Neil [Wed, 13 Jan 2016 03:54:00 +0000 (11:54 +0800)]
avoid unnecessary kill & fix reload command

8 years agofix issue for apache
neil [Mon, 11 Jan 2016 13:50:03 +0000 (21:50 +0800)]
fix issue for apache

8 years agofix bug. Renewall
neil [Mon, 11 Jan 2016 13:29:12 +0000 (21:29 +0800)]
fix bug. Renewall

8 years agominor, set paths via env vars
neil [Mon, 11 Jan 2016 13:12:21 +0000 (21:12 +0800)]
minor, set paths via env vars

8 years agominor support to specify API
neil [Mon, 11 Jan 2016 12:39:25 +0000 (20:39 +0800)]
minor support to specify API

8 years agoAcknowledgment
Neil [Mon, 11 Jan 2016 05:23:02 +0000 (13:23 +0800)]
Acknowledgment

8 years agofix Apache 2.4 compatibility
Neil [Mon, 11 Jan 2016 05:18:26 +0000 (13:18 +0800)]
fix Apache 2.4 compatibility

8 years agominor show version
neil [Sun, 10 Jan 2016 13:06:38 +0000 (21:06 +0800)]
minor show version

8 years agofix apache mode for SAN certificate
neil [Sun, 10 Jan 2016 13:02:39 +0000 (21:02 +0800)]
fix apache mode for SAN certificate

8 years agominor
Neil [Sun, 10 Jan 2016 12:49:58 +0000 (20:49 +0800)]
minor

8 years agofirst version number 1.0.1
Neil [Sun, 10 Jan 2016 12:47:13 +0000 (20:47 +0800)]
first version number 1.0.1

8 years agoclearup on success
Neil [Sun, 10 Jan 2016 05:11:02 +0000 (13:11 +0800)]
clearup on success

8 years agoexplain 'no' value
Neil [Sun, 10 Jan 2016 05:02:00 +0000 (13:02 +0800)]
explain 'no' value

8 years agotypos
Neil [Sun, 10 Jan 2016 03:03:53 +0000 (11:03 +0800)]
typos

8 years agoMerge pull request #20 from Neilpang/dev
Neil [Sun, 10 Jan 2016 03:01:28 +0000 (11:01 +0800)]
Merge pull request #20 from Neilpang/dev

supprt apache server plugin

8 years agousage for Apache mode
neil [Sun, 10 Jan 2016 02:59:51 +0000 (10:59 +0800)]
usage for Apache mode

8 years agominor
neil [Sun, 10 Jan 2016 02:49:12 +0000 (10:49 +0800)]
minor

8 years agofix
neil [Sun, 10 Jan 2016 02:31:09 +0000 (10:31 +0800)]
fix

8 years agominor
neil [Sat, 9 Jan 2016 15:36:25 +0000 (23:36 +0800)]
minor

8 years agoapache plugin
neil [Sat, 9 Jan 2016 15:26:11 +0000 (23:26 +0800)]
apache plugin

8 years agotypos
Neil [Fri, 8 Jan 2016 13:44:32 +0000 (21:44 +0800)]
typos

8 years agominor, save the config earlier.
neil [Fri, 8 Jan 2016 05:09:56 +0000 (13:09 +0800)]
minor, save the config earlier.

8 years agoMerge branch 'master' of https://github.com/Neilpang/le into dev
neil [Thu, 7 Jan 2016 15:18:05 +0000 (23:18 +0800)]
Merge branch 'master' of https://github.com/Neilpang/le into dev

8 years agoremove dependency to "netstat"
neil [Thu, 7 Jan 2016 15:17:15 +0000 (23:17 +0800)]
remove dependency to "netstat"

8 years agoMerge pull request #18 from Neilpang/dev
Neil [Thu, 7 Jan 2016 14:50:48 +0000 (22:50 +0800)]
Merge pull request #18 from Neilpang/dev

fix issue: sed contains "&" sign

8 years agofix issue: sed contains "&" sign
neil [Thu, 7 Jan 2016 14:49:43 +0000 (22:49 +0800)]
fix issue: sed contains "&" sign

8 years agotypos
Neil [Thu, 7 Jan 2016 10:10:48 +0000 (18:10 +0800)]
typos

8 years agoupdate params
Neil [Thu, 7 Jan 2016 10:10:05 +0000 (18:10 +0800)]
update params

8 years agofix param issues
neil [Thu, 7 Jan 2016 10:06:44 +0000 (18:06 +0800)]
fix param issues

8 years agofix uninstall, compatible with previous versions
neil [Thu, 7 Jan 2016 05:15:22 +0000 (13:15 +0800)]
fix uninstall, compatible with previous versions

8 years agofix uninstall
neil [Thu, 7 Jan 2016 05:08:24 +0000 (13:08 +0800)]
fix uninstall

8 years agofix error message for cron job
neil [Thu, 7 Jan 2016 05:05:16 +0000 (13:05 +0800)]
fix error message for cron job

8 years agopolish Usage message
neil [Wed, 6 Jan 2016 14:51:16 +0000 (22:51 +0800)]
polish Usage message

8 years agominor, check 80 port more gracefully
neil [Wed, 6 Jan 2016 14:30:18 +0000 (22:30 +0800)]
minor, check 80 port more gracefully

8 years agoinit path for renewAll
neil [Wed, 6 Jan 2016 14:20:36 +0000 (22:20 +0800)]
init path for renewAll

8 years agominor, fix error messages
neil [Wed, 6 Jan 2016 14:14:45 +0000 (22:14 +0800)]
minor, fix error messages

8 years agosave config still if sign failed
neil [Wed, 6 Jan 2016 13:56:51 +0000 (21:56 +0800)]
save config still if sign failed

8 years agoadd ca cert
neil [Wed, 6 Jan 2016 13:41:06 +0000 (21:41 +0800)]
add ca cert

8 years agogive "no" to alternate DNS name list to support single domain cert
neil [Wed, 6 Jan 2016 13:24:39 +0000 (21:24 +0800)]
give "no" to alternate DNS name list to support single domain cert

8 years agosupport standalone server
Neil [Tue, 5 Jan 2016 13:59:27 +0000 (21:59 +0800)]
support standalone server

8 years agoMerge pull request #15 from Neilpang/dev
Neil [Tue, 5 Jan 2016 13:55:49 +0000 (21:55 +0800)]
Merge pull request #15 from Neilpang/dev

support Standalone server

8 years agosupport Standalone server
neil [Tue, 5 Jan 2016 13:54:38 +0000 (21:54 +0800)]
support Standalone server

8 years agofix uninstall crontab
Neil [Tue, 5 Jan 2016 01:41:48 +0000 (09:41 +0800)]
fix uninstall crontab

8 years agotypos
Neil [Wed, 30 Dec 2015 14:15:33 +0000 (22:15 +0800)]
typos

8 years agoMerge pull request #12 from Neilpang/dev
Neil [Tue, 29 Dec 2015 13:44:21 +0000 (21:44 +0800)]
Merge pull request #12 from Neilpang/dev

fix renewAll

8 years agominor
neil [Tue, 29 Dec 2015 13:37:16 +0000 (21:37 +0800)]
minor