srvrco
d22dc09131
testing bug fix for issue#44 - csr recreated if SAN includes a shorter version of domain
10 years ago
serverco
7ab66d406a
Merge pull request #43 from cosban/patch-1
update clone link to use https
10 years ago
cosban
ea5e82f725
update clone link
only users with write access can use ssh links to clone
10 years ago
srvrco
86db9a02aa
Version 1.0 of code for release
10 years ago
srvrco
ab8dbaa65c
Version 1.0 of code for release
10 years ago
srvrco
5ac8b249c9
Version 1.0 of code for release
10 years ago
srvrco
627d81723f
updating readme
10 years ago
srvrco
670a07d37e
Reorder functions alphabetically as part of code tidy.
10 years ago
srvrco
da19c0b90e
After running for nearly 6 months, final testing prior to a v1.00 stable version.
10 years ago
srvrco
2e161789a9
Updating documentation
10 years ago
srvrco
a36a2c386a
Updating documentation
10 years ago
srvrco
aadd7f0199
Updating documentation
10 years ago
srvrco
de5bd186eb
Improved comments - no structural changes
10 years ago
srvrco
5704a37ca3
Improved comments - no structural changes
10 years ago
srvrco
2afa18eb4d
Improvements to auto-upgrade
10 years ago
srvrco
17917b4d19
adding cron info into readme file
10 years ago
srvrco
0b309432c7
Added backup when auto-upgrading
10 years ago
serverco
36dc8eba0e
included download instructions
10 years ago
srvrco
1cb336a1c8
Add [-u|--upgrade] option to automatically upgrade getssl
10 years ago
srvrco
d996dcc8c2
Add version check to see if a more recent version of getssl available
10 years ago
srvrco
e618760090
Add version check to see if there is a more recent version of getssl available
10 years ago
srvrco
8114f8d6e2
Add sftp with password to copy files
10 years ago
srvrco
95ee59206a
Merge branch 'agp8x-master' which adds sftp with password to copy files
10 years ago
srvrco
d7b3a31cef
Add sftp with password to copy files (0.40)
10 years ago
agp8x
0f67e734ed
added sftp with password to copy files
10 years ago
serverco
a3a4865eaf
Merge pull request #41 from rdswift/master
Add FTP info to config and README files
10 years ago
Bob Swift
798e38b009
Add FTP info to config and README files
10 years ago
srvrco
c8338e9802
added FTP method into the default config notes. (0.39)
10 years ago
srvrco
493145020a
added FTP method into the default config notes. (0.39)
10 years ago
srvrco
e938d96893
added FTP method into the default config notes. (0.39)
10 years ago
srvrco
7db7948197
added FTP method of uploading tokens to remote server (blocked for certs as not secure) (0.38)
10 years ago
srvrco
6ece38afa3
added PUBLIC_DNS_SERVER option, for when an external, not internal DNS server is required. (0.37)
10 years ago
srvrco
e4bc57bf81
2016-05-23 Added option to provide a blank response in create-getssl-config for things like SANS. (0.4)
10 years ago
srvrco
467cc3def8
2016-05-23 Added option to provide a blank response in create-getssl-config for things like SANS. (0.4)
10 years ago
srvrco
c6f3d6629b
added DNS_WAIT to getssl.cfg as (default = 10 seconds as before) (0.36)
10 years ago
srvrco
8fb03a7d6b
added AUTH_DNS_SERVER to getssl.cfg as optional definition of authoritative DNS server (0.35)
10 years ago
srvrco
3545fc2adb
tidying up checking of json following AMCE changes. (0.34)
10 years ago
srvrco
71bd46081f
Merge branch - update to reflect changes in stating acme server json (0.33)
10 years ago
srvrco
179965008f
update to reflect changes in stating acme server json (0.33)
10 years ago
Jeremy Booker
494d193ec5
Use grep -Po for parsing JSON response
When parsing the JSON response from the HTTP request to create a new certificate... Use `grep -Po` instead of `egrep` as egrep is not matching across all the lines we need to match.
Also trim leading whitespace from `token` by passing it through `tr`.
10 years ago
srvrco
936ac4187c
correcting typo
10 years ago
srvrco
64460e13f7
Setting umask to 077 for security of private keys etc.
10 years ago
srvrco
14cfad6eee
Corrections for if DNS_DEL_COMMAND is blank, and typo.
10 years ago
srvrco
fb0b269d08
Improving the wording in a couple of comments and info statements. (0.30)
10 years ago
srvrco
c186b8d20b
increased version number after testing changes by dstosberg
10 years ago
Gonzalo Peci
b8c4978329
fix typo
10 years ago
Gonzalo Peci
908883d18e
echo dns when testing
10 years ago
Gonzalo Peci
60eec15aab
Add failsafe for nslookup
10 years ago
Gonzalo Peci
c9129eb152
NS Lookup is not required when using dns validation
10 years ago
serverco
269f43b771
Update README.md
10 years ago