cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1237
Views
5
Helpful
1
Replies

Add certificate to WebEx Room Navigator for configuring 802.1x

lzhu
Level 1
Level 1

I need to enable 802.1x on some of the webex room navigators using certificates(they are not connected to their codecs directly. Instead they are connector to the LAN and then paired with their codecs). Looks like the webex room navigator supports 802.1x but I am not sure how i can generate and add certificates to them. Has anyone here done this before? Thanks. 

1 Reply 1

Igor Lukic
Spotlight
Spotlight

Hi @lzhu,

 

according to this help article it is possible to upload the certificate via API prior to the Room Navigator being paired with the VC system:

https://help.webex.com/en-us/article/q6pgjeb/Configure-802.1x-Authentication-on-the-Webex-Room-Navigator

 

I haven't done it myself, but I assume that the relevant command is:

xapi.Command.Security.Certificates.Services.Add(
    { PrivateKeyPassword: value }, 'Raw data here...');

Please refer to: https://roomos.cisco.com/xapi/Command.Security.Certificates.Services.Add/

 

Best regards,

Igor