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
  • export certs from the Rogger, AW and PG “Setup” TLS Web Servers and import into the AW Java Store
  • Import the CA Cert into the PG Java Cert store (as it downloads JTAPI from CUCM - and prerequires to trust the cert).

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.txt
  • Last modified: 2020/12/30 09:29
  • by gerardorourke