Documentation menu

homepki documentation

homepki builds a three-tier PKI on your workstation: a self-signed root CA, intermediate CAs under it, and server or client certificates under each intermediate. It is a single Go binary for macOS and Linux with no OpenSSL dependency.

$ homepki root-ca         -d runlocal.dev
$ homepki intermediate-ca -d runlocal.dev -n bu1
$ homepki server-cert     -d runlocal.dev -i bu1 -s kong-gateway
$ homepki client-cert     -d runlocal.dev -i bu1 -c my-client

New to homepki? Start with Getting started.

Introduction

Issuing certificates

Security

Reference