We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
PkiEnv
1 parent 0268640 commit c590c30Copy full SHA for c590c30
e2e-identity/src/pki_env/mod.rs
@@ -157,7 +157,7 @@ impl PkiEnvironment {
157
.await?
158
.ok_or(Error::NoTrustAnchor)?;
159
160
- let trust_anchor = x509_cert::Certificate::from_der(&trust_anchor.content)?; // get crl uris from all local groups plus trust root
+ let trust_anchor = x509_cert::Certificate::from_der(&trust_anchor.content)?;
161
Ok(trust_anchor)
162
}
163
0 commit comments