Skip to main content

default_key_path

Function default_key_path 

Source
pub fn default_key_path() -> Result<PathBuf>
Expand description

Resolves the issuer key path: $IJIMA_DIR/issuer.key, else $HOME/.ijima/issuer.key.

ยงErrors

Returns IjimaError::InvalidInput if IJIMA_DIR is unset and the home directory cannot be determined.