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(
1227
1227
* and assemble them into a {@link CertStore} ready to be injected into {@link
1228
1228
* PKIXParameters#addCertStore(CertStore)} to provide CRLs for the verification procedure.
1229
1229
*
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.
1233
1233
*
1234
1234
* <p>Any CRLDistributionPoints entries in unknown format are ignored and log a warning.
1235
1235
*/
You can’t perform that action at this time.
0 commit comments