CoolCert

Demo Authrite Certificate Issuance Server

Learn more on GitHub

For a UI that can interact with CoolCert, go here.

Server Parameters

This server's certifier public key is: 0247431387e513406817e5e8de00901f8572759012f5ed89b33857295bcc2651f8

This server will issue certificates with type: AGfk/WrT1eBDXpz3mcw386Zww2HmqcIn3uY6x4Af1eo=

Endpoint Documentation

post https://staging-coolcert.babbage.systems/initialRequest

Generate an agreed upon validationKey and serialNumber

Parameters

Example Response

{
  "status": "success",
  "type": "4h2EuSOrHF2B0FgURmDZ4WsaYjnoY4mtGo2Q5IDf5wM=",
  "serialNonce": "kCD592Gbq+QqrmQzn9im6XvkK3oFkNF/rcgarLefkdM=",
  "validationNonce": "uEClilzHmF8n1d4AMxpACBg/8SMJEiJeJMycWAMoWg8=",
  "serialNumber": "24lRlUndeq6ShMA8p2OQjBtR6UEWVVBySLEQPuPK44k=",
  "validationKey": "QIqLSq5Dw+DuFb5X5b1qstV5VXhFEq+UzFSSArk92Ps="
}

post https://staging-coolcert.babbage.systems/signCertificate

Use this route to fufill a certificate signing request.

Parameters

Example Response

{
  "subject": "...",
  "...": "Fully-signed Authrite certificate"
}

Built with love in 2022 by the Babbage Team