Import certificate(.pfx) to NDS
NDS
You can use
NDS
Console to Import Certificate (.pfx) file to NDS
.- Start the NDS Console.
- Click theUtilitiestab.
- In theImport System Certificatesection, clickLoad Fileand browse to your certificate.
- Name your certificateFaxCert.
- ClickLoad.
- Enter your password. After the certificate is imported, the FaxCert.pfx certificate is displayed undernds.certificate.repositoryinNDSconfiguration.
- Add the following account configuration code innds.plugins.fax.accountConfigfor the account to be used for publishing fax alerts.
nds.plugins.fax.accountConfig
<orgId>0</orgId><hashAlgorithm>SHA256</hashAlgorithm><systemCertName>FaxCert</systemCertName></certSigningInfo></AccountConfig>
The
systemCertName
must match the certificate name provided during import.