Skip to content

Commit

Permalink
Merge pull request #59 from grahambinns/add-expiration-field-to-gener…
Browse files Browse the repository at this point in the history
…ate-cert-response
  • Loading branch information
Haennetz authored Feb 13, 2024
2 parents 1961642 + fcd7193 commit 229b003
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/pki/responses.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ use serde::{Deserialize, Serialize};
pub struct GenerateCertificateResponse {
pub ca_chain: Option<Vec<String>>,
pub certificate: String,
pub expiration: Option<u64>,
pub issuing_ca: String,
pub private_key: String,
pub private_key_type: String,
Expand Down

0 comments on commit 229b003

Please sign in to comment.