Skip to content

ricardobranco777/py-simplepki

Repository files navigation

Build Status

simplepki

Simple PKI to test TLS.

Installation

Add https://github.com/ricardobranco777/py-simplepki/archive/master.zip to requirements.txt or run:

pip install --user https://github.com/ricardobranco777/py-simplepki/archive/master.zip

Usage

  • make generate
  • make verify

The output is:

  • cacerts.pem (sub CA and root CA concatenated)
  • server.pem (server certificate for localhost)
  • server.key (plaintext private key for server)
  • client.pem (client certificate for localhost)
  • client.key (plaintext private key for client)

Requirements

Notes

Go version: https://github.com/ricardobranco777/simplepki