ronin-rb / ronin-support

A support library for Ronin. Like activesupport, but for hacking!
https://ronin-rb.dev
GNU Lesser General Public License v3.0
26 stars 9 forks source link

Add a `ca:` keyword argument to `Crypto::Cert.generate` #448

Closed postmodern closed 10 months ago

postmodern commented 1 year ago

Add a ca keyword argument to Crypto::Cert.generate which adds the 'basicConstraint' => ['CA:TRUE', true] extension.

postmodern commented 10 months ago

Implemented by PR #461.