andrewheberle
8d348954a7
Whitepspace
7 years ago
andrewheberle
7d19d784df
Update cert suffix for bundles .ocsp generation
7 years ago
andrewheberle
733b4e0a34
Fix Le_Keylength case
7 years ago
andrewheberle
08d29a8342
Fix return from reload
7 years ago
andrewheberle
675e2d25d6
update for new haproxy deploy vars
7 years ago
andrewheberle
ba20af48d3
Support HAPROXY_DEPLOY_PEM_PATH
Adds compatibility to original haproxy deploy hook while still allowing custom PEM file name (via HAPROXY_DEPLOY_PEM_NAME)
7 years ago
andrewheberle
707e053949
whitespace fixes
7 years ago
andrewheberle
c47e67e52c
Fix variable name
7 years ago
andrewheberle
3a95bfb699
Document updated haproxy deploy hook
7 years ago
andrewheberle
6567bb4c12
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.
7 years ago
neil
39ba697e19
Merge pull request #1584 from dwatrous/patch-1
Add HAProxy deploy implementation and documentation
7 years ago
Daniel Watrous
c9818ea2c4
add documentation for reload command
7 years ago
Daniel Watrous
afe5cb588d
update for POSIX compliance
7 years ago
Daniel Watrous
e9e999542d
add reload
7 years ago
neil
f7c3f52817
Merge pull request #1585 from Neilpang/dev
Dev
7 years ago
neilpang
681e3785ef
add dns alias mode
7 years ago
Daniel Watrous
5f593994c7
remove more whitespace (trying to get TravisCI working)
7 years ago
Daniel Watrous
ec73aeba16
remove whitespace
7 years ago
Daniel Watrous
7573e560b6
Add conditional check to ensure path is provided
7 years ago
Daniel Watrous
c8bc155cfe
Merge pull request #1 from dwatrous/patch-2
add docs for HAProxy deployment
7 years ago
Daniel Watrous
1eae73105a
add docs for HAProxy deployment
7 years ago
Daniel Watrous
360dc140ea
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
7 years ago
neil
266333468b
Merge pull request #1566 from steffenbusch/dev
Added --force-color to enforce the use of ANSI Color. Issue #1557
7 years ago
Steffen Busch
e32b3aac22
Added --force-color to enforce the use of ANSI Color. Issue #1557
7 years ago
neil
edb4d066a9
Merge pull request #1555 from Neilpang/dev
sync
7 years ago
neil
03f4518da9
Merge pull request #1553 from OlegRakovitch/patch-2
Add missing package to docker image
7 years ago
Oleg Rakovitch
8259e82787
Add missing package to docker image
Issue #1552
7 years ago
neil
838d3ddc17
Merge pull request #1550 from Neilpang/dev
sync
7 years ago
neilpang
66686de4e4
add --branch
7 years ago
neilpang
ce8dca7afe
move renewhook after installcert
fix https://github.com/Neilpang/acme.sh/issues/1547
7 years ago
neil
9f5ef4c1cb
Merge pull request #1546 from Neilpang/dev
fix shfmt
7 years ago
neilpang
f0a87da375
fix shfmt
7 years ago
neil
263e30d25d
Merge pull request #1545 from Neilpang/dev
Dev
7 years ago
neilpang
15ffc30d88
Merge branch 'dev' of https://github.com/Neilpang/acme.sh into dev
7 years ago
neilpang
8a5c4979ad
fix shellcheck
7 years ago
neil
3216806fae
Merge pull request #1540 from Neilpang/dev
fix https://github.com/Neilpang/acme.sh/issues/1539
7 years ago
neil
f8526f027c
fix https://github.com/Neilpang/acme.sh/issues/1539
7 years ago
neil
ed3066aae7
Merge pull request #1515 from Neilpang/dev
sync
7 years ago
neilpang
98a7e72f0a
fix https://github.com/Neilpang/acme.sh/issues/1512#issuecomment-381121303
7 years ago
neil
a2259865b3
Merge pull request #1501 from jkroepke/inwx_mtan
Add Support for inwx.de mobile tan
7 years ago
Jan-Otto Kröpke
63f3283591
Add Support for inwx mobile tan
7 years ago
neil
d670ea4f59
Merge pull request #1497 from Neilpang/dev
sync
7 years ago
neil
d0d10bc6e7
Merge pull request #1490 from AlexeyStolyarov/master
#issue with nsupdate on Ubuntu 14.04.1 LTS
7 years ago
neil
4fea06c9fa
Merge pull request #1393 from webner/acme-dns
add acme-dns plugin
7 years ago
neil
09fed60dec
Merge pull request #1494 from Neilpang/dev
sync
7 years ago
AlexeyStolyarov
75b9c39b0e
Update dns_nsupdate.sh
7 years ago
AlexeyStolyarov
5957a1068f
Update dns_nsupdate.sh
7 years ago
AlexeyStolyarov
df5229c7c8
Merge pull request #1 from AlexeyStolyarov/AlexeyStolyarov-patch-1
#issue with nsupdate on Ubuntu 14.04.1 LTS
7 years ago
AlexeyStolyarov
ed817c81de
#issue with nsupdate on Ubuntu 14.04.1 LTS
on Ubuntu 14.04.1 LTS if nsupdate runs without port number given it treated argument following server name as port number.
and throws error:
```
port 'update' is not numeric
syntax error
```
7 years ago
Wolfgang Ebner
dd72f7638d
add acme-dns plugin
7 years ago