strongswan_pki—req (1) Linux Manual Page
pki –req – Create a PKCS#10 certificate request
Synopsis
[–in file|–keyid hex] [ –type type ] –dn~distinguished-name [ –san subjectAltName ] [ –password password ] [ –digest digest ] [ –outform encoding ] [ –debug level ] –options~file -h | –help
Description
This sub-command of pki(1) is used to create a PKCS#10 certificate request.
Options
-h, –help- Print usage information with a summary of the available options.
-v, –debuglevel- Set debug level, default: 1.
-+, –optionsfile- Read command line options from file.
-i, –infile- Private key input file. If not given the key is read from STDIN.
-x, –keyidhex- Smartcard or TPM private key object handle in hex format with an optional 0x prefix.
-t, –typetype- Type of the input key. Either priv, rsa, ecdsa or bliss, defaults to priv.
-d, –dndistinguished-name- Subject distinguished name (DN). Required.
-a, –sansubjectAltName- subjectAltName extension to include in request. Can be used multiple times.
-p, –passwordpassword- The challengePassword to include in the certificate request.
-g, –digestdigest- Digest to use for signature creation. One of md5, sha1, sha224, sha256, sha384, or sha512. The default is determined based on the type and size of the signature key.
-f, –outformencoding- Encoding of the created certificate file. Either der (ASN.1 DER) or pem (Base64 PEM), defaults to der.
Examples
Generate a certificate request for an RSA key, with a subjectAltName extension:
Generate a certificate request for an ECDSA key and a different digest:
–dn
See Also
pki(1)
