docs/ucp/reference/fingerprint.md

34 lines
650 B
Markdown

---
description: Dump out TLS certificates.
keywords:
- fingerprint, ucp
menu:
main:
identifier: ucp_ref_fingerprint
keywords:
- tool, reference, ucp
parent: ucp_ref
title: fingerprint
---
# docker/ucp fingerprint
Dump out the TLS fingerprint for the UCP controller running on this
Docker Engine.
## Usage
```
docker run --rm \
--name ucp \
-v /var/run/docker.sock:/var/run/docker.sock \
docker/ucp \
fingerprint
```
## Description
This utility will display the certificate fingerprint of the UCP controller
running on the local engine. This can be used when scripting 'join'
operations for the '--fingerprint' flag.