As of now, the Digicert API does not have an easier way to find a duplicate certificate, the certificate duplication returns existing order_id with a request node which only has an id.
So to find out a duplicate certificate, we need to retrieve the request details first and then use the date_created for that certificate to find out from all of the certificate duplications
This requires lots of work, so this following interface will do all of its underlying tasks, and all we need to do is pass the requests id that we will have form the certificate duplication.
As of now, the Digicert API does not have an easier way to find a duplicate certificate, the certificate duplication returns existing
order_id
with arequest
node which only has anid
.So to find out a duplicate certificate, we need to retrieve the request details first and then use the
date_created
for that certificate to find out from all of the certificate duplicationsThis requires lots of work, so this following interface will do all of its underlying tasks, and all we need to do is pass the requests id that we will have form the certificate duplication.