Closed mhardeman closed 2 years ago
We should use the new martini API endpoint for validating reachability/validty of a CRLdp.
// PathForSTIPAValidateCDP is the path to validate CDP URL // // Verbs: POST // Request: v1.StipaSpcValidateCDPRequest // Response: 204 StatusNoContent PathForSTIPAValidateCDP = "/v1/stipa/validate_cdp"
It expects json object like {"crl":"crl_dp_url_goes_here"}
We should use the new martini API endpoint for validating reachability/validty of a CRLdp.
It expects json object like {"crl":"crl_dp_url_goes_here"}