Skip to content

Commit

Permalink
Remove initial manager code
Browse files Browse the repository at this point in the history
This code will be re-introduced in a follow-up PR.
  • Loading branch information
Techassi committed Mar 4, 2024
1 parent 4810ed7 commit 2970688
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
1 change: 0 additions & 1 deletion stackable-certs/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ use x509_cert::{

pub mod ca;
pub mod keys;
pub mod manager;

pub const CERTIFICATE_FILE_EXT: &str = "crt";
pub const PRIVATE_KEY_FILE_EXT: &str = "key";
Expand Down
27 changes: 0 additions & 27 deletions stackable-certs/src/manager.rs

This file was deleted.

0 comments on commit 2970688

Please sign in to comment.