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 Ruby 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
-

Package contents
The Sectigo Client SDK for Ruby contains the following:
-
sectigo_rbcert.rb: The Sectigo Ruby library
-
constants.rb: A constant variable which is being used by
sectigo_rbcert.rb
-
sample.rb: Sample code that demonstrates end-to-end examples of
EnrollCertificate
,CollectCertificate
, andRequestManagedCertificate
for SSL and client certificates.
