Last Updated: 11/22/2024
API endpoint's
With one of these API endpoints, you can retrieve data from the current certificate.
https://api.cococloud-signing.online/cert-status/api
https://api.cococloud-signing.online/cert-status/api2 (Deprecated) - Do Not Use
JS code required
you are required to add this to your site if you wish to add these indicators.
<script src="https://api.cococloud-signing.online/cert-status/sign-status.js"> </script>
Signed Status
This will display the certificate signed status on your website or app.
Signed Status: (<span id="signed-status-free">[Signed Status]</span>)
Certificate Name
This will display the certificate name on your website or app.
Cert Name: (<span style="color:black" id="cococloud-ios-cert">[Certificate Name]</span>)
Certificate expiration date:
This will display the certificate expiration date on your website or app.
Cert expiration date: (<span style="color:black" id="cococloud-ios-cert-exp">[Certificate exp]</span>)
Certificate Fingerprint
certificate thumbprint, also called a fingerprint, is a hash of a certificate, computed over all certificate data and its signature. Thumbprints are used as unique identifiers for certificates.
Cert fingerprint: (<span style="color:black" id="cococloud-ios-fingerprint">[Certificate fingerprint]</span>)
Certificate Issuer
Issuer: The entity that verified the information and signed the certificate.
Cert Issuer: (<span style="color:black" id="cococloud-ios-issuer">[Certificate Issuer]</span>)
Certificate blacklisting users
This indicator will inform your users that the certificate is blocking users from using it.
Cert blacklisting users: (<span style="color:black" id="cococloud-ios-cert-blacklistingusers">[Certificate blacklistingusers]</span>)
Certificate Added date
This indicator will inform your users when the cert was added.
Cert added date: (<span style="color:black" id="cococloud-ios-cert-addedDate">[Certificate addeddate]</span>)
Certificate Company:
This is the Company that provided the current Certificate.
Cert Company: (<span style="color:black" id="cococloud-ios-certcpn">[Certificate Company]</span>)