Registry / crypto / certmeister

certmeister

JSON →
library2.3.2rbrubygemsunverified

A certificate authority library that can be configured to make decisions about whether to autosign certificate signing requests for clients.

gem install certmeister
INSTALL
IMPORT
SIG · CERTMEISTER
C
certmeister
cryptorubyv2.3.2
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.

Certmeister
require 'certmeister'

Create a certificate authority and sign a CSR.

require 'certmeister' ca = Certmeister::CA.new csr = OpenSSL::X509::Request.new(File.read('client.csr')) ca.sign(csr) # => certificate or nil
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.3.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
26
OpenAI (training)
1
Resources
certmeister — gem install certmeister · libregistry