v1

latestOpenAPI 3.0.0(C) Copyright IBM Corp. 2016 All Rights Reserved.2026-07-144737155.4 KB
Authentication

Refresh the TLS Certificate

This endpoint requests to generate a new TLS (Transport Layer Security) certificate on the server and to update the existing user TLS certificate (corresponding IBM Containers command: cf ic init).

put/tlskey/refresh

Headers

X-Auth-Tokenstring required

The Bluemix JSON web token that you receive when logging into Bluemix. Run cf oauth-token to retrieve your access token.

X-Auth-Project-Idstring required

The unique ID of your organization space where you want to create or work with your containers. Run cf space <space_name> --guid, where <space_name> is the name of your space, to retrieve your space ID.

Response

Ok. A list of updated certificates is returned.

ca_certstring

Certificate Authority (CA) certificate including the CA public key.

reg_hoststring

Full URL to the IBM Bluemix registry.

server_certstring

Server certificate including the server's public key.

user_certstring

User certificate including the user's public key.

user_keystring

User's private key.