Skip to content

Commit 7ba4c95

Browse files
Merge pull request #124838 from ShraddhaSSwadi/patch-4
Update blobfuse2-commands-secure-encrypt.md
2 parents 8ea083f + ce76839 commit 7ba4c95

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

articles/storage/blobs/blobfuse2-commands-secure-encrypt.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,17 @@ The following flags are inherited from parent command [`blobfuse2 secure`](blobf
3838
| Flag | Value type | Default value | Description |
3939
|--|--|--|--|
4040
| config-file | string | ./config.yaml | The path configuration file |
41-
| output-file | string | | Path and name for the output file |
42-
| passphrase | string | | The Key to be used for encryption or decryption<br />Can also be specified by environment variable BLOBFUSE2_SECURE_CONFIG_PASSPHRASE.<br />The key must be 16 (AES-128), 24 (AES-192), or 32 (AES-256) bytes in length. |
41+
| output-file | string | $HOME/.blobfuse2/{configFileName}.azsec | Path and name for the output file |
42+
| passphrase | string | | The Key to be used for encryption or decryption<br />Can also be specified by environment variable BLOBFUSE2_SECURE_CONFIG_PASSPHRASE.<br />The key must be 16 (AES-128), 24 (AES-192), or 32 (AES-256) bytes in length. |
4343

4444
## Examples
4545

4646
> [!NOTE]
47-
> The following examples assume you have already created a configuration file in the current directory.
47+
> The following examples assume you have already created a configuration file in the current directory. Additionally, once the encrypted configuration file is created, the original configuration file is deleted and it is replaced by the new encrypted configuration file.
4848
4949
Encrypt a BlobFuse2 configuration file using a passphrase:
5050

51-
`blobfuse2 secure encrypt --config-file=./config.yaml --passphrase=PASSPHRASE`
51+
`blobfuse2 secure encrypt --config-file=./config.yaml --passphrase=PASSPHRASESAMPLE --output-file=./encryptedconfig.yaml`
5252

5353
## See also
5454

0 commit comments

Comments
 (0)