Device administration Manage X.509 certificates and host key pairs
Digi TransPort WR Routers User Guide 834
Related CLI commands
scep command
c
creq command
Use the creq command to generate the certificate request using the configured parameters. If the
private key does not already exist and you enter the appropriate parameters, the private key is
generated at the same time. To generate a certificate request, enter:
creq new -k<priv key file> -o<cert request file>
To generate a private key and a certificate request, enter:
creq new –b<priv key length> -k<priv key file> -o<cert req file>
For example, to generate a certificate request file called request.pem from a private key called
priv001.pem, enter:
creq new -kpriv001.pem -o request.pem
To generate a 512-bit private key named private.pem, and a certificate request named
certreq.pem using that file, enter:
creq new -b512 -kprivate.pem -ocertreq.pem
Entity Instance Parameter Values Equivalent web parameter
scep 0 host IP Address SCEP Server IP address
scep 0 port 0-65535 Port
scep 0 path String Path
scep 0 app String Application
scep 0 caident String CA Identifier
scep 0 cafile Filename CA certificate
scep 0 caencfile Filename CA encryption certificate
scep 0 casigfile Filename CA signature certificate
creq 0 challenge_pwd String Enrolment Password
creq 0 commonname String Common Name (CN)
creq 0 country String Country Code (C)
creq 0 state String State or Province (ST)
creq 0 locality String Locality (L)
creq 0 orgname String Organisation (O)
creq 0 org_unit String Organisational Unit (OU)
creq 0 email Email Address E-Mail
creq 0 unstructname String Unstructured Name
creq 0 digest MD5 or SHA1 Digest Algorithm