Receiving personal certificates

The command for receiving personal certificates into the database is described.

When you have a signed certificate from a CA, you must receive the certificate into the database by running a command similar to this one:

wvrcert -cert -receive -db $SYS_DIR/voip/keyring.db -stashed -file filename -format format
-file filename
filename must be the fully qualified file name of the file that contains the personal certificate.
-format format
format can either be the default value ascii for Base64-encoded ASCII, or binary for Binary DER data.