Registry / utility / localhost

localhost

JSON →
library1.8.0rbrubygemsunverified

Manage a local certificate authority for self-signed localhost development servers.

gem install localhost
INSTALL
IMPORT
SIG · LOCALHOST
L
localhost
utilityrubyv1.8.0
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.

Localhost
require 'localhost'

Create a local HTTPS server with a trusted certificate.

require 'localhost' require 'net/http' server = Localhost::Authority.fetch http = Net::HTTP.new('localhost', 443) http.use_ssl = true http.verify_mode = OpenSSL::SSL::VERIFY_PEER
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.8.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Resources
localhost — gem install localhost · libregistry