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.
| Service | Purpose | Integrator access |
|---|---|---|
| License Server | Validates API keys, domain whitelist, and product licenses | Via API key on every request |
| Validation Service | CRL/OCSP certificate checks, chain validation | Certificates API |
| Audit Service | Signing event logs for compliance | Audit Logs API |
| Admin Console | API keys, domain whitelist, installer downloads | Web 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
- Sign in at
https://console.securesign.toolsbots.com - Create API keys under Developers → API Keys
- Register domains under Developers → Domain Whitelist
- Download Mobile App links and Desktop Software installers under Downloads