New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

certilizer

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

certilizer

Generate report of SSL/TLS certificates from a list of endpoints defined in a YAML configuration file

  • 0.12.0
  • PyPI
  • Socket score

Maintainers
1
Avatar

Build Status Security Status Published Version

Certilizer

Certilizer is a Python CLI for generating report of SSL certificates from multiple endpoints specified in a YAML configuration.

Installation

pip3 install certilizer

Usage

Create a configuration file, e.g. certilizer.yaml:

---
endpoints:
  - host: apple.com
    port: 443
  - host: google.com
    port: 443
  - host: microsoft.com
    port: 443

And then run certilizer CLI and pass the configuration file path:

certilizer --conf-file certilizer.yaml

It will write the log messages to stdout:

[certilizer] INFO Loading configuration file certilizer.yaml
[certilizer] INFO TODO

Configuration

Configuration properties:

PropertyTypeDescriptionExample
endpoints[]ArrayA list of one or more endpoints with ...
endpoints[].hostStringThe name of the tagset.apple.com
endpoints[].portStringThe name of the tagset.443

Colophon

Developer's Guide

Build reports:

Keywords

FAQs


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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc