ADC CLI Commands

ssl-hpkeKey

The following operations can be performed on “ssl-hpkeKey”:

add rm show

add ssl hpkeKey

Add HPKE Key.

Synopsis

add ssl hpkeKey -file -dhKEM X_25519

Arguments

hpkeKeyName The name of the hpke key configured that is used to decrypt ECH

file Name of the HPKE key file Maximum value: 255

dhKEM Type of curve used for HPKE

Possible values: X_25519

Example

add ssl hpkekey k1 -dhkem 25519 -file <>

rm ssl hpkeKey

Removes the specified HPKE key

Synopsis

rm ssl hpkeKey

Arguments

hpkeKeyName Name of the HPKEKEY.

Example

rm ssl hpkekey k1

show ssl hpkeKey

Displays lists of all the HPKE Keys Added on the Citrix ADC.

Synopsis

show ssl hpkeKey []

Arguments

hpkeKeyName Name of the HPKE Key for which to show detailed information.

Output

file Name of the HPKEkey

dhKEM Name of the curve associcated with HPKEKEY

stateflag devno count _nextgenAPIResource

Example

An example of output of ‘show ssl hpkekey’ command is as shown below: sh ssl hpkekey 1 SSL HPKE key: 1) SSL HPKE Key Name: k1

ssl-hpkeKey