David Kerr
0f04a8df5d
use new _url_encode function in acme.sh
8 years ago
David Kerr
4e078aeae9
Revert FREEDNS userid and password variables to all uppercase
As these are exported variables by convention they should be uppercase.
Travis/Spellcheck fails because they are not uppercase and it therefore
expects them to be defined or set before use.
8 years ago
David Kerr
6787545e07
travis spellcheck fix
8 years ago
David Kerr
2d4804274d
Remove bash unique string manipulation, replace with cut function.
8 years ago
David Kerr
d059831da1
Implement retry to load subdomain page if first attempt fails.
Sometimes FreeDNS does not reurn the subdomain page but rather
returns a page regarding becoming a premium member. This usually
happens after a period of inactivity. Immediately trying again
returns the correct subdomain page. So, we will try twice to
load the page
8 years ago
David Kerr
8c8edd8356
Remove use of rev command... new method of separating top domain from subdomain.
8 years ago
David Kerr
ab8e7e7abf
More cleanup and remove bash unique code.
8 years ago
David Kerr
c1dece1cfb
Remove some bash specific string handling, replace with sed.
Plus some more code cleanup.
8 years ago
David Kerr
03ec57a054
Change from ((i++)) to i=$(_math $i + 1)
8 years ago
David Kerr
77a0145187
More code cleanup and remove use of IFS for line splitting.
8 years ago
David Kerr
4c95128113
More travis/spellcheck cleanup
8 years ago
David Kerr
24714b7508
Cleanup travis/spellcheck issues
8 years ago
David Kerr
076f057448
Remove remaining usage of curl and replace with acme.sh _get and _post
plus other misc cleanup
8 years ago
David Kerr
6897fa9880
get subdomain page with acme.sh _get() rather than using curl
8 years ago
David Kerr
98c0716347
login with acme.sh _post() rather than using curl.
8 years ago
David Kerr
5a77efd102
Cache FreeDNS authentication cookie rather than userid and password.
Now the FREEDNS_USER and FREEDNS_PASSWORD need only be exported the first
time it is used and whenever the userid or password is changed. Subsequent
runs use the cookie cached in account.conf
8 years ago
David Kerr
0eb678753f
Delete stray line copied/pasted from another pugin
8 years ago
David Kerr
a2a1e2ed25
Support for FreeDNS
8 years ago
neilpang
0899803294
add my twitter
8 years ago
neilpang
c3b1eb0837
fix format
8 years ago
neilpang
542d7977db
add new _url_encode
8 years ago
neilpang
11927a768e
minor, rename
8 years ago
neil
ecd5bcec0c
Merge pull request #529 from ggenot/dev
Adding kong deploy script
8 years ago
neilpang
839bf0e2c9
fix format
8 years ago
neil
25555b8c3e
pass the paths to reload cmd
8 years ago
neilpang
68aea3af9e
fix format
8 years ago
neilpang
78f0201dfa
add --remove
8 years ago
neilpang
be83a6a37a
minor, fix alias
8 years ago
neilpang
f5b546b3c8
rename to LE_CONFIG_HOME
8 years ago
neilpang
d87af4788e
Merge branch 'random' into dev
# Conflicts:
# acme.sh
8 years ago
neilpang
0f21537f14
format
8 years ago
neilpang
0533bde9f2
Merge branch 'random' into dev
# Conflicts:
# acme.sh
8 years ago
neilpang
32b3717c32
random minute
8 years ago
neil
d950f801af
Merge pull request #546 from Neilpang/comma
Comma
8 years ago
neil
a8ab028b84
Merge pull request #545 from Neilpang/comma
fix comma in domain
8 years ago
neilpang
2aff36e74b
fix comma in domain
8 years ago
neil
db7e4bf940
fix format
8 years ago
neil
ee20015d44
fix format
8 years ago
neilpang
80941f8413
minor
8 years ago
neilpang
cf909db159
Merge branch 'dev' of https://github.com/Neilpang/acme.sh into dev
8 years ago
neilpang
27dbe77fad
add "--config-home"
8 years ago
neil
6489a48e1f
Merge pull request #536 from Neilpang/dev
Dev
8 years ago
neil
ca24d1762e
Merge pull request #535 from bittorf/master
travis: use only POSIX constructs here, avoid bashisms
8 years ago
Bastian Bittorf
2f4b84c074
travis: use only POSIX constructs here, avoid bashisms
e.g. [[ ]] -> [ ] and 'which' -> command -V
Although this is not strictly needed, it keeps the project uniformly POSIX.
Signed-off-by: Bastian Bittorf <bb@npl.de>
8 years ago
neil
6ae810a1fa
Merge pull request #534 from Neilpang/dev
Dev
8 years ago
neil
3e3f695536
Merge pull request #526 from bittorf/master
shellcheck: fix several occurences of SC2034
8 years ago
Bastian Bittorf
3ca93f4a4c
shellcheck: fix several occurences of SC2034
message:
SC2034: $VARNAME appears unused. Verify it or export it.
most of these are related to the style:
we generate global vars, which are used in other functions.
the var "lexical_url" was really unused (left it as comment)
the travis-check now does not need anymore special flags.
Signed-off-by: Bastian Bittorf <bb@npl.de>
8 years ago
neil
f2d9930773
Merge pull request #533 from Neilpang/dev
minor
8 years ago
neilpang
2fbf399156
minor
8 years ago
Geoffroi
5fe91d6577
Correction of test from comment of Neilpang + Correction of CRLF with sh not working correctly
8 years ago