Platform Services

Backend services that support SecureSign Mobile App and Desktop Software.

Overview

SecureSign products connect to Toolsbots cloud services for licensing, certificate validation, and compliance audit. Your portal also uses the REST API for server-side orchestration.

ServicePurposeIntegrator access
License ServerValidates API keys, domain whitelist, and product licensesVia API key on every request
Validation ServiceCRL/OCSP certificate checks, chain validationCertificates API
Audit ServiceSigning event logs for complianceAudit Logs API
Admin ConsoleAPI keys, domain whitelist, installer downloadsWeb UI at console.securesign.toolsbots.com

License Server

Every deep link and REST request includes your API key. The license server verifies:

  • API key is valid and not revoked
  • Request origin matches Domain Whitelist
  • Product (Mobile App / Desktop Software) is licensed for the integrator

Validation Service

After signing, your backend can validate certificates via POST /certificates/validate with CRL and OCSP checks. See Verification Engine.

Audit Service

All signing sessions are logged with request ID, certificate serial, timestamp, and portal origin. Retrieve logs via GET /audit/logs for government compliance reporting.

Admin Console

  1. Sign in at https://console.securesign.toolsbots.com
  2. Create API keys under Developers → API Keys
  3. Register domains under Developers → Domain Whitelist
  4. Download Mobile App links and Desktop Software installers under Downloads