mesosphere / dcos-bootstrap-ca

Bootstrap CA for automated Exhibitor lockdown

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DC/OS certificate bootstrap (dcos-bootstrap-ca)

This program is part of the DC/OS installation toolchain. Specifically, dcos-bootstrap-ca provides PKI (Public Key Infrastructure) bootstrapping, secure, automated certificate signing, and security artifact transcoding. This program is not intended to be used outside of the context of a DC/OS installation.

Standalone container

It is possible to build this project as a standalone container that can be used for CI testing purposes without need to run DC/OS installer bootstrap node.

To build a container run:

make standalone

To push a container run:

make standalone-push

About

Bootstrap CA for automated Exhibitor lockdown

License:MIT License


Languages

Language:Go 96.4%Language:Makefile 2.4%Language:Shell 0.9%Language:Dockerfile 0.3%