Chapter 6 Deploying Wireless Networks : Configuring a WiFi LAN : Defining a wireless network interface (SSID) : Configuring security : WPA-Personal security
  
WPA-Personal security
WPA2-Personal security setup requires only the preshared key that you will provide to your clients.
To configure WPA2-Personal security - web-based manager
1. Go to WiFi Controller > WiFi Network > SSID and edit your SSID entry.
2. In Security Mode, select WPA2 Personal.
3. In Pre-shared Key, enter a key between 8 and 63 characters long.
4. Select OK.
To configure WPA2-Personal security - CLI
config wireless-controller vap
edit example_wlan
set security wpa2-personal
set passphrase "hardtoguess"
end