trust-context default


ockam trust-context default <NAME>

This command will change the default trust context. The default trust context is used when creating a node if not specified otherwise.

Arguments

  • <NAME>
    Name of the trust context to be set as default

Examples

# The first created trust context will be set as the default
$ ockam trust-context create t1

# Let's create a second trust context and assign it as default
$ ockam trust-context create t2
$ ockam trust-context default t2