Registry / crypto / r509
library1.0.1rbrubygemsunverified

Ruby module for creating CSRs, issuing certificates, managing CRLs, and running an OCSP responder.

gem install r509
INSTALL
IMPORT
SIG · R509
R
r509
cryptorubyv1.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

R509
require 'r509'

Generates a CSR with a 2048-bit key.

require 'r509' csr = R509::CSR.new(subject: [['CN', 'example.com']], key: R509::PrivateKey.new(bit_strength: 2048))
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
Amazon
1
Resources
r509 — gem install r509 · libregistry