Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/cli-reference/dfx-identity.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ You can specify the following options for the `dfx identity import` command.

|Argument|Description|
|--------|-----------|
|`--disable-encryption` |DANGEROUS: By default, PEM files are encrypted with a password when writing them to disk. I you want the convenience of not having to type your password (but at the risk of having your PEM file compromised), you can disable the encryption with this flag.|
|`--disable-encryption` |DANGEROUS: By default, PEM files are encrypted with a password when writing them to disk. If you want the convenience of not having to type your password (but at the risk of having your PEM file compromised), you can disable the encryption with this flag.|
|`--force` |If the identity already exists, remove and re-import it.|

### Examples
Expand Down Expand Up @@ -217,7 +217,7 @@ You can specify the following options for the `+dfx identity new+` command.

|Argument|Description|
|--------|-----------|
|`--disable-encryption` |DANGEROUS: By default, PEM files are encrypted with a password when writing them to disk. I you want the convenience of not having to type your password (but at the risk of having your PEM file compromised), you can disable the encryption with this flag.|
|`--disable-encryption` |DANGEROUS: By default, PEM files are encrypted with a password when writing them to disk. If you want the convenience of not having to type your password (but at the risk of having your PEM file compromised), you can disable the encryption with this flag.|
|`--force` |If the identity already exists, remove and re-import it.|
|`--hsm-key-id <hsm key id>` |A sequence of pairs of hex digits.|
|`--hsm-pkcs11-lib-path <hsm pkcs11 lib path>` |The file path to the opensc-pkcs11 library e.g. "/usr/local/lib/opensc-pkcs11.so"|
Expand Down