Skip to content

Commit 1efe473

Browse files
authored
Merge pull request #121765 from reysic/patch-1
Update key-management.md
2 parents f153eaa + 8bd0d89 commit 1efe473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/key-vault/managed-hsm/key-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ az keyvault key restore --id https://ContosoMHSM.managedhsm.azure.net/deletedKey
215215
Use `az keyvault key import` command to import a key (only RSA and EC) from a file. The certificate file must have private key and must use PEM encoding (as defined in RFCs [1421](https://tools.ietf.org/html/rfc1421), [1422](https://tools.ietf.org/html/rfc1422), [1423](https://tools.ietf.org/html/rfc1423), [1424](https://tools.ietf.org/html/rfc1424)).
216216

217217
```azurecli-interactive
218-
az keyvault key import --hsm-name ContosoHSM --name myrsakey --pem-file mycert.key --password 'mypassword'
218+
az keyvault key import --hsm-name ContosoHSM --name myrsakey --pem-file mycert.key --pem-password 'mypassword'
219219
220220
## OR
221221
# Note the key name (myaeskey) in the URI

0 commit comments

Comments
 (0)