Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/takaishi/vault-pki
- Owner: takaishi
- Created: 2019-02-12T03:36:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-19T01:28:26.000Z (over 5 years ago)
- Last Synced: 2025-01-19T22:23:22.908Z (16 days ago)
- Topics: golang, vault
- Language: Go
- Homepage: https://github.com/takaishi/vault-pki
- Size: 81.1 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)