Skip to content

Commit

Permalink
Fix the invalid CSR generation
Browse files Browse the repository at this point in the history
Due to a bug in the `acme-lib` dependency, the Certificate Signing
Request was not built correctly. This issue caused the ACME server to
reject such CSR when ordiring more than two domains.
algesten/acme-lib#3
  • Loading branch information
breard-r committed Mar 30, 2019
1 parent f5adb2f commit 9ff70d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acmed/Cargo.toml
Expand Up @@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
include = ["src/**/*", "Cargo.toml", "LICENSE-*.txt"]

[dependencies]
acme-lib = "0.4"
acme-lib = "0.5"
clap = "2.32"
daemonize = "0.3"
env_logger = "0.6"
Expand Down

0 comments on commit 9ff70d2

Please sign in to comment.