]> git.proxmox.com Git - mirror_acme.sh.git/log
mirror_acme.sh.git
5 years agominor, check for mkdir
neilpang [Mon, 3 Jun 2019 13:03:03 +0000 (21:03 +0800)]
minor, check for mkdir

5 years agotrim quotation marks
neilpang [Mon, 3 Jun 2019 12:55:22 +0000 (20:55 +0800)]
trim quotation marks

5 years agofix savedeployconf
neilpang [Sun, 2 Jun 2019 12:04:36 +0000 (20:04 +0800)]
fix savedeployconf

5 years agoadd _getdeployconf
neilpang [Sun, 2 Jun 2019 11:36:11 +0000 (19:36 +0800)]
add _getdeployconf

5 years agouse `sh -c`
neilpang [Sun, 2 Jun 2019 07:21:08 +0000 (15:21 +0800)]
use `sh -c`

5 years agotrim quotation marks
neilpang [Sun, 2 Jun 2019 03:11:34 +0000 (11:11 +0800)]
trim quotation marks

5 years agofix format
neilpang [Sun, 2 Jun 2019 02:05:24 +0000 (10:05 +0800)]
fix format

5 years agoadd deploy hook to docker containers
neilpang [Sat, 1 Jun 2019 14:30:25 +0000 (22:30 +0800)]
add deploy hook to docker containers

5 years agoMerge pull request #2298 from kroepke/gcloud-bsd-support
neil [Tue, 28 May 2019 12:47:00 +0000 (20:47 +0800)]
Merge pull request #2298 from kroepke/gcloud-bsd-support

Make dns_gcloud.sh BSD compatible

5 years agoImprove compatibility with *BSD xargs
Kay Roepke [Tue, 28 May 2019 11:46:19 +0000 (13:46 +0200)]
Improve compatibility with *BSD xargs

The --no-run-if-empty option is a GNU extension and the long version isn't supported by *BSD variants.
Instead use the short version (-r) which is present, but ignored as it is the default behavior, in at least FreeBSD: https://www.freebsd.org/cgi/man.cgi?xargs

5 years agoNotify mail update (#2293)
Honza Hommer [Mon, 27 May 2019 14:45:44 +0000 (16:45 +0200)]
Notify mail update (#2293)

* feat: disable e-mail validation if MAIL_NOVALIDATE is set

* fix: expose _MAIL_BIN variable

* fix: call _mail_body and _mail_cmnd directly to make sure that all used variables are exposed

* fix: update notify/mail.sh

Co-Authored-By: Matej Mihevc <zuexo@users.noreply.github.com>
* fix: remove useless echo, quote eval

5 years agoMerge pull request #2288 from andreasschulze/master
neil [Thu, 23 May 2019 14:43:36 +0000 (22:43 +0800)]
Merge pull request #2288 from andreasschulze/master

fix for https://github.com/Neilpang/acme.sh/issues/2286

5 years agofix for https://github.com/Neilpang/acme.sh/issues/2286
andreasschulze [Thu, 23 May 2019 14:19:08 +0000 (16:19 +0200)]
fix for https://github.com/Neilpang/acme.sh/issues/2286

5 years agoMerge pull request #2284 from devNan0/fix_netcup_parsing_on_bsd
neil [Thu, 23 May 2019 13:30:22 +0000 (21:30 +0800)]
Merge pull request #2284 from devNan0/fix_netcup_parsing_on_bsd

dnsapi: netcup: Fix sessionid parsing on BSD

5 years agoMake travis happy. (SC2020)
devNan0 [Thu, 23 May 2019 06:15:03 +0000 (08:15 +0200)]
Make travis happy. (SC2020)

5 years agoFix sessionid parsing on BSD
devNan0 [Wed, 22 May 2019 15:01:11 +0000 (17:01 +0200)]
Fix sessionid parsing on BSD

5 years agoMerge pull request #2283 from hosting-de/feature/fix-pr2207
neil [Wed, 22 May 2019 14:35:14 +0000 (22:35 +0800)]
Merge pull request #2283 from hosting-de/feature/fix-pr2207

remove _hostingde_parse_no_strip_whitespace function as this breaks A…

5 years agoremove _hostingde_parse_no_strip_whitespace function as this breaks API requests
Oliver Dick [Wed, 22 May 2019 14:20:28 +0000 (16:20 +0200)]
remove _hostingde_parse_no_strip_whitespace function as this breaks API requests

5 years agoMerge pull request #2282 from Neilpang/add-license-1
neil [Wed, 22 May 2019 14:01:11 +0000 (22:01 +0800)]
Merge pull request #2282 from Neilpang/add-license-1

Add license

5 years agoCreate LICENSE.md
neil [Wed, 22 May 2019 14:00:39 +0000 (22:00 +0800)]
Create LICENSE.md

5 years agoMerge pull request #2272 from Neilpang/dev
neil [Wed, 22 May 2019 04:58:12 +0000 (12:58 +0800)]
Merge pull request #2272 from Neilpang/dev

sync

5 years agoMerge pull request #2277 from mjthompson/patch-1
neil [Tue, 21 May 2019 15:04:54 +0000 (23:04 +0800)]
Merge pull request #2277 from mjthompson/patch-1

Fix typo

5 years agoFix typo
mjthompson [Tue, 21 May 2019 10:21:54 +0000 (18:21 +0800)]
Fix typo

5 years agoMerge pull request #2273 from MilanPala/active24_fix_token
neil [Sun, 19 May 2019 10:28:17 +0000 (18:28 +0800)]
Merge pull request #2273 from MilanPala/active24_fix_token

Fix saving token for DNS Active24

5 years agoFix saving token for DNS Active24
Milan Pála [Sun, 19 May 2019 09:47:19 +0000 (11:47 +0200)]
Fix saving token for DNS Active24

5 years agoMerge pull request #2264 from honzahommer/notify-slack
neil [Sun, 19 May 2019 00:29:23 +0000 (08:29 +0800)]
Merge pull request #2264 from honzahommer/notify-slack

Add slack notify

5 years agoMerge pull request #2259 from honzahommer/notify-sendmail
neil [Sun, 19 May 2019 00:28:43 +0000 (08:28 +0800)]
Merge pull request #2259 from honzahommer/notify-sendmail

Add mail notify

5 years agofix format
neilpang [Sun, 19 May 2019 00:05:40 +0000 (08:05 +0800)]
fix format

5 years agoadd clearaccountconf MAIL_BIN
Honza Hommer [Sat, 18 May 2019 16:21:19 +0000 (18:21 +0200)]
add clearaccountconf MAIL_BIN

5 years agoremove unset
Honza Hommer [Sat, 18 May 2019 16:20:16 +0000 (18:20 +0200)]
remove unset

5 years agoadd dns_durabledns.sh
neilpang [Sat, 18 May 2019 13:00:39 +0000 (21:00 +0800)]
add dns_durabledns.sh

5 years agoMerge pull request #2268 from Neilpang/dev
neil [Fri, 17 May 2019 14:53:20 +0000 (22:53 +0800)]
Merge pull request #2268 from Neilpang/dev

sync

5 years agoadd more debug info
neilpang [Fri, 17 May 2019 12:16:26 +0000 (20:16 +0800)]
add more debug info

5 years agoadd slack notify
Honza Hommer [Mon, 13 May 2019 17:49:16 +0000 (19:49 +0200)]
add slack notify

5 years agoremove echo command
Honza Hommer [Mon, 13 May 2019 16:59:58 +0000 (18:59 +0200)]
remove echo command

5 years agowip
Honza Hommer [Mon, 13 May 2019 16:58:28 +0000 (18:58 +0200)]
wip

5 years agoprevent _MAIL_BIN modification
Honza Hommer [Mon, 13 May 2019 16:11:44 +0000 (18:11 +0200)]
prevent _MAIL_BIN modification

5 years agoexpose MAIL_BIN variable
Honza Hommer [Mon, 13 May 2019 15:44:04 +0000 (17:44 +0200)]
expose MAIL_BIN variable

5 years agotry to use ACCOUNT_MAIL if MAIL_FROM is not set
Honza Hommer [Mon, 13 May 2019 15:42:07 +0000 (17:42 +0200)]
try to use ACCOUNT_MAIL if MAIL_FROM is not set

5 years agofix https://github.com/Neilpang/acme.sh/issues/2256
neilpang [Mon, 13 May 2019 15:30:31 +0000 (23:30 +0800)]
fix https://github.com/Neilpang/acme.sh/issues/2256

5 years agoMerge pull request #2255 from mdbraber/update-acmeproxy
neil [Mon, 13 May 2019 14:47:18 +0000 (22:47 +0800)]
Merge pull request #2255 from mdbraber/update-acmeproxy

dns_acmeproxy: Username/password no longer required

5 years agomake MAIL_FROM not required
Honza Hommer [Mon, 13 May 2019 14:06:24 +0000 (16:06 +0200)]
make MAIL_FROM not required

5 years agoUpdate authentication logic / info
Maarten den Braber [Mon, 13 May 2019 06:45:57 +0000 (08:45 +0200)]
Update authentication logic / info

5 years agotypos
Honza Hommer [Sun, 12 May 2019 20:28:37 +0000 (22:28 +0200)]
typos

5 years agossmtp
Honza Hommer [Sun, 12 May 2019 18:26:31 +0000 (20:26 +0200)]
ssmtp

5 years agoremove unsupported options from mail and mutt command
Honza Hommer [Sun, 12 May 2019 18:24:02 +0000 (20:24 +0200)]
remove unsupported options from mail and mutt command

5 years agoMerge pull request #2210 from chasefox/dev
neil [Sun, 12 May 2019 13:58:44 +0000 (21:58 +0800)]
Merge pull request #2210 from chasefox/dev

Fix gcloud most-specific zone match

5 years agoMerge pull request #1878 from Ne-Lexa/dev
neil [Sun, 12 May 2019 12:35:51 +0000 (20:35 +0800)]
Merge pull request #1878 from Ne-Lexa/dev

Added dns api support for internet.bs

5 years agouse mutt if installed
Honza Hommer [Sun, 12 May 2019 11:06:45 +0000 (13:06 +0200)]
use mutt if installed

5 years agocleanup, lint
Honza Hommer [Sun, 12 May 2019 11:03:01 +0000 (13:03 +0200)]
cleanup, lint

5 years agoMerge branch 'dev' of https://github.com/Neilpang/acme.sh into dev
wapplay [Sun, 12 May 2019 10:36:01 +0000 (13:36 +0300)]
Merge branch 'dev' of https://github.com/Neilpang/acme.sh into dev

# Conflicts:
# README.md
# dnsapi/README.md

5 years agomove sendmail notify to mail notify
Honza Hommer [Sun, 12 May 2019 08:41:32 +0000 (10:41 +0200)]
move sendmail notify to mail notify

5 years agoMerge pull request #1582 from v0s/pddfixes
neil [Sun, 12 May 2019 07:40:17 +0000 (15:40 +0800)]
Merge pull request #1582 from v0s/pddfixes

Multiple fixes to Yandex DNSAPI plugin

5 years agofix https://github.com/Neilpang/acme.sh/issues/2258
neilpang [Sun, 12 May 2019 07:34:58 +0000 (15:34 +0800)]
fix https://github.com/Neilpang/acme.sh/issues/2258

5 years agotypos
Honza Hommer [Sat, 11 May 2019 22:35:47 +0000 (00:35 +0200)]
typos

5 years agouse hostname function instead of HOSTNAME env variable
Honza Hommer [Sat, 11 May 2019 22:34:46 +0000 (00:34 +0200)]
use hostname function instead of HOSTNAME env variable

5 years agoadd sendmail notify
Honza Hommer [Sat, 11 May 2019 22:25:36 +0000 (00:25 +0200)]
add sendmail notify

5 years agoUsername/password no longer required
Maarten den Braber [Thu, 9 May 2019 19:14:26 +0000 (21:14 +0200)]
Username/password no longer required

5 years agoMerge pull request #2250 from mdbraber/add-acmeproxy-provider
neil [Wed, 8 May 2019 14:17:34 +0000 (22:17 +0800)]
Merge pull request #2250 from mdbraber/add-acmeproxy-provider

Add acmeproxy provider

5 years agofix https://github.com/Neilpang/acme.sh/issues/2252
neilpang [Wed, 8 May 2019 14:13:33 +0000 (22:13 +0800)]
fix https://github.com/Neilpang/acme.sh/issues/2252

5 years agoMerge pull request #2253 from Neilpang/dev
neil [Wed, 8 May 2019 14:09:35 +0000 (22:09 +0800)]
Merge pull request #2253 from Neilpang/dev

sync

5 years agofix punycode domain
neilpang [Wed, 8 May 2019 14:07:27 +0000 (22:07 +0800)]
fix punycode domain

5 years agoFixed CI errors
Maarten den Braber [Tue, 7 May 2019 14:47:23 +0000 (16:47 +0200)]
Fixed CI errors

5 years agoImproved logging description
Maarten den Braber [Mon, 6 May 2019 16:31:58 +0000 (18:31 +0200)]
Improved logging description

5 years agoUpdate description
Maarten den Braber [Mon, 6 May 2019 15:14:31 +0000 (17:14 +0200)]
Update description

5 years agoAdd acmeproxy provider
Maarten den Braber [Mon, 6 May 2019 15:12:50 +0000 (17:12 +0200)]
Add acmeproxy provider

5 years agoadd set-notify
neilpang [Sat, 4 May 2019 03:54:59 +0000 (11:54 +0800)]
add set-notify

5 years agoMerge pull request #2248 from Neilpang/dev
neil [Sat, 4 May 2019 03:08:25 +0000 (11:08 +0800)]
Merge pull request #2248 from Neilpang/dev

add notifications

5 years agoadd notifications
neilpang [Sat, 4 May 2019 03:06:25 +0000 (11:06 +0800)]
add notifications

5 years agoreduce info message
neilpang [Sat, 4 May 2019 03:02:10 +0000 (11:02 +0800)]
reduce info message

5 years agofix RENEW_SKIP code
neilpang [Sat, 4 May 2019 02:59:00 +0000 (10:59 +0800)]
fix RENEW_SKIP code

5 years agofix idn
neilpang [Sat, 4 May 2019 02:43:39 +0000 (10:43 +0800)]
fix idn

5 years agoremove test file
neilpang [Sat, 4 May 2019 02:32:01 +0000 (10:32 +0800)]
remove test file

5 years agofix idn
neilpang [Sat, 4 May 2019 02:21:15 +0000 (10:21 +0800)]
fix idn

5 years agofix idn
neilpang [Sat, 4 May 2019 02:18:42 +0000 (10:18 +0800)]
fix idn

5 years agorename
neilpang [Fri, 3 May 2019 12:50:42 +0000 (20:50 +0800)]
rename

5 years agoMerge branch 'dev' of https://github.com/Neilpang/acme.sh into dev
neilpang [Fri, 3 May 2019 12:49:02 +0000 (20:49 +0800)]
Merge branch 'dev' of https://github.com/Neilpang/acme.sh into dev

5 years agoMerge pull request #2098 from diseq/dev
neil [Fri, 3 May 2019 12:48:27 +0000 (20:48 +0800)]
Merge pull request #2098 from diseq/dev

one.com dns api

5 years agoMerge branch 'dev' into dev
neil [Fri, 3 May 2019 12:46:16 +0000 (20:46 +0800)]
Merge branch 'dev' into dev

5 years agoMerge pull request #2242 from plantroon/master
neil [Fri, 3 May 2019 12:38:20 +0000 (20:38 +0800)]
Merge pull request #2242 from plantroon/master

Add NLnetLabs NSD

5 years agoMerge pull request #2243 from mod242/master
neil [Fri, 3 May 2019 12:35:34 +0000 (20:35 +0800)]
Merge pull request #2243 from mod242/master

New API for Schlundtech.de

5 years agoCreate DNS API for Schlundtech
mod242 [Thu, 2 May 2019 10:18:16 +0000 (12:18 +0200)]
Create DNS API for Schlundtech

5 years agoRemoved trailing line
Jakub Filo [Wed, 1 May 2019 10:25:46 +0000 (12:25 +0200)]
Removed trailing line

5 years agoFixed style to match upstream
Jakub Filo [Wed, 1 May 2019 10:17:54 +0000 (12:17 +0200)]
Fixed style to match upstream

5 years agoMerge pull request #2236 from mod242/master
neil [Wed, 1 May 2019 07:14:14 +0000 (15:14 +0800)]
Merge pull request #2236 from mod242/master

Correct parsing error in sed

5 years agoUpdate haproxy deploy hook (#1591)
neil [Wed, 1 May 2019 07:13:42 +0000 (15:13 +0800)]
Update haproxy deploy hook (#1591)

* implement basic haproxy deploy

HAProxy requires the certificate chain and key to be concatenated and placed somewhere (can be anywhere). This script expects a single environment variable with the path where the concatenated PEM file should be written

* add docs for HAProxy deployment

* Add conditional check to ensure path is provided

* remove whitespace

* remove more whitespace (trying to get TravisCI working)

* add reload

* update for POSIX compliance

* add documentation for reload command

* Update haproxy deploy hook

Add functionality to add OCSP stapling info (.ocsp file), issuer (.issuer file) and multi-cert bundles (suffix on pem file based on key type).

This also corrects the order of key, certificate and intermediate in the PEM file, which although HAProxy does not seem to care, was incorrect in the prior version.

* Document updated haproxy deploy hook

* Fix variable name

* whitespace fixes

* Support HAPROXY_DEPLOY_PEM_PATH

Adds compatibility to original haproxy deploy hook while still allowing custom PEM file name (via HAPROXY_DEPLOY_PEM_NAME)

* update for new haproxy deploy vars

* Fix return from reload

* Fix Le_Keylength case

* Update cert suffix for bundles .ocsp generation

* Whitepspace

* Change default for reload

* Readme update

* Actually set reload default

* Fix README.md confict

5 years agofixed line breaks for support api gcore_cdn (#2237)
Тимур Яхин [Wed, 1 May 2019 07:11:39 +0000 (10:11 +0300)]
fixed line breaks for support api gcore_cdn (#2237)

5 years agoAdding NLnetLabs NSD API
Jakub Filo [Tue, 30 Apr 2019 23:53:51 +0000 (01:53 +0200)]
Adding NLnetLabs NSD API

5 years ago--- Auto-Git Commit ---
neilpang [Tue, 30 Apr 2019 12:43:10 +0000 (20:43 +0800)]
--- Auto-Git Commit ---

5 years agoFix README.md confict
andrewheberle [Tue, 30 Apr 2019 07:32:36 +0000 (15:32 +0800)]
Fix README.md confict

5 years agoRemove from Master Branch
mod242 [Mon, 29 Apr 2019 14:17:24 +0000 (16:17 +0200)]
Remove from Master Branch

5 years agoAdd notification (#2241)
neil [Mon, 29 Apr 2019 14:13:54 +0000 (22:13 +0800)]
Add notification (#2241)

* add cron notify

* fix format

* fix format

5 years agolets start 2.8.2
neilpang [Mon, 29 Apr 2019 14:11:25 +0000 (22:11 +0800)]
lets start 2.8.2

5 years agoMerge pull request #2240 from Neilpang/dev
neil [Mon, 29 Apr 2019 13:59:42 +0000 (21:59 +0800)]
Merge pull request #2240 from Neilpang/dev

use mutable

5 years agouse mutable
neilpang [Mon, 29 Apr 2019 13:52:22 +0000 (21:52 +0800)]
use mutable

5 years agoMerge pull request #2239 from Neilpang/dev
neil [Mon, 29 Apr 2019 13:46:10 +0000 (21:46 +0800)]
Merge pull request #2239 from Neilpang/dev

sync

5 years agofix idn issue.
neilpang [Mon, 29 Apr 2019 13:44:25 +0000 (21:44 +0800)]
fix idn issue.

5 years agoUpdate dns_schlundtech.sh
mod242 [Mon, 29 Apr 2019 10:18:05 +0000 (12:18 +0200)]
Update dns_schlundtech.sh

5 years agoUpdate dns_schlundtech.sh
mod242 [Mon, 29 Apr 2019 10:13:40 +0000 (12:13 +0200)]
Update dns_schlundtech.sh

5 years agoUpdate dns_schlundtech.sh
mod242 [Mon, 29 Apr 2019 08:44:23 +0000 (10:44 +0200)]
Update dns_schlundtech.sh