Skip to content

Commit c590c30

Browse files
fixup! feat: allow getting trust anchor certificate from PkiEnv
1 parent 0268640 commit c590c30

File tree

1 file changed

+1
-1
lines changed
  • e2e-identity/src/pki_env

1 file changed

+1
-1
lines changed

e2e-identity/src/pki_env/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ impl PkiEnvironment {
157157
.await?
158158
.ok_or(Error::NoTrustAnchor)?;
159159

160-
let trust_anchor = x509_cert::Certificate::from_der(&trust_anchor.content)?; // get crl uris from all local groups plus trust root
160+
let trust_anchor = x509_cert::Certificate::from_der(&trust_anchor.content)?;
161161
Ok(trust_anchor)
162162
}
163163
}

0 commit comments

Comments
 (0)