cchandler / certificate_authority

Ruby gem for managing the core functions outlined in RFC-3280 for PKI
https://github.com/cchandler/certificate_authority
194 stars 44 forks source link

DNS and IP entries added to subjectAltNames x509 extensions #11

Closed emonti closed 12 years ago

emonti commented 12 years ago

Added accessors for ips and dns_names to the object, changed 'to_s' accordingly. Confirm my assumptions in the specs, though, I'm not an expert on this.

emonti commented 12 years ago

ok good to go.

cchandler commented 12 years ago

I like it. I've been meaning to add the additionally supported types on SubjectAlternativeName for a while. Thanks :-) !