

本文為英文版的機器翻譯版本，如內容有任何歧義或不一致之處，概以英文版為準。

# 使用 AWS CloudHSM KMU 匯入公有金鑰
<a name="import-public-keys"></a>

使用 AWS CloudHSM key\$1mgmt\$1util (KMU) 中的 [importPubKey](key_mgmt_util-importPubKey.md) 命令來匯入公有金鑰。若要查看所有可用的選項，請使用 **importPubKey -h** 命令。

以下範例會從名為 `rsa2048.pub` 的檔案匯入 RSA 公有金鑰。

```
Command: importPubKey -f rsa2048.pub -l rsa2048-public-imported
Cfm3CreatePublicKey returned: 0x00 : HSM Return: SUCCESS

Public Key Handle: 524302

Cluster Error Status
Node id 0 and err state 0x00000000 : HSM Return: SUCCESS
Node id 1 and err state 0x00000000 : HSM Return: SUCCESS
Node id 2 and err state 0x00000000 : HSM Return: SUCCESS
```