Skip Navigation

Import certificate(.pfx) to 
NDS

You can use 
NDS
 Console to Import Certificate (.pfx) file to 
NDS
.
  1. Start the NDS Console.
  2. Click the 
    Utilities
     tab.
  3. In the 
    Import System Certificate
     section, click 
    Load File
     and browse to your certificate.
  4. Name your certificate 
    FaxCert
    .
  5. Click 
    Load
  6. Enter your password. After the certificate is imported, the FaxCert.pfx certificate is displayed under 
    nds.certificate.repository
     in 
    NDS
     configuration.
  7. Add the following account configuration code in 
    nds.plugins.fax.accountConfig
     for 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.