1.4 KiB
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
- blobfuse2 - Blobfuse2 is an open source project developed to provide a virtual filesystem backed by the Azure Storage.
- blobfuse2 secure decrypt - Decrypt your config file
- blobfuse2 secure encrypt - Encrypt your config file
- blobfuse2 secure get - Get value of requested config parameter from your encrypted config file
- blobfuse2 secure set - Update encrypted config by setting new value for the given config parameter