Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • import certificate within sipXconfig: navigate to System > Certificates > Certificate Authorities tab. Download attached verisignclass3ca.crt file and use it for upload in "Certificate" field. After importing, the certificate , it gets validated and a screen like the one below is displayed:
    After the "Keep" button is accessed, Verisign Class 3 CA is added in sipXconfig and displayed in sipXconfig known CA's list. You will also be prompted to restart config service and registrar in order for the newly imported CA to be picked up.

...

Code Block
keytool -importcert -alias equifaxsecureca -file  verisignclass3ca.cer \
   -trustcacerts -store-type jks -keystore $SIPX-INSTALL/etc/sipxpbx/ssl/authorities.jks \
   -storepass changeit

...

Importing Google Account contacts from admin portal:

...

  • navigate to Features > Phonebooks and click on the phonebook name where the contacts to be imported
  • insert Google Account (defaults to Gmail Account) and coresponding password, then proceed with Import

...

Importing Google Account contacts from user portal:

...

  • navigate to Phonebook page and access "Import Gmail contacts" button
  • a window that ask for Google Account and password will pop up
Still to come...

- by default, the domain used in importing is Gmail. The default Google Domain will be fully customizable with XX-7448

TBD:

- decide if sipXconfig trusted store should contain Verisign Class 3 CA by default (and not to require additional admin work for importing it)