| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
buypass.com acme api.
From Bartosz Kuzma (bartosz.kuzma AT release11.com), thanks!
OK beck, deraadt
|
|
|
|
|
|
|
|
|
|
|
| |
name, by adding a new (optional) config option "domain name".
This can be used to create a rsa and an ecdsa key for the same domain
name.
The old domain name in the 'title' line continues to be used as domain
name in the abscence of the domain name argument, i.e. the change is
backward compatible with current config files.
tested by sthen@
ok florian@ sthen@
|
|
|
|
|
| |
OK benno
Input & OK tb
|
|
|
|
|
| |
Originaly from Renaud Allard following input from benno, tweaked by me.
OK benno
|
|
|
|
| |
diff from Renaud Allard <renaud@allard.it>, ok to get in from florian@
|
|
|
|
|
| |
One could always use them on the command line and acme-client would do
the right thing.
|
| |
|
|
|
|
|
|
|
|
| |
directory call. This way we don't need to update the acme-client.conf
file every time it changes. Still parse the option, ignore and warn about
it for a release. Sysmerge should be able to handle the removal.
"nice" deraadt@
OK benno
|
|
|
|
|
|
| |
preserve order.
ok florian@
|
|
|
|
|
|
| |
revokation works, the fullchain file will be unlinked.
ok florian
|
|
|
|
| |
OK benno
|
|
|
|
|
|
| |
implement new -n option to check and print configuration
ok florian
|
|
|
|
|
|
|
| |
- add challengedir option to config file
- remove -C option from command line
ok florian
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
start using the configuration file and delete command line arguments:
-a agreement -> agreement url ...
-c certdir -> domain certificate "path"
-f accountkey -> account key "path"
-k domainkey -> domain key "path"
-s authority -> sign with "name"
new argument:
-f configfile
the changes needed to use the new configuration are local to main.c for now.
While the configuration could be passed directly to netproc(), keyproc() etc,
the diff is smaller this way.
This also removes the multidir (-m) mode for now - specify different paths in
each domain {} block instead.
ok florian
|
|
it can be worked on in the tree).
ok florian@ deraadt@
|