Skip to content
Snippets Groups Projects
  • Jeremy Lin's avatar
    513056f7
    Check for data folder on startup · 513056f7
    Jeremy Lin authored
    Currently, when starting up for the first time (running standalone, outside
    of Docker), bitwarden_rs panics when the `openssl` tool isn't able to create
    `data/rsa_key.pem` due to the `data` dir not existing. Instead, print a more
    helpful error message telling the user to create the directory.
    513056f7
    History
    Check for data folder on startup
    Jeremy Lin authored
    Currently, when starting up for the first time (running standalone, outside
    of Docker), bitwarden_rs panics when the `openssl` tool isn't able to create
    `data/rsa_key.pem` due to the `data` dir not existing. Instead, print a more
    helpful error message telling the user to create the directory.