Files
docker-docs/reference/dump-certs.md
Mary Anthony e44f5d8796 Updates for 0.7.0 Release
- Close #194 and fix
- Fix and close #425
- Fix and close #417
- Fix and close #420
- Fix and close #422
- Adding in documentation build scripts
- Fix and close #431
- Fix and close #438, and Fix and close #429
- Work on 441
- Adding in commands reference
- Updating all the options to tables
- Updating per Vivek #498
- Adding vivek's last suggestions

Signed-off-by: Mary Anthony <mary@docker.com>
2016-11-01 17:18:24 -07:00

1.1 KiB

+++ title = "dump-certs" description = "Dump out public certificates" [menu.main] parent ="ucp_ref" +++

dump-certs

Dump out the public certs for this UCP controller.

Usage

docker run --rm \
     --name ucp \
     -v /var/run/docker.sock:/var/run/docker.sock \
     docker/ucp \
     dump-certs [command options]

Description

Dumps out the public certificates for the UCP controller running on the local engine. Use the output of this command to populate local certificate trust stores as desired.

Options

Option Description
--debug, -D Enable debug
--jsonlog Produce json formatted output for easier parsing
--interactive, -i Enable interactive mode.,You are prompted to enter all required information.
--swarm Dump the Docker Swarm CA cert instead of the public cert.