azure-storage-fuse/doc/blobfuse2_secure.md

1.4 KiB

blobfuse2 secure

Encrypt / Decrypt your config file

Synopsis

Encrypt / Decrypt your config file

blobfuse2 secure [flags]

Examples

blobfuse2 secure encrypt --config-file=config.yaml --passphrase=PASSPHRASE

Options

      --config-file string   Configuration file to be encrypted / decrypted
  -h, --help                 help for secure
      --output-file string   Path and name for the output file
      --passphrase string    Key to be used for encryption / decryption. Can also be specified by env-variable BLOBFUSE2_SECURE_CONFIG_PASSPHRASE.
                             Key length shall be 16 (AES-128), 24 (AES-192), or 32 (AES-256) bytes in length.

Options inherited from parent commands

      --disable-version-check   To disable version check that is performed automatically

SEE ALSO

Auto generated by spf13/cobra on 15-Sep-2022