A tool to manage certificates lifecycle on Vault, Redis, Consul
Install the package
dependencies
py-consul
is a fork of python-consul
and is only available as PIP package.
DEB users need to install packages/deb/python3-py-consul_1.2.4-1_all.deb
RPM users need to install packages/rpm/py-consul-1.2.4-1.noarch.rpm
, as well as pip versions of docopt
and hvac
on CentOS 7. [ untested ]
packages
You can install one of the packages stored under the following directories:
packages/
├── deb
├── rpm
└── whl
developer's notes
version number
the version number is stored inside ./version/__init__.py
create README.rst
pandoc README.md --from markdown --to rst -s -o README.rst