Closed ronaldtse closed 7 years ago
Hi @abunashir ,
We want to directly access the textual content from a certificate after download.
Here's an example:
duplicate_request = order.duplicate(csr: csr) # this method downloaded_certs = duplicate_request.download_certificate(format: :text) root_cert = downloaded_certs[:root] intermediate_cert = downloaded_certs[:intermediate] cert = downloaded_certs[:cert]
Could we implement this method to make it easier to utilize the downloaded content? Thanks!
Resolved in PR #108 !
Hi @abunashir ,
We want to directly access the textual content from a certificate after download.
Here's an example:
Could we implement this method to make it easier to utilize the downloaded content? Thanks!