# psk

The vpn psk command displays the Pre-Shared Key (PSK) required for IPSec VPN creation. This command allows users to retrieve the PSK value associated with their VPN setup for secure IPSec connections.

## Usage

```
cldkctl vpn psk [flags]
```

## Steps

Follow the steps below to run and view the result of this command:

1. Run the following command in your terminal:

```
cldkctl vpn psk
```

2. The terminal displays the PSK value used for IPSec VPN configuration

<figure><img src="https://2882153758-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi9YWb69HFXLHYlXffReU%2Fuploads%2FGA5xbbBQHLCfGtENeYIC%2Funknown.png?alt=media&#x26;token=d35c8b35-630f-48e6-b1e8-e1caf8428b9e" alt=""><figcaption></figcaption></figure>

## Flags

{% hint style="info" %}
This command supports [global flags.](https://docs.cloudeka.ai/cloudeka-api-list/global-flags) Refer to the Global Flags section for details.
{% endhint %}

| Flag       | Description           |
| ---------- | --------------------- |
| -h, --help | Help for psk command. |
