Deleting a container for SSL-VPN keys (V2 service)

This section explains the procedure for deleting a key container for SSL-VPN.

Perform this procedure only if you previously referred to SSL-VPN connection (V2 service/self-signed certificate) and created an SSL-VPN connection.

The basic procedure for deletion is the reverse of the procedure for creation.

  1. Configure the following.
    $ TMP_CON_NAME=<Key Container ID>
  2. Execute the following API.
    $ curl -X DELETE -sS -i $KEYMANAGEMENT/v1/$PROJECT_ID/containers/\
    $TMP_CON_NAME -H "X-Auth-Token: $OS_AUTH_TOKEN"
    HTTP/1.1 204 No Content
    X-Fcx-Endpoint-Request: EXECUTED_REQ<ID>
    Date: Www, DD MMM yyyy hh:mm:ss GMT