migrate to new droplet ca system

This commit is contained in:
DecDuck
2024-10-08 21:45:57 +11:00
parent 7702db02bf
commit a83aa62a55
2 changed files with 0 additions and 3 deletions
-1
View File
@@ -9,7 +9,6 @@ use crate::DB;
#[derive(serde::Serialize, Clone, Deserialize)]
pub struct DatabaseCerts {
pub private: String,
pub public: String,
pub cert: String,
}