Welcome to CertService

This is a simple ACME client service where you can manage domains and API keys for certificate issuance.

Please log in to manage your domains and certificates.

_acme-challenge.example.com. IN CNAME example.com.acme.certservice.net.

Example composite and wildcarded cert (example.com, *.example.com, example.org, *.example.org

	 curl -X POST "https://certservice.net/api/v1/cert" ^
	   -H "X-Api-Key: 1234567-4321-b124-9876-abcdef1234" ^
	   -H "Content-Type: application/json" ^
	   -d "{\"domains\": \"example.com,example.org\", \"staging\": true, \"profile\": \"shortlived\"}" ^
	   --output example-composite.pfx