Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 777 Bytes

Demonstrate_creation_of_UCP_client_bundles.md

File metadata and controls

18 lines (12 loc) · 777 Bytes

Demonstrate creation of UCP client bundles

Official Docker Documentation

Download client certificates

Docker Blog

Get Familiar with Docker Enterprise Edition Client Bundles

download from ui (user profile) or via REST API :

# Create an environment variable with the user security token
AUTHTOKEN=$(curl -sk -d '{"username":"<username>","password":"<password>"}' https://<ucp-ip>/auth/login | jq -r .auth_token)

# Download the client certificate bundle
curl -k -H "Authorization: Bearer $AUTHTOKEN" https://<ucp-ip>/api/clientbundle -o bundle.zip