Closed ronaldtse closed 7 years ago
@ronaldtse, I am not sure if I understand correctly, but we already have the download
instance method that expects a hash arguments where we can add platform
or format
key and then it will delegate that behavior to the DigicertCertificateDownloader
.
The Digicert::CertificateDownloader
's fetch
method will use the proper path based on the hash
key provided along with the other attributes.
Reference:
Certificate: #download Certificate Downloader: #fetch Spec that is using this interface: certificate_spec
Please have a look and let me know.
Completed and closed.
Hi @abunashir ,
In the README it says you can do:
But this call is not yet implemented. Could we implement this?