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 `san_names` support in CSR generation #92

Closed abunashir closed 7 years ago

abunashir commented 7 years ago

This commit adds support for san_names in the CSR generation, it also adds r509 as development dependency to minimize the ground work to use openssl directly.

Now we don't need to worry about sanitization or any other ground work that we were doing to generate a CSR using openssl, and it also seems pretty flexible so it would be easier to manage if we need to extend any of it's functionality.

Ref: http://www.rubydoc.info/gems/r509/ Discussion: PR #88