feat dingtalk and restart nginx

This commit is contained in:
2022-01-02 10:35:28 +08:00
parent 716b442458
commit e25650099a
4 changed files with 224 additions and 29 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "acme-client"
version = "0.6.1"
version = "1.0.0"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
description = "Acme auto challenge client, acme-client can issue certificates from Let's encrypt"
@@ -20,6 +20,11 @@ x509-parser = "0.9"
reqwest = { version = "0.11", features = ["blocking"] }
trust-dns-resolver = "0.20"
simpledateformat = "0.1.3"
serde_json = "1.0"
urlencoding = "1.0.0"
base64 = "0.11.0"
hmac = "0.7.1"
sha2 = "0.8.1"
[profile.release]
codegen-units = 1