File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
webauthn-server-attestation/src/main/java/com/yubico/fido/metadata Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1227,9 +1227,9 @@ List<X509Certificate> fetchHeaderCertChain(
12271227 * and assemble them into a {@link CertStore} ready to be injected into {@link
12281228 * PKIXParameters#addCertStore(CertStore)} to provide CRLs for the verification procedure.
12291229 *
1230- * <p>We do this ourselves so that users don't have to set the `com.sun.security.enableCRLDP=true`
1231- * system property. This is required by the default SUN provider in order to enable
1232- * CRLDistributionPoints resolution.
1230+ * <p>We do this ourselves so that users don't have to set the <code>
1231+ * com.sun.security.enableCRLDP=true</code> system property. This is required by the default SUN
1232+ * provider in order to enable CRLDistributionPoints resolution.
12331233 *
12341234 * <p>Any CRLDistributionPoints entries in unknown format are ignored and log a warning.
12351235 */
You can’t perform that action at this time.
0 commit comments