Extracting the self-signed certificate

The command for extracting a certificate is described.

You must extract the certificate and ensure that any SIP entity to be communicated with is configured to trust this certificate. This configuration is software and platform specific. To extract the certificate from Blueworx Voice Response, run the following command:

wvrcert -cert -extract -db $SYS_DIR/voip/keyring.db -stashed 
        -label wvr_server_certificate -target filename -format ascii
-target filename
The name of the destination file.
-format format
The format of the certificate. The value can be ascii for Base64-encoded ASCII or binary for Binary DER data. The default value is ascii.