pub struct FileCaSigner {
key_path: PathBuf,
issuer_cert: Certificate,
}Expand description
File-backed CA signer (current default; agenix-encrypted PEM on disk).
Fields§
§key_path: PathBuf§issuer_cert: CertificateImplementations§
Source§impl FileCaSigner
impl FileCaSigner
pub fn from_paths(ca_cert_path: &Path, ca_key_path: &Path) -> Result<Self>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FileCaSigner
impl RefUnwindSafe for FileCaSigner
impl Send for FileCaSigner
impl Sync for FileCaSigner
impl Unpin for FileCaSigner
impl UnwindSafe for FileCaSigner
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more