feat: update x509

This commit is contained in:
2021-05-03 23:18:55 +08:00
parent 02dbc6f63f
commit 6da26e2de9
2 changed files with 28 additions and 5 deletions

View File

@@ -87,6 +87,7 @@ pub struct AcmeConfig {
pub struct CertConfigItem {
pub path: String,
pub algo: Option<String>,
pub common_name: Option<String>,
pub dns_names: Option<Vec<String>>,
}