01-05-2010 07:51 AM - edited 03-19-2019 12:13 AM
I need to create a new certificate for tomcat to remove the SSL warnings
when users loginto Cisco PCA. When I enter set web-security alternatehostname voicemail.acme.
com
I get an error message that 4 parameters are needed and only two are found. Do I need to add existing mandatory info and if so what is the correct syntax.
thanks,
Solved! Go to Solution.
01-05-2010 11:20 AM
set web-security "organization unit" "orgnization name" "city name" "state name" "united states" "whatever name you want in the certificate"
Michael
01-05-2010 10:06 AM
Here's the syntax: http://www.cisco.com/en/US/docs/voice_ip_comm/cucm/cli_ref/7_1_3/cli_ref_713.html#wp40192
(yes, it's the same as CUC).
Michael
01-05-2010 10:51 AM
Must have commas or spaces worng, I am getting errors when setting this up.
admin:set web-security IT,My Company,40 Acme Street Cambridge, MA, US, voicemail.acme.com
Expected 4 mandatory and up to 2 non-mandatory parmeter(s)
but 8 parameter(s) were found
Executed command unsuccessfully
Error executing command
01-05-2010 10:53 AM
Parameters are separated by space. Thus if you have space in a parameter, you should quote it with quotation marks.
Hope this helps.
Michael
01-05-2010 11:12 AM
I got an error indicating I used unqualified characters and quotes were not in the example. Do you have any examples?
thanks
01-05-2010 11:20 AM
set web-security "organization unit" "orgnization name" "city name" "state name" "united states" "whatever name you want in the certificate"
Michael
01-05-2010 12:56 PM
I got it working with underscores.
set web-security IT, My_Company, 40 Main_Street_Boston, MA, US, myvoicemail.com
thanks
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