wip: added scores and basic implentation to create certs and issuers
Some checks failed
Run Check Script / check (pull_request) Failing after 50s
Some checks failed
Run Check Script / check (pull_request) Failing after 50s
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user