kes init

Overview

Starts a stateful KES server or cluster.

Syntax

kes init            \
    --config <PATH> \
    --force, -f

Parameters

--config

Path to the configuration file to use for the server or cluster.

--force, -f

Overwrite any existing data.

Examples

Start a stateful KES server using the init.yml configuration file using the path ~/kes.

kes init --config init.yml ~/kes