> For the complete documentation index, see [llms.txt](https://docs.cloudeka.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudeka.ai/cloudeka-api/deka-vpn/pre-shared-key-ipsec.md).

# Pre-Shared Key IpSec

Pre-Shared Key for IpSec configuration

```json
{"openapi":"3.1.1","info":{"title":"Cloudeka AI - API Documentation","version":"1.0.0"},"tags":[{"name":"Deka VPN","description":"API endpoints for Deka VPN (base: /core/vpn)"}],"servers":[{"url":"https://ai.cloudeka.id/"}],"paths":{"/core/vpn/v1/ipsec/generate-psk":{"get":{"description":"Pre-Shared Key for IpSec configuration","tags":["Deka VPN","ipsec"],"summary":"Pre-Shared Key IpSec","responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ai_vpn__response.GeneratePreSharedKey"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ai_vpn__response.GeneratePreSharedKey"}}}}}}}},"components":{"schemas":{"ai_vpn__response.GeneratePreSharedKey":{"type":"object","properties":{"pre_shared_key":{"type":"string"}}}}}}
```
