Public Key exportieren

Konfigurieren Sie den Befehl zum Exportieren eines Public Keys.

Mit dem Befehl exportPubkey können Sie einen Public Key im PEM-codierten Format exportieren.

Öffnen Sie eine Eingabeaufforderung, und führen Sie den Befehl exportPubkey aus, um einen Public Key im PEM-codierten Format zu exportieren.

Syntax

Syntax: exportPubKey -h -k <key handle> -out <key file>
Where: -h    displays this information
       -k    specifies the public key handle
       -out  specifies the file to write the exported public key

Beispiel


Command:  exportPubKey -k 128 -out t1   
PEM formatted public key is written to t1   
ExportPubKey returned: 0x00 : HSM Return: SUCCESS