OSL

docs

decodeRing Core

NAME

dcdr-core-server - server process for managing secrets through a unified backend abstraction.

SYNOPSIS

dcdr-server [options]
dcdr-server generate-ssl [--out <path>]

DESCRIPTION

dcdr-server provides the decodeRing Core runtime and API service for managing secrets across multiple backend providers.

 

On first startup, the server generates encryption key shards and a root authentication token. Key shards are persisted in the key_shards database table, and both shards and the initial root token are printed to standard output. The root token is then used to authenticate as the root user. The key shards are used to assemble the unlock encryption key that unlocks the server (allowing it to accept requests) as well as encrypt sensitive data.

SEE ALSO

  • dcdr(1)