actube
actube copied to clipboard
Documenting Cisco AP 1252 success
I flashed to the most recent firmware for this AP (8.0.153-3.JP3), and then had to issue these commands to cause it to accept a dlls session from acube:
(in enable mode)
# debug capwap con cli
# conf t
(config)# crypto pki trustpoint <name>
(ca-trustpoint)# enrollment terminal
(ca-trustpoint)# exit
(config)# crypto pki authenticate <name>
<paste your server's self-signed certificate here>
done
(config)# exit
# write
After this, the access point seems to properly negotiate a DTLS session. Don't forget to commit the config via "write"
Of course, there are other issues after that still! :) For one, the config doesn't seem to be durable, and a cold restart will wipe it out again.
May be better to push a fix on doc directly ?