neilpang
9bc5f686eb
fix list order
8 years ago
nytral
dff641a665
I can do it... just discovered vmdiff
8 years ago
nytral
47a25cc3e8
Merge github.com:justmwa/acme.sh
...
Conflicts:
dnsapi/README.md
dnsapi/dns_nsone.sh
8 years ago
nytral
5e3a5f627a
last but not least
8 years ago
justmwa
9201e0a5b9
Merge branch 'dev' into master
8 years ago
neilpang
4c38fec3b5
update doc
8 years ago
Matthew Turney
1994c6828e
include dnsimple api
...
Even though DNSimple is technically covered with lexicon not all
systems can install python pip's easily. For these systems it is useful
to have pure shell script API interactions.
8 years ago
shar0119
8e15c48092
Merge branch 'master' into patch-2
8 years ago
shar0119
9cf65e31cd
Resolved conflict.
...
Resolved conflict.
8 years ago
neil
cebc5bf9fc
Merge pull request #792 from LAV45/dev
...
Add dns_vscale.sh
8 years ago
LAV45
27a05ff271
Add dns_vscale.sh
8 years ago
neilpang
9be2c1beb9
update doc
8 years ago
shar0119
66e38ae69e
Updated Readme.md file (1 of 2)
8 years ago
neilpang
f3b434397b
v2.6.8 support Docker
8 years ago
Josh Soref
bcbecff6f6
spelling: certificate
8 years ago
Jason
4ddafb8e84
Added Infoblox reference
8 years ago
neilpang
5c539af7d7
rename parameters
8 years ago
boyanpeychev
3e9478b58d
Update README information for ClouDNS
8 years ago
boyanpeychev
c0b2027588
add ClouDNS to the list in the main README file
8 years ago
thewer
ac690fceaf
Added DigitalOcean (native) API that requires only a read/write API key for DigitalOcean, updated 2 reads files.
8 years ago
nytral
7d0452c7e3
added NS1. support
8 years ago
neil
bfa1ae59cc
Merge pull request #701 from csmk/knot_dns_api
...
Add support for Knot DNS API
8 years ago
neilpang
63ec05a66c
fix links
8 years ago
neilpang
6f1c72f5b4
add links
8 years ago
csmk
9c87a5890d
Add support for Knot DNS API
...
The script is actually an adapted version of the `dns_nsupdate.sh` script,
as the `knsupdate` utility is quite similar to `nsupdate`.
8 years ago
Frederic Crozat
fab2d9dc6a
add API for Gandi LiveDNS ( #680 )
...
* add API for Gandi LiveDNS
* ensure Gandi API key is saved for renewing certificate.
* gandi_livedns: use PUT instead of POST for creating DNS record
* gandi_livedns: fix formatting
* dns_gandi_livedns: fix shellcheck errors
8 years ago
Stefan Seidel
3d6a125bdc
add documentation
8 years ago
neil
e1c42eb6cc
Merge pull request #414 from noplanman/cyon_dns_api
...
Cyon.ch DNS API
8 years ago
neil
cb6f622957
Update README.md
8 years ago
neil
43d3b51bde
Update README.md
8 years ago
neilpang
7db28745c8
start v2.6.7
8 years ago
neilpang
9d725af602
support nginx mode
8 years ago
Armando Lüscher
edfefb6763
Add usage instructions and repo link to post issues.
8 years ago
neilpang
cd9c3a79e5
update doc
8 years ago
neilpang
7c488b5913
doc for stateless mode
8 years ago
David Kerr
e6b940e247
Minor edits to FreeDNS documentation
8 years ago
David Kerr
0aed065a75
Updates to README.md
8 years ago
neil
aec8307417
Merge pull request #540 from trancee/dev
...
Added support for Linode DNS API.
8 years ago
neilpang
0899803294
add my twitter
8 years ago
Philipp Grosswiler
38f2334360
Added support for Linode DNS API.
8 years ago
Paul Koppen
b2686e5b6d
Add Alwaysdata.com to list of supported API's.
8 years ago
Georg Lutz
fe600441c9
Add note about permissions of installed files
8 years ago
neilpang
4743171b4f
service nginx force-reload
8 years ago
klemens
329174b6d9
spelling fixes
8 years ago
neilpang
b28a3db3d6
Mac OSX
8 years ago
neilpang
b9ece28f68
add osx CI
8 years ago
sjau
192ede5e64
Added ISPConfig DNS API
8 years ago
baiyangliu
be39ab32d1
Add DNS API support for aliyun ( #410 )
...
* Add DNS API support for aliyun
* Update README.md
* format
* format
* format
* format...
* format...
* format
* format
* fix bug
* fix bug
* code format
* code format
* fix bug
* just ok...
* fix bug
* fix bug
* fix bug
* change "echo" to "printf"
* fix bug
* code format
* fix bug."head -c" in function _ali_nonce not supported by solaris
* fix bug."head -c" in function _ali_nonce not supported by solaris
* format
* fix bug._ali_nonce not work on solaris
* fix bug. _ali_nonce not work on solaris
* fix bug. _ali_nonce not work on solaris
* add aliyun.com to README.md
8 years ago
neilpang
5b771039fc
Support AWS Route53 api
8 years ago
neil
9c1747581f
Update README.md
8 years ago
Armando Lüscher
1bb902984b
Clean up readme.
8 years ago
Philippe Kueck
ce38ecb966
merge with upstream
8 years ago
Philippe Kueck
13ffa17048
add documentation for dns_nsupdate
8 years ago
neil
a2e62f8e1d
Update README.md
8 years ago
nytral
b9091e14b3
adding DNSMadeEasy API
8 years ago
nytral
f58e83ee87
READMEs edit
8 years ago
neil
3c33cdfa3d
Update README.md
8 years ago
neil
5961d44339
Update README.md
8 years ago
neil
fb3be8509d
Add gentoo linux
8 years ago
Peter Lyons
caa2e45a8c
use RFC2606 example.com domain in docs ( #327 )
...
https://www.rfc-editor.org/rfc/rfc2606.txt
8 years ago
neil
483ebc8141
Update README.md
8 years ago
Maxim Zalysin
d6f0c2b52b
Add support PowerDNS API ( #322 )
...
* Add support PowerDNS API
* Small fixes
8 years ago
neil
d2ae7e78ef
60 days
8 years ago
neil
fe04faf675
Add Chinese link
8 years ago
neil
59649e9b1e
support --auto-upgrade
8 years ago
neil
150e9c8a48
Update README.md
8 years ago
neil
8371b030cf
Issue a cert from existing CSR
8 years ago
neil
df1c9d88a8
Update README.md
8 years ago
neil
36246ad9ac
Add OVH, kimsufi, soyoustart and runabove api
8 years ago
neil
d4d1f0f4a9
Add donate list
8 years ago
neil
527dd31c70
Support SunOS, Solaris
8 years ago
neil
30de13b4df
support Godaddy domaain api
8 years ago
Tim O'Brien
3ad08e9515
Changed _stat exit code, added line return, added README link to wiki
8 years ago
neil
fa989a554d
Update README.md
8 years ago
neil
e22bcf7cb4
support tls ( #215 )
...
* support tls-sni-01
'--tls' and '--tlsport'
* fix tls doc
9 years ago
neil
199067e8ab
add Mageia status
9 years ago
neil
39c8f79f3e
add '--httpport' for servers that is behind a reverse proxy or load balancer
9 years ago
neil
4e1f39cdec
Update README.md
9 years ago
neil
2ed01ff040
lexicon dns api: (DigitalOcean, DNSimple, DnsMadeEasy, DNSPark, EasyDNS, Namesilo, NS1, PointHQ, Rage4 and Vultr etc.)
9 years ago
neil
990d46d659
Update README.md
9 years ago
neil
620f86130c
Update README.md
9 years ago
neil
2b3fc6656c
Update README.md
9 years ago
Jens Kubieziel
5bdad8448c
Fix some typos
9 years ago
neil
63c6a3b089
Support OpenBSD
9 years ago
neil
d9ded9f3f3
Update README.md
9 years ago
neil
1f60d2bbb4
Update README.md
9 years ago
neil
daf5650445
Update README.md
9 years ago
neil
998c92d57e
Update README.md
9 years ago
neil
6de38fbf08
sh
9 years ago
neil
c191ab7c07
Update README.md
9 years ago
neil
99dc89c051
v2.2.0. It's time to declare that we are `sh` compatible, not only `bash`.
9 years ago
neil
b281789777
add `--certhome` for `--install` command to save all the certs.
9 years ago
neil
0662507116
add `--days` only valid for `-issue` command.
9 years ago
neil
b5eb4b904e
add `--accountkey` and `--accountemail`
9 years ago
neil
93c9216b69
update doc
9 years ago
neil
937cbf6df8
Update README.md
9 years ago
Sergei Filippov
2b45dba57c
README rewrite
...
Refactoring the README.
Cleaned up:
- Spelling
- Grammar
- Formatting
Doing my part to help out the maintainer of this awesome tool! Thank you @neilpang
9 years ago
neil
b0515cf8c0
Install from get.acme.sh
9 years ago
neil
6cc11ffb7d
rename to acme.sh
9 years ago
neil
65938b73e1
update doc for --home
9 years ago
neil
e8cce73a17
100% compatible from 1.x to 2.x
9 years ago
neil
a63b05a9e7
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.
9 years ago
neil
6cb415f57e
Support revoke cert
9 years ago
neil
de9fd54e76
add wiki link
9 years ago
neil
9dfd5a9c31
Add `toPkcs` doc
9 years ago
neil
b7604c0647
add Proxmox
9 years ago
neil
ddc04a7549
CloudLinux passed.
9 years ago
neil
90dda23f33
Install online.
9 years ago
neil
a34bd89f95
Support Oracle Linux
9 years ago
neil
779e7ea0c8
Add CI status for Windows and FreeBSD
9 years ago
neil
d3d884c16f
Test on KaLi Linux
9 years ago
neil
2f06c8507b
add Archlinux CI status
9 years ago
neil
04eb75a1f7
add openSUSE CI status
9 years ago
neil
387c2eab57
add CI status
9 years ago
neil
22514bee34
add fedora
9 years ago
Neil
07f4ec4f73
Update README.md
9 years ago
Neil
0eaada6f23
support Alpine Linux
9 years ago
Neil
7559e804b2
test openSUSE
9 years ago
Neil
5434c15ec5
Update README.md
9 years ago
Neil
9e6c420872
add example for ecc certificate
9 years ago
neil
cbb5f7ec5c
minor, remove space
9 years ago
neil
7bd9a3b17a
typo
9 years ago
Neil
2dd02b8d1e
AWS Route 53
9 years ago
Neil
54f473d826
support pfsense
9 years ago
Neil
2400e41fbc
example
9 years ago
Neil
f0d0bd2518
typo
9 years ago
Neil
8b92aab7d9
typos
9 years ago
Neil
58b138567e
support FreeBSD
9 years ago
neil
1add47a6b6
support ECC key, ECDSA certificate
9 years ago
neil
855d949985
fix links
9 years ago
neil
a1f0fb3eae
fix link
9 years ago
neil
39c6df299c
readme for using api
9 years ago
neil
0809486529
support cloudxns.com api
9 years ago
Neil
03bf3c2da1
support dnspod.cn api
9 years ago
Dawson Botsford
18ab2c5c5b
Manual spacing fix
9 years ago
dawsonbotsford
d0064bc30e
Spelling correction automated from the Spelling Bee
9 years ago
Neil
4e76098bdc
Support Windows
9 years ago
Neil
9b292d584e
Update README.md
9 years ago
Neil
a925dd56b7
new usage of cloudflare api key
9 years ago
neil
ab49796192
how to use cloudflare api and create custom api
9 years ago
Neil
7a894c4cda
update usage for the new separated features
9 years ago
Neil
6e89f81139
typos
9 years ago
Neil
5263914990
Dns mode
9 years ago
Neil
a947dbc635
Support dns-01 challenge
9 years ago
Neil
63f046759e
Acknowledgment
9 years ago
Neil
bcbb64e5ce
explain 'no' value
9 years ago
Neil
bc1c69ff96
typos
9 years ago
neil
2c75b3fd6b
usage for Apache mode
9 years ago
Neil
8172bdee87
typos
9 years ago
Neil
2c03af204e
typos
9 years ago
Neil
4e1346dd1d
update params
9 years ago
Neil
072290f2d3
support standalone server
9 years ago
Neil
d8069cd49a
typos
9 years ago
Neil
617ec4e3f7
typos
9 years ago
Neil
d337abcab1
typos
9 years ago
Neil
acc1e53aa0
Update README.md
9 years ago
Neil
db25a3ea61
Update README.md
9 years ago
Neil
3bfb563ba4
support CentOS
9 years ago
Neil
560e5a1780
Update README.md
9 years ago
Neil
1162f82e89
Update README.md
9 years ago
Neil
969f66f735
typo
9 years ago
Neil
50925690cb
typo
9 years ago
Neil
1d06c94788
typo
9 years ago
Neil
6c0ab5d2a7
Create README.md
9 years ago