Cisco Cisco Prime Home 5.2 Release Notes

Page of 10
2
Cisco Prime Home 5.2 Release Notes
 
  New Features and Enhancements
Single Sign On using SAML 2.0
With this new Release, the ACS now requires a key store to enable the SAML/SSO feature. To generate 
a new key store for a client:
Step 1
Run the following command:
keytool -genkey -alias ciscoprimehome -keyalg RSA -keystore samlKeystore.jks -keysize 2048 
-validity <num_days_before_expiring>
Enter keystore password:
Re-enter new password:
What is your first and last name?
  [Unknown]:  <entertext>
What is the name of your organizational unit?
  [Unknown]: <entertext>
What is the name of your organization?
  [Unknown]: <entertext>
What is the name of your City or Locality?
  [Unknown]:  L<entertext>
What is the name of your State or Province?
  [Unknown]: <entertext>
What is the two-letter country code for this unit?
  [Unknown]: <entertext>
Is <enteredinformation> correct?
  [no]:  yes
Enter key password for <ciscoprimehome>
(RETURN if same as keystore password):