Niklas Keller
d4f2009315
Fix build on nightly
v0.3.0-alpha.3
2018-01-11 17:18:29 +01:00
Niklas Keller
2b4a200263
Fix CSR generation
2018-01-11 17:15:04 +01:00
Niklas Keller
256aa76011
Fix directory permissions
2018-01-11 17:11:28 +01:00
Niklas Keller
69bc88daf1
Refactor directory creation
2018-01-11 17:00:27 +01:00
Niklas Keller
19f6550e33
Fix key store path in exception message
2018-01-11 16:53:01 +01:00
Niklas Keller
ed3da3c98d
Fix DNS lookups
2018-01-11 16:43:32 +01:00
Niklas Keller
56955155fe
Work around https://bugs.php.net/bug.php?id=75396
2018-01-11 10:36:45 +01:00
Niklas Keller
e3d7723da3
Fix bugs in stores not yielding the correct things
2018-01-11 10:32:17 +01:00
Niklas Keller
0ae207fce3
Downgrade dependencies to be compatible with PHP 7.0
2018-01-09 19:30:34 +01:00
Niklas Keller
bb7e25704c
Work around issue with amphp/parallel and PHARs
v0.3.0-alpha.2
2018-01-08 18:44:33 +01:00
Niklas Keller
246a02b5cf
Update dependencies
2018-01-08 18:43:52 +01:00
Niklas Keller
2dba4a852a
Fix code style
v0.3.0-alpha.1
2017-12-29 19:23:48 +01:00
Niklas Keller
d8a93a273c
Update meta files
2017-12-29 19:20:59 +01:00
Niklas Keller
9a9a243807
Upgrade to Amp v2
2017-12-29 19:15:47 +01:00
Ayman Nedjmeddine
c71b07ef03
Add sample configuration file
2017-12-16 12:53:09 +01:00
Niklas Keller
f4cabf755b
Update dependencies, ignore cookies
v0.2.14
2017-05-10 10:22:51 +02:00
Niklas Keller
d78b465739
Add link to phar download
2017-03-18 08:52:18 +01:00
Niklas Keller
aa8186471c
Issue certificates sequential, allow changing the challenge concurrency
2017-01-30 19:15:33 +01:00
Niklas Keller
888588cf00
Separate script for cron
2017-01-13 09:00:39 +01:00
Niklas Keller
44f218d8c2
Update dependencies
v0.2.13
2017-01-05 02:20:47 +01:00
Niklas Keller
af44670353
Improve error message for failed domain DNS
v0.2.12
2017-01-02 00:07:23 +01:00
Niklas Keller
0bd3525938
Use 'composer update' instead of 'composer install'
...
We need another PHPUnit version for PHP 5.5.
2016-12-15 10:53:03 +01:00
Niklas Keller
c3f8424785
Fix tests
2016-12-15 10:35:24 +01:00
Niklas Keller
040aebe993
Improve error message on timed out MX query
...
Any error, not only NoRecordExceptions, resulted in a MX record not found
error message. The previous message is now only shown if there's really no
record. Otherwise a more generic message is shown now.
Fixes #43 .
2016-12-14 19:21:41 +01:00
Niklas Keller
8944aee552
Fall back to global config for server and storage if possible
v0.2.11
2016-10-22 12:21:09 +02:00
Niklas Keller
5b2c47c30f
Args::exists → Args::defined
2016-10-22 12:15:07 +02:00
Niklas Keller
ecb46af5c0
Pass right variables to checkAndIssue
2016-10-22 12:07:10 +02:00
Niklas Keller
253d3f476b
Renew if not all names are covered
...
Renew a certificate if not all names are covered by the current certificate yet.
Adds a new `--names` option to `check` that makes `check` fail if not all names are covered.
Resolves #34 .
2016-10-22 11:41:34 +02:00
Niklas Keller
c6d9c2016c
Make 'server' and 'storage' optional for 'auto'
...
Resolves #35 . Takes the value from the global config file as default argument.
If it doesn't exist, but something in the config file exists, it takes that.
If a command line argument is provided, it always takes precedence.
2016-10-22 11:27:52 +02:00
Niklas Keller
b4d4da7a51
Update dependencies
2016-10-22 11:27:25 +02:00
Niklas Keller
0d61689da1
Wait for challenge to be written to disk before continuing
...
This also makes exceptions visible now. This commit resolves #37 .
2016-10-22 11:10:01 +02:00
Niklas Keller
349a12aae6
Merge pull request #41 from spikyjt/patch-1
...
Correct brackets
2016-10-22 11:01:32 +02:00
JT
28ae97f135
Correct brackets
...
I'm sure I did this properly the first time. Must have lost concentration!
2016-10-22 09:55:36 +01:00
Niklas Keller
0fc0e45e57
Merge pull request #40 from spikyjt/patch-1
...
POSIX compliant cron example
2016-10-21 14:15:12 +02:00
JT
9356a060e7
POSIX compliant cron example
...
Changed the cron auto example to be POSIX compliant and use full paths.
Changed `exit` variable to `RC` (commonly used in system scripts for "return code") as `exit` is a shell builtin.
Added note about setting the full path as $PATH may not be set.
2016-10-21 11:56:29 +01:00
Niklas Keller
b4a722c0a9
Update dependencies
...
Also update php-cs from fabpot to friendsofphp.
v0.2.10
2016-08-04 16:13:04 +02:00
Niklas Keller
2f73c15287
Update dependencies
2016-08-04 16:10:17 +02:00
Niklas Keller
05a6f6d861
Merge pull request #36 from izzlazz/master
...
Add support for IPv6-only host names
2016-07-29 09:09:15 +02:00
René Højbjerg Larsen
d5fdc1a3c0
Add support for IPv6-only host names
2016-07-27 22:28:42 +02:00
Niklas Keller
cc76a6f52c
Warn if PHP 5.5 is used as it's EOL
2016-07-11 09:19:18 +02:00
Niklas Keller
74b275cf07
Chunk DNS lookups as well
2016-06-28 22:05:36 +02:00
Niklas Keller
e9d2a59eca
Chunk authorization requests into groups of 10
2016-06-28 10:27:46 +02:00
Niklas Keller
b9d79bbbe7
Improve documentation for the auto command, closes #31
2016-06-20 15:55:23 +02:00
Niklas Keller
f0c09881ea
Update dependencies to include latest amphp/socket v0.9.8 release
v0.2.8
2016-06-19 22:21:07 +02:00
Niklas Keller
07f9a03702
Check success for directory creation in key store
...
Resolves #28 .
2016-06-09 16:50:41 +02:00
Niklas Keller
d04e758598
Update dependencies
2016-06-09 16:39:26 +02:00
Niklas Keller
029f4c533a
Add check to catch #30 early with a helpful message
2016-06-09 16:32:37 +02:00
Niklas Keller
c02e758a21
Merge pull request #26 from kelunik/automation
...
Basic working 'auto' command
v0.2.7
2016-06-07 09:44:27 +02:00
Niklas Keller
e1ea62b5e7
Doc typo and format fixes
2016-06-07 09:42:52 +02:00
Niklas Keller
a090e99a19
Update documentation for new auto command
2016-06-04 21:47:08 +02:00