Skip to content

Bootstrap CA for automated Exhibitor lockdown

License

Notifications You must be signed in to change notification settings

mesosphere/dcos-bootstrap-ca

Repository files navigation

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