vyos_generate
Generate cryptographic keys, certificates, and system components on VyOS routers via command paths for WireGuard key pairs or OpenVPN keys.
Instructions
Run a VyOS 'generate' command.
Used to generate cryptographic keys, certificates, and other system components.
Args: params: path — generate command path segments
Returns: str: Generated output (keys, etc.) or error.
Examples: - WireGuard keypair: path=["pki", "wireguard", "key-pair"] - OpenVPN keys: path=["pki", "openvpn"]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |