This is an old revision of the document!


Install Notes

  • import CA cert (Finesse, CUIC, LiveData, CUCM) into AW Java Cert Store (%java_home%)
  • export certs from Rogger, AW, PGs Portico and import into AW Java Cert Store

If you need to recreate a self signed cert run the following command from Powershell

New-SelfSignedCertificate –DnsName <computername>-CertStoreLocation “cert:\LocalMachine\My” -NotAfter (Get-Date).AddYears(10)
New-SelfSignedCertificate –DnsName UCCE-PG-BETA.lab2.purplepi.ie -CertStoreLocation “cert:\LocalMachine\My” -NotAfter (Get-Date).AddYears(10)
  • vendors/cisco/uc/ucce/install.1590067719.txt.gz
  • Last modified: 2020/05/21 14:28
  • by gerardorourke