Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# serverlessl

[![Go Report Card](https://goreportcard.com/badge/github.com/massiveco/serverlessl)](https://goreportcard.com/report/github.com/massiveco/serverlessl)
Serverless powered TLS PKI.

## Overview

`serverlessl` leverages cfssl to provide a TLS PKI solution with minimal requirements. It was initially concieved to provide a PKI for etcd/kubernetes clusters to allow for zero input cluster standup when combined with an instance init tool like [massiveco/headstart](https://github.com/massiveco/headstart)

## Components

### ca

The `ca` function is responsible for bootstrapping the PKI

### signer

Leverages the Certificate Authority created by the [ca function](#ca) to sign CSRs

Serverless PKI powered by cfssl