Skip to content
Snippets Groups Projects
Commit dde6da40 authored by William Enright's avatar William Enright Committed by Larbi Gharib
Browse files

Fixed Certificate generation to create AccessDescription that points to the correct OCSP endpoint

Change-Id: I538bdf4b397d1014c4a45383cf97c5ef37008183
parent 84924c05
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ public class ExtensionLibrary {
//Pre-Define the AIA Point
AccessDescription accessDescription = new AccessDescription(
AccessDescription.id_ad_ocsp,
new GeneralName(SCHEMA, JamsCA.serverDomain + "/api/auth/ocsp")
new GeneralName(SCHEMA, JamsCA.serverDomain + "/api/ocsp")
);
//CA Extensions.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment