Overview
The Sectigo Client SDK is a set of tools that allow you to communicate with APIs from the Sectigo Certificate Manager (SCM) through your own custom application. The SDK exposes several endpoints that provide a solution for the enrollment, collection, renewal, replacement, and revocation of SSL/TLS and client certificates issued by SCM.
The SDK is distributed as a Python library featuring the following:
-
RSA 2048, 3072, and 4096-bit private key generation
-
Certificate signing request (CSR)
-
Unmanaged function endpoints which communicate with specific SCM APIs and return JSON responses:
-
EnrollCertificate
,CollectCertificate
,RenewCertificate
,ReplaceCertificate
, andRevokeCertificate
-
-
Managed function endpoints which provision communications with SCM and provide means for storing and managing certificate-related files locally:
-
RequestManagedCertificate
andReplaceManagedCertificate
-
