An open API service indexing awesome lists of open source software.

https://github.com/smallstep/cli-utils

Common code between step and step-ca
https://github.com/smallstep/cli-utils

Last synced: 7 months ago
JSON representation

Common code between step and step-ca

Awesome Lists containing this project

README

          

# cli-utils

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Build Status](https://travis-ci.com/smallstep/cli-utils.svg?branch=main)](https://travis-ci.com/smallstep/cli-utils)
[![Documentation](https://godoc.org/github.com/smallstep/cli-utils?status.svg)](https://pkg.go.dev/mod/github.com/smallstep/cli-utils)

Cli-utils is a collection of packages used in [Smallstep](https://smallstep.com) products. See:

* [step](https://github.com/smallstep/cli): A zero trust swiss army knife for
working with X509, OAuth, JWT, OATH OTP, etc.
* [step-ca](https://github.com/smallstep/certificates): A private certificate
authority (X.509 & SSH) & ACME server for secure automated certificate
management, so you can use TLS everywhere & SSO for SSH.

> ⚠️: Other projects should not use this package. The API can change at any time.

## Usage

To add this to a project just run:

```sh
go get github.com/smallstep/cli-utils
```