riboseinc / digicert

Ruby bindings for the Digicert Services API
https://www.digicert.com/services/v2/documentation
MIT License
8 stars 10 forks source link

Add option support on duplicate certificate #143

Closed abunashir closed 6 years ago

abunashir commented 6 years ago

This instance interface on order does not support any option but in reality user might want to pass additional options to the duplicate certificate as they can do on the parent interface. This commit fixes that issues and add support for options.

Fixes: #141