Timothe Litt
820dec6d3f
Have curl read Authrorizaton header from stdin rather than the command line.
Prevents GoDaddy secret and key from exposure via ps.
There is still an issue if environment variables can be read.
9 years ago
Timothe Litt
b579af8552
Move GoDaddy scripts to installation directory; use install -v for
all files
Simplifies installation; private directory no longer required since
the scripts don't need to be customized.
-v makes sure that the installer knows what is happening.
9 years ago
Timothe Litt
c88772b254
Include domain name in dns_nsupdate hooks
9 years ago
Timothe Litt
c80f3c8692
Replace dns_*_nsupdate scripts
Old versions did not return correct exit status.
Did not provide for pre/post processing hooks (e.g. to mount a disk)
Required custom edits/copies for each instance.
These fix all those issues.
9 years ago
Timothe Litt
568e3373fc
Add delimiter to INVALID PRIVATE_KEY_ALG message
9 years ago
Timothe Litt
134456b968
Fix misleading error message saving certificates to file.
9 years ago
Timothe Litt
49d837de53
Improve message from curl error code 60
Issue #288
9 years ago
Timothe Litt
f2a4f6bfa8
Initial version of GoDaddy DNS validation support.
Uses the GoDaddy "Developer" API to add and remove the ACME challenge
records.
9 years ago
serverco
7a9ffb531a
Merge pull request #274 from lolo32/master
Adding support for OVH managed DNS
9 years ago
serverco
806921c5ee
Merge pull request #285 from anthony-geoghegan/fix_readme
Minor formatting and punctuation fixes.
9 years ago
Anthony Geoghegan
a478facdb5
Minor formatting and punctuation fixes.
9 years ago
Laurent BAYSSE
a9c1ee3a07
Adding support for OVH managed DNS
9 years ago
serverco
9729c98d4b
Merge pull request #256 from tohn/master
Add OCSP Must-Staple
9 years ago
Yannic Haupenthal
e40b2780d9
Merge pull request #1 from tohn/tohn-patch-1-ocsp_must_staple
Add OCSP Must-Staple
9 years ago
Yannic Haupenthal
d0447886c9
Add OCSP Must-Staple
This implements a new variable OCSP_MUST_STAPLE which adds the OCSP Must-Staple detail to the SAN section of the CSR.
If the openssl version is >= 1.1.0, one can also use "tlsfeature = status_request".
See [this blog post](https://scotthelme.co.uk/ocsp-must-staple/ ) for more details.
9 years ago
srvrco
44b0c3f93f
adding linode dns
9 years ago
srvrco
cb7779102a
issue #243 additional compatibility with bash 3.0
9 years ago
srvrco
33f6eb9963
maintain compatibility with bash 3.0 Issue #243
9 years ago
srvrco
3dd1b35807
issue #232 use neutral locale for date formatting
9 years ago
srvrco
026aab3260
Cloudflare bugfix #239 missing variable check
9 years ago
srvrco
51f59b5276
issue #231 mingw bugfix and typos in debug messages
9 years ago
srvrco
df3285deee
bugfix - deleting csr ( #227 ) and check domain/private key different ( #228 )
9 years ago
srvrco
60e04aeeaa
added drill, dig or host as alternatives to nslookup
9 years ago
srvrco
467143b1ea
tidy readme re: Makefile and the Arch Linux packages
9 years ago
serverco
51ddf58ba0
Merge pull request #222 from kbabioch/fix/README
Include install (Makefile) and the Arch Linux packages
9 years ago
Karol Babioch
ce4a94663f
Update README.md
9 years ago
serverco
ebe73d8c07
Merge pull request #218 from kbabioch/feat/Makefile
Add Makefile with install target
9 years ago
serverco
59706be301
Merge pull request #220 from kbabioch/fix/license
Provide GPLv3 rather than GPLv2
9 years ago
serverco
20d16f683d
Merge pull request #216 from kbabioch/fix/permissions
Make scripts executable by default
9 years ago
Karol Babioch
bb4c9ad2df
Provide GPLv3 rather than GPLv2
9 years ago
Karol Babioch
fee6277a01
Add Makefile with install target
This adds a simple Makefile which can be used to install the software.
Currently there is only a single install target.
9 years ago
Karol Babioch
f6fc051c63
Make scripts executable by default
9 years ago
srvrco
7c8e517164
force renew if FORCE_RENEWAL file exists #214
9 years ago
srvrco
ed519319f7
Created check_config function to list all obvious config issues
9 years ago
srvrco
e9ec9067e8
add additional config checks
9 years ago
srvrco
0ef348b5e7
ignore expiry if upgrading from staging to live server
9 years ago
srvrco
c3f380e527
include key types in config check
9 years ago
srvrco
b901b9d3ec
dont loop over domains for DNS_ADD_COMMAND check
9 years ago
srvrco
f9696802e0
updated history
9 years ago
srvrco
0c519f52e0
add check config function
9 years ago
srvrco
76daf3fade
Added option to limit amount of old versions to keep (merge)
9 years ago
srvrco
d76f4952ea
small typo, and modified formatting
9 years ago
srvrco
2fea3cbc53
Merge branch 'master' of https://github.com/micheloe/getssl into micheloe-master
9 years ago
micheloe
b3988013e8
Added explicit sorting on old file versions
9 years ago
micheloe
02ad067e5c
Corrected README.md usage display
9 years ago
micheloe
c854baffd7
Added option to limit amount of old versions to keep (2.01)
9 years ago
srvrco
0858abd94c
update readme info for revoking a certificate
9 years ago
srvrco
5e5d501082
stable release 2.00
9 years ago
serverco
5414b21810
Merge pull request #207 from micheloe/master
tidied up upgrade tmpfile handling (1.95)
9 years ago
micheloe
c0d6c8e962
tidied up upgrade tmpfile handling (1.95)
9 years ago