simplepki

command module
v0.0.0-...-f577122 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 11, 2024 License: BSD-3-Clause Imports: 19 Imported by: 0

README

Build Status

simplepki

Simple PKI to test TLS applications

Usage

Usage: simplepki [OPTIONS...]
  -ecdsa
    	Generate P-256 ECDSA keys (default true)
  -ed25519
    	Generate Ed25519 keys
  -pass string
    	Passphrase for keys
  -rsa
    	Generate 4096-bits RSA keys

The output is:

  • ca.key (private key for root CA)
  • ca.pem (certificate for root CA)
  • subca.key (private key for intermediate CA)
  • subca.pem (certificate for intermediate CA)
  • server.pem (server certificate for localhost)
  • server.key (private key for server)
  • client.pem (client certificate for localhost)
  • client.key (private key for client)

Requirements

  • Go >= 1.18

Notes:

Python version: https://github.com/ricardobranco777/py-simplepki

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL