feat: add domain check

This commit is contained in:
2021-05-05 16:01:54 +08:00
parent 2f8f5d4c9d
commit e3d9979e48
4 changed files with 675 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "acme-client"
version = "0.3.0"
version = "0.4.0"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
description = "Acme auto challenge client, acme-client can issue certificates from Let's encrypt"
@@ -16,7 +16,9 @@ tide = "0.16"
async-std = { version = "1.8", features = ["attributes"] }
serde = { version = "1.0", features = ["derive"] }
deser-hjson = "0.1"
x509-parser = "0.9.2"
x509-parser = "0.9"
reqwest = { version = "0.11", features = ["blocking"] }
trust-dns-resolver = "0.20"
[profile.release]
codegen-units = 1