Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
vendors:cisco:uc:ucce:install [2020/05/21 14:14] – created gerardorourkevendors:cisco:uc:ucce:install [2020/12/30 09:29] (current) – [PCCE] gerardorourke
Line 5: Line 5:
   *import CA cert (Finesse, CUIC, LiveData, CUCM) into AW Java Cert Store (%java_home%)   *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 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
 +
 +<code>
 +New-SelfSignedCertificate –DnsName <computername>-CertStoreLocation “cert:\LocalMachine\My” -NotAfter (Get-Date).AddYears(10)
 +</code>
 +
 +<code>
 +New-SelfSignedCertificate –DnsName UCCE-PG-BETA.lab2.purplepi.ie -CertStoreLocation “cert:\LocalMachine\My” -NotAfter (Get-Date).AddYears(10)
 +</code>
  • vendors/cisco/uc/ucce/install.1590066886.txt.gz
  • Last modified: 2020/05/21 14:14
  • by gerardorourke