{% load static %} {% get_static_prefix as STATIC_PREFIX %}
This API is a RESTFul wrapper around the getdc Python library and command line tool. Below are the URLs this application provides. Always run this service using HTTPS in production. No authentication is required for this API.
NAME | DESCRIPTION | METHOD | URL |
Get Certificate | Fetch the certificate(s) from a given endpoint in .PEM format from DNS and LDAP. Appending ".pem" to the endpoint will return a .PEM file instead of ASCII. Replace the endpoint with an actual endpoint. | GET | {% url 'get_direct_endpoint_certificate_no_extension' 'endpoint' %} |
Validate Certificate | Fetch the certificate details from a given endpoint from DNS and LDAP. Returns a JSON document giving information about the certificate if found. | GET | {% url 'validate_direct_endpoint' 'endpoint' %} |