02-23-2020 03:13 PM - edited 07-05-2021 11:45 AM
Hi,
I am in the process of renewing our web authentication certificate and want to generate a CSR using the WLC. I figured out that the command is
config certificate generate csr-webauth [ISO Country Code] [State/Province] [Locality/City] [Organization Name] [Organization Unit] [Common Name] [Email Address]
The issue is my organization name has multiple words with spaces, say "ABC Sporting Group". How will I go about entering the organization NAME considering there are no commas separating various details required for generating the CSR.
Thank you in advance.
02-23-2020 05:52 PM
02-23-2020 06:41 PM
Hey Scott,
Appreciate that there are other options/alternatives. In fact I used OpenSSL with previous cert renewals. The ability to generate CSR on the WLC is a nice secure and convenient option so I was hoping to make use of this feature.
Lets see if someone else chimes in.
Cheers
02-23-2020 07:11 PM
02-23-2020 08:27 PM
Thanks Scott but unfortunately its a no go. I get the below when using underscore/hyphen -
Incorrect input! Use 'config certificate generate csr-webauth country-name state city organization organization-unit common-name support-email RSA/ECDSA'
Cheers
02-23-2020 08:44 PM
03-02-2020 06:41 PM
@Scott Fella Figured out that the command works – organization name can be enclosed within single/double quotes (‘/”) and also specifying the key type (RSA) is mandatory.
For example -
config certificate generate csr-webauth BE BR Brussels 'Cisco Pty Ltd' TAC mywebauthportal.wireless.com tac@cisco.com RSA
or
config certificate generate csr-webauth BE BR Brussels "Cisco Pty Ltd" TAC mywebauthportal.wireless.com tac@cisco.com RSA
Cheers
03-03-2020 05:15 AM
02-26-2020 08:34 PM
If it is of any help I found that there is a GUI option as well to generate a CSR. Once generated the CSR can be uploaded to a FTP/SFTP repository.
Unfortunately this option did not work for me. When I check the CSR generated this way the organisation name is truncated and also the country code is missing.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide