wip: added scores and basic implentation to create certs and issuers
Some checks failed
Run Check Script / check (pull_request) Failing after 50s

This commit is contained in:
2026-01-13 15:43:58 -05:00
parent 2153edc68c
commit dc421fa099
7 changed files with 248 additions and 7 deletions

View File

@@ -12,7 +12,13 @@ use harmony::{
#[tokio::main]
async fn main() {
let cert_manager = CertificateManagementScore {
config: CertificateManagementConfig {},
config: CertificateManagementConfig {
name: todo!(),
namespace: todo!(),
acme_issuer: todo!(),
ca_issuer: todo!(),
self_signed: todo!(),
},
};
harmony_cli::run(