R3204P16-HP Load Balancing Module Security Command Reference-6PW101

47
Description
Use the public-key-code end command to return from public key code view to public key view and to
save the configured public key.
The system verifies the key before saving it. If the key is not in the correct format, the system discards the
key and displays an error message. If the key is valid, the system saves the key.
Related commands: public-key peer and public-key-code begin.
Examples
# Exit public key code view and save the configured public key.
<Sysname> system-view
[Sysname] public-key peer key1
[Sysname-pkey-public-key] public-key-code begin
[Sysname-pkey-key-code]30819F300D06092A864886F70D010101050003818D0030818902818100C0EC
8014F82515F6335A0A
[Sysname-pkey-key-code]EF8F999C01EC94E5760A079BD73E4F4D97F3500EDB308C29481B77E719D164
3135877E13B1C531B4
[Sysname-pkey-key-code]FF1877A5E2E7B1FA4710DB0744F66F6600EEFE166F1B854E2371D5B952ADF6
B80EB5F52698FCF3D6
[Sysname-pkey-key-code]1F0C2EAAD9813ECB16C5C7DC09812D4EE3E9A0B074276FFD4AF2050BD4A9B1
DDE675AC30CB020301
[Sysname-pkey-key-code]0001
[Sysname-pkey-key-code] public-key-code end
[Sysname-pkey-public-key]
public-key local create rsa
Syntax
public-key local create rsa
View
System view
Default level
2: System level
Parameters
rsa: Specifies an RSA key pair.
Description
Use the public-key local create command to create local asymmetric key pairs. The created local key
pairs are saved automatically, and can survive a reboot.
By default, no asymmetric key pair is created.
When using this command to create RSA key pairs, you are asked to provide the length of the key
modulus. The modulus length is in the range 512 to 2048 bits, and defaults to 1024 bits. If the type of key
pair already exists, the system asks you whether you want to overwrite it.
Related commands: public-key local destroy rsa and display public-key local rsa public.
Examples
# Create local RSA key pairs.