Remove docker/ucp fingerprint (#4703)

This commit is contained in:
Joao Fernandes 2017-09-22 15:19:50 -07:00 committed by GitHub
parent ecf59d14ce
commit 95a5f2bfd7
3 changed files with 0 additions and 26 deletions

View File

@ -1446,8 +1446,6 @@ manuals:
title: dump-certs
- path: /datacenter/ucp/2.2/reference/cli/example-config/
title: example-config
- path: /datacenter/ucp/2.2/reference/cli/fingerprint/
title: fingerprint
- path: /datacenter/ucp/2.2/reference/cli/id/
title: id
- path: /datacenter/ucp/2.2/reference/cli/images/

View File

@ -1,23 +0,0 @@
---
title: docker/ucp fingerprint
description: Print the TLS fingerprint for this UCP web server
keywords: ucp, cli, fingerprint
---
Print the TLS fingerprint for this UCP web server
## Usage
```
docker container run --rm \
--name ucp \
-v /var/run/docker.sock:/var/run/docker.sock \
docker/ucp \
fingerprint
```
## Description
This command displays the fingerprint of the certificate used in the UCP web
server running on this node.

View File

@ -38,7 +38,6 @@ docker container run -it --rm \
| `images` | Verify the UCP images on this node |
| `uninstall-ucp` | Uninstall UCP from this swarm |
| `dump-certs` | Print the public certificates used by this UCP web server |
| `fingerprint` | Print the TLS fingerprint for this UCP web server |
| `support` | Create a support dump for this UCP node |
| `id` | Print the ID of UCP running on this node |
| `backup` | Create a backup of a UCP manager node |