Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/takaishi/vault-pki

CLI tool managing PKI with Hashicorp Vault.
https://github.com/takaishi/vault-pki

golang vault

Last synced: 3 days ago
JSON representation

CLI tool managing PKI with Hashicorp Vault.

Awesome Lists containing this project

README

        

# vault-pki

[![Build Status](https://travis-ci.org/takaishi/vault-pki.svg?branch=master)](https://travis-ci.org/takaishi/vault-pki)

CLI tool managing PKI with Hashicorp Vault.

## Development

Install vault:

```
$ brew install vault
```

launch vault server:

```
$ vault server -dev
```

Set vault address:

```
$ export VAULT_ADDR='http://127.0.0.1:8200'
```

Login vault. Enter root token:

```
$ vault login
Token (will be hidden):
```

## Licence

[MIT](https://github.com/tcnksm/tool/blob/master/LICENCE)

## Author

[takaishi](https://github.com/takaishi)