Socket
Book a DemoInstallSign in
Socket

infrataster-plugin-ssl_certificates

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

infrataster-plugin-ssl_certificates

0.0.3
bundlerRubygems
Version published
Maintainers
1
Created
Source

Infrataster::Plugin::SslCertificates

Gem Version Dependency Status Build Status

Check SSL certificates plugin for infrataster

Installation

Add this line to your application's Gemfile:

gem 'infrataster-plugin-ssl_certificates'

And then add the following line to your spec_helper.rb:

require 'infrataster-plugin-ssl_certificates'

Usage

# spec/example_spec.rb
reuqire 'spec_helper'

describe server(:app) do
  describe domain('example.com') do
    it { expect(certificate.serial).to eq(1234567) }
    it { expect(certificate.not_after.to_s).to eq("2015-12-31 18:00:00 UTC") }
  end
end

You can specify port number by options passed to Infrataster::Server.define in spec_helper.rb:

Infrataster::Server.define(
  :app,
  '192.168.33.10',
  ssl: { port: 8443 }
  )

Contributing

FAQs

Package last updated on 07 Aug 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.