cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
cancel
765
Views
0
Helpful
2
Replies

SSLutil.pl stopped

KAROLY KOHEGYI
Level 2
Level 2

Hi,

I would like to upload the signed certification to LMS 4.2.2.

After checking ( 4. option ) I choosed the 6. option  and press "y" for questions and the perl script is freezing.

( crmdmgtd had been stooped )

Any idea?

Thank in advance!

2 Replies 2

Vinod Arya
Cisco Employee
Cisco Employee

You shoud share the result of the Option 4 as well. Following are the most important things to be considered:

> The maximum supported public key value is 1024 bits. No 2048 bits cert is not supported.

> Cisco Prime does not support third-party certificates with "Subject Alternative Names".

For more details on this procedure, please check :

http://www.cisco.com/en/US/docs/net_mgmt/ciscoworks_lan_management_solution/4.2/user/guide/admin/appendixcli.html#wp1073752

-Thanks

-Thanks Vinod **Rating Encourages contributors, and its really free. **

paul newman
Level 1
Level 1

Not sure I you are still having this issue but I hit it this morning and did the following to resolve.

1. Backup SSLUtil.pl

2. Open SSLUtil.pl in notepad and go to the section starting "if($response eq "5" || $response eq "6") {"

3. Replace the line "$date ='date';" with "$date =localtime;"

Run the script again.