The command for creating a certificate is described.
To create a certificate, you use a wvrcert command of the following form:
wvrcert -cert -create -db $SYS_DIR/voip/keyring.db -stashed -label wvr_server_certificate -dn distinguished_name -size key_size -expire days
where:
A typical use would be like the following instance of the command:
wvrcert -cert -create -db $SYS_DIR/voip/keyring.db -stashed -label wvr_server_certificate -dn CN='echo $HOSTNAME'
In this case, the Common Name (CN) value is set to be the hostname of the machine by using the AIX variable $HOSTNAME. The common name of a personal certificate must be the host name of the machine that will use it. Other SIP entities will be expecting the hostname in the certificate to match the hostname of the machine.