request security certificate (signed)
Syntax
request security certificate enroll filenamefilenamesubjectsubjectalternative-subjectalternative-subjectcertification-authoritycertification-authorityencoding (binary | pem) key-filekey-filedomain-namedomain-nameDescription
Obtain a signed certificate from a certificate authority (CA). The signed certificate validates the CA and the owner of the certificate. The results are saved in a specified file to the
/var/etc/ikecertdirectory.Options
filenamefilename—File that stores the certificate.
subjectsubject—A distinguished name (DN), which consists of a set of components—for example, an organization (O), an organization unit (OU), a country (C), and a locality (L).
alternative-subjectalternative-subject—A tunnel source address.
certification-authoritycertification-authority—Name of the certificate authority profile in the configuration.
encoding(binary|pem)—File format used for thecertificate. The format can be a binary file or privacy-enhanced mail (PEM), an ASCII base64 encoded format.
Default:binary
key-filekey-file—File containing a local private key.
domain-namedomain-name—Fully qualified domain name.Required Privilege Level
List of Sample Output
request security certificate (signed)request security certificate (signed)
user@host>request security certificate enroll filename host.crt subject c=uk,o=london alternative-subject 10.50.1.4 certification-authority verisignkey-file host-1.prv domain-name host.juniper.netCA name: juniper.net CA file: ca_verisignlocal pub/private key pair: host.prvsubject: c=uk,o=london domain name: host.juniper.netalternative subject: 10.50.1.4Encoding: binaryCertificate enrollment has started. To view the status of your enrollment, check the key management process (kmd) log file at /var/log/kmd. <--------------