feat: v0.2.0-rc

This commit is contained in:
2024-03-30 16:39:08 +08:00
parent 251f0e0483
commit 5bfa8c9f9f
4 changed files with 16 additions and 17 deletions

View File

@@ -1,6 +1,9 @@
use std::fs;
use rcgen::{Certificate, CertificateParams, DnType, ExtendedKeyUsagePurpose, IsCa, KeyPair, KeyUsagePurpose};
use rcgen::{
Certificate, CertificateParams, DnType,
ExtendedKeyUsagePurpose, IsCa, KeyPair, KeyUsagePurpose,
};
use time::{Duration, OffsetDateTime};
#[derive(Debug, Clone)]