This article will go into detail on how to generate certificate signing request on 3Com Wireless LAN.
Before you can generate a Certificate Signing Request (CSR) for your 3Com Wireless Lan Switch and Controller, you will need to create the private key from which your CSR can then in turn be created.
WX1200#crypto generate key web 2048
In the above example, "web" represents a certificate for web access so users can use a web page to log onto an unencrypted SSID. To create a certificate for "eap" (802.1X access for network users who can access SSIDs encryped by WEP or WPA, or users connecting with wired authentication ports) or "admin" access (through your 3Com Wireless Switch Manager or Web Manager), use those aliases in place of "web."
crypto generate request web
You will want to use same option (admin, eap, or web) as was used in creating the key, depending on the function for which your certificate is being generated.
If completed successfully, you will be provided with an encrypted text file called a CSR. You will copy and paste the entire body of this file to us when requesting your certificate.