Skip to content

Commit 4adf4ca

Browse files
committed
Remove documentation of com.sun.security.enableCRLDP setting
1 parent 25ccfc2 commit 4adf4ca

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

webauthn-server-attestation/README.adoc

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -222,17 +222,6 @@ RegistrationResult result = rp.finishRegistration(/* ... */);
222222
Set<MetadataBLOBPayloadEntry> metadata = mds.findEntries(result);
223223
----------
224224

225-
5. If you use the SUN provider for the `PKIX` certificate path validation algorithm, which many deployments do by default:
226-
set the `com.sun.security.enableCRLDP` system property to `true`.
227-
This is required for the SUN `PKIX` provider to support the CRL Distribution Points extension,
228-
which is needed in order to verify the BLOB signature.
229-
+
230-
For example, this can be done on the JVM command line using a `-Dcom.sun.security.enableCRLDP=true` option.
231-
See the https://docs.oracle.com/javase/9/security/java-pki-programmers-guide.htm#GUID-EB250086-0AC1-4D60-AE2A-FC7461374746__SECTION-139-623E860E[Java PKI Programmers Guide]
232-
for details.
233-
+
234-
This step may not be necessary if you use a different provider for the `PKIX` certificate path validation algorithm.
235-
236225

237226
== Selecting trusted authenticators
238227

webauthn-server-demo/build.gradle.kts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@ dependencies {
5555

5656
application {
5757
mainClass.set("demo.webauthn.EmbeddedServer")
58-
59-
// Required for processing CRL distribution points extension
60-
applicationDefaultJvmArgs = listOf("-Dcom.sun.security.enableCRLDP=true")
6158
}
6259

6360
for (task in listOf(tasks.installDist, tasks.distZip, tasks.distTar)) {

0 commit comments

Comments
 (0)