Function brane_cli::certs::list

source ·
pub fn list(instance_name: Option<String>, all: bool) -> Result<(), Error>
Expand description

Lists the domains for which certificates are defined.

§Arguments

  • instance: The name of the instance for which to list them. If omitted, we should default to the active instance.
  • all: If given, shows all certificates across instances.

§Errors

This function fails if we failed to find any directories or failed to remove them.