dependabot[bot]
cc67cfe98f
Bump clap from 4.5.0 to 4.5.3
Bumps [clap](https://github.com/clap-rs/clap ) from 4.5.0 to 4.5.3.
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.0...v4.5.3 )
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
11 months ago
Rodolphe Bréard
66f7c086f8
ACMEd v0.23.0
12 months ago
Rodolphe Bréard
492ea747a6
Update dependencies
12 months ago
Rodolphe Bréard
99dc7573df
Update dependencies
1 year ago
Rodolphe Bréard
688de5b15a
ACMEd v0.22.2
1 year ago
Rodolphe Bréard
1daac83335
ACMEd v0.22.1
1 year ago
Rodolphe Bréard
ad217f2b5b
ACMEd v0.22.0
1 year ago
Rodolphe Bréard
e9522df9ef
Stop using the `Error` struct from `acme_common` in tacd
rel #83
2 years ago
Jan Christian Grünhage
b74765187c
Update the MSRV
2 years ago
Rodolphe Bréard
213d057d08
Fix the indentation
2 years ago
Rodolphe Bréard
e900138503
Inline the format args
2 years ago
Rodolphe Bréard
1afc6dc27e
Indent with tabs instead of spaces
https://adamtuttle.codes/blog/2021/tabs-vs-spaces-its-an-accessibility-issue/
2 years ago
Rodolphe Bréard
65ff3ae54e
ACMEd v0.21.0
2 years ago
Rodolphe Bréard
b898f54880
Fix the flags
2 years ago
Rodolphe Bréard
39a96aa4a7
Remove useless references
2 years ago
Rodolphe Bréard
2b1ed2a8c2
Upgrade to clap 4.0
2 years ago
Rodolphe Bréard
e7fd14b98a
ACMEd v0.19.0
3 years ago
Rodolphe Bréard
ef6b0e4e2b
Reformat some lines that had previously been split
3 years ago
Rodolphe Bréard
2c281d1cc7
Add the `--no-pid-file` argument
Fixes #60
3 years ago
Rodolphe Bréard
45f4aeb239
Fix an invalid reference in the command line arguments
3 years ago
Rodolphe Bréard
9723118855
ACMEd v0.19.0
3 years ago
Rodolphe Bréard
d8e7184b09
Use clap::Command instead of the deprecated clap::App
3 years ago
Rodolphe Bréard
cfd5fabf0b
Upgrade to clap 3
3 years ago
Rodolphe Bréard
835cfceb45
Remove unnecessary references
3 years ago
Rodolphe Bréard
5b42d1fe14
ACMEd v0.18.0
4 years ago
Rodolphe Bréard
5d9e1e3626
ACMEd v0.17.0
4 years ago
Ralf Zerres
c9c12692c9
update LFS compliance volatile runtime data
* the former /var/run is depreciated -> using /run
* update rust build scripts sources to use the new path
* update CHANGELOG to reflect the changes
Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
4 years ago
Rodolphe Bréard
90282482d8
Move the account and certificate default directories
Those directories were located in /etc/acmed/, which is not the best
choice. According to the Filesystem Hierarchy Standard, they should be
located in /var/lib/acmed/.
Because systems may have different conventions, those values are now
configuration at build time.
https://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard
4 years ago
Rodolphe Breard
7c74e3b247
ACMEd v0.16.0
4 years ago
Rodolphe Breard
675a75b470
ACMEd v0.15.0
4 years ago
Rodolphe Breard
d7da82ad6f
ACMEd v0.14.0
4 years ago
Rodolphe Breard
44c6f99456
ACMEd v0.12.0
4 years ago
Rodolphe Breard
8c0d208fe5
Add the `openssl_vendored` feature
rel #4
4 years ago
Rodolphe Breard
b75b8ba9f7
Prepare the code for an OpenSSL replacement
The part of code that are specific to OpenSSL are now included only if
the openssl feature is activated. The generic parts of code included in
OpenSSL specific files has been moved out.
4 years ago
Rodolphe Breard
d1a344a171
Reorder the Cargo.toml
4 years ago
Rodolphe Breard
de6561cd24
ACMEd v0.12.0
4 years ago
Rodolphe Breard
0456737458
ACMEd v0.11.0
4 years ago
Rodolphe Breard
bb47e04558
Improve the binary's long version
4 years ago
Rodolphe Breard
4eb0423da3
Reformat log messages
4 years ago
Rodolphe Breard
f126ee22d0
ACMEd v0.10.0
4 years ago
Rodolphe Breard
3ee3419676
Add missing commas
5 years ago
Rodolphe Breard
c5f1e90276
Add the `--crt-digest` option in tacd
5 years ago
Rodolphe Breard
c7263703d1
Improve the CLI
Some default values were missing. Some descriptions has been rephrased.
5 years ago
Rodolphe Breard
602d8c6cf6
Add the `--crt-signature-alg` option in tacd
5 years ago
Rodolphe Breard
4614d6c407
Add partial EdDSA support
Currently, OpenSSL does not have the required
`EVP_PKEY_get1_ED(25519|448)` functions, hence EdDSA has been partially
implemented and disabled. Once OpenSSL 3.0.0 is out and the `openssl`
crates implements the bindings to those functions, full EdDSA
implementation could be done and activated.
Conditional compilation has been implemented using `rustc-cfg`
instructions rather than features so it can be activated from the build
script depending on whether or not the cryptographic library supports
Ed25519 and Ed448.
7c664b1f1b
5 years ago
Rodolphe Breard
88f83bafe4
Prepare the Cargo.toml files for a different crypto library
5 years ago
Rodolphe Breard
f2e23b20fd
ACMEd v0.9.0
5 years ago
Magic Len
b25d01823a
Fix the conflicts_with setting of the `acme-ext-file` option
5 years ago
Rodolphe Breard
942d0a9ba7
ACMEd v0.8.0
5 years ago
Rodolphe Breard
52973b4b9e
Remove the PID file after exit
Fix #25
5 years ago