We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c490c2 commit 4e4cc70Copy full SHA for 4e4cc70
crates/stackable-webhook/src/tls/cert_resolver.rs
@@ -43,7 +43,7 @@ pub enum CertificateResolverError {
43
source: CertificatePairError<ecdsa::Error>,
44
},
45
46
- #[snafu(display("failed to decode CertifiedKey from DER"))]
+ #[snafu(display("failed to create packaged certificate chain from DER"))]
47
DecodeCertifiedKeyFromDer { source: tokio_rustls::rustls::Error },
48
49
#[snafu(display("failed to run task in blocking thread"))]
0 commit comments