EnglishFrenchSpanish

OnWorks favicon

pki---issue - Online in the Cloud

Run pki---issue in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command pki---issue that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


pki --issue - Issue a certificate using a CA certificate and key

SYNOPSIS


pki --issue [--in file] [--type type] --cakey file|--cakeyid hex --cacert file
[--dn subject-dn] [--san subjectAltName] [--lifetime days] [--not-
before datetime] [--not-after datetime] [--serial hex] [--flag flag]
[--digest digest] [--ca] [--crl uri [--crlissuer issuer]] [--ocsp uri]
[--pathlen len] [--nc-permitted name] [--nc-excluded name]
[--policy-mapping mapping] [--policy-explicit len] [--policy-inhibit len]
[--policy-any len] [--cert-policy oid [--cps-uri uri] [--user-notice text]]
[--outform encoding] [--debug level]

pki --issue --options file

pki --issue -h | --help

DESCRIPTION


This sub-command of pki(1) is used to issue a certificate using a CA certificate and
private key.

OPTIONS


-h, --help
Print usage information with a summary of the available options.

-v, --debug level
Set debug level, default: 1.

-+, --options file
Read command line options from file.

-i, --in file
Public key or PKCS#10 certificate request file to issue. If not given the
key/request is read from STDIN.

-t, --type type
Type of the input. One of pub (public key), rsa (RSA private key), ecdsa (ECDSA
private key), or pkcs10 (PKCS#10 certificate request), defaults to pub.

-k, --cakey file
CA private key file. Either this or --cakeyid is required.

-x, --cakeyid hex
Key ID of a CA private key on a smartcard. Either this or --cakey is required.

-c, --cacert file
CA certificate file. Required.

-d, --dn subject-dn
Subject distinguished name (DN) of the issued certificate.

-a, --san subjectAltName
subjectAltName extension to include in certificate. Can be used multiple times.

-l, --lifetime days
Days the certificate is valid, default: 1095. Ignored if both an absolute start and
end time are given.

-F, --not-before datetime
Absolute time when the validity of the certificate begins. The datetime format is
defined by the --dateform option.

-T, --not-after datetime
Absolute time when the validity of the certificate ends. The datetime format is
defined by the --dateform option.

-D, --dateform form
strptime(3) format for the --not-before and --not-after options, default: %d.%m.%y
%T

-s, --serial hex
Serial number in hex. It is randomly allocated by default.

-e, --flag flag
Add extendedKeyUsage flag. One of serverAuth, clientAuth, crlSign, or ocspSigning.
Can be used multiple times.

-g, --digest digest
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, --outform encoding
Encoding of the created certificate file. Either der (ASN.1 DER) or pem (Base64
PEM), defaults to der.

-b, --ca
Include CA basicConstraint extension in certificate.

-u, --crl uri
CRL distribution point URI to include in certificate. Can be used multiple times.

-I, --crlissuer issuer
Optional CRL issuer for the CRL at the preceding distribution point.

-o, --ocsp uri
OCSP AuthorityInfoAccess URI to include in certificate. Can be used multiple times.

-p, --pathlen len
Set path length constraint.

-n, --nc-permitted name
Add permitted NameConstraint extension to certificate. For DNS or email
constraints, the identity type is not always detectable by the given name. Use the
dns: or email: prefix to force a constraint type.

-N, --nc-excluded name
Add excluded NameConstraint extension to certificate. For DNS or email constraints,
the identity type is not always detectable by the given name. Use the dns: or
email: prefix to force a constraint type.

-M, --policy-mapping issuer-oid:subject-oid
Add policyMapping from issuer to subject OID.

-E, --policy-explicit len
Add requireExplicitPolicy constraint.

-H, --policy-inhibit len
Add inhibitPolicyMapping constraint.

-A, --policy-any len
Add inhibitAnyPolicy constraint.

Certificate Policy
Multiple certificatePolicy extensions can be added. Each with the following information:

-P, --cert-policy oid
OID to include in certificatePolicy extension. Required.

-C, --cps-uri uri
Certification Practice statement URI for certificatePolicy.

-U, --user-notice text
User notice for certificatePolicy.

EXAMPLES


To save repetitive typing, command line options can be stored in files. Lets assume
pki.opt contains the following contents:

--cacert ca_cert.der --cakey ca_key.der --digest sha256
--flag serverAuth --lifetime 1460 --type pkcs10

Then the following command can be used to issue a certificate based on a given PKCS#10
certificate request and the options above:

pki --issue --options pki.opt --in req.der > cert.der

Use pki---issue online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Psi
    Psi
    Psi is cross-platform powerful XMPP
    client designed for experienced users.
    There are builds available for MS
    Windows, GNU/Linux and macOS.. Audience:
    End Users...
    Download Psi
  • 2
    Blobby Volley 2
    Blobby Volley 2
    Official continuation of the famous
    Blobby Volley 1.x arcade game..
    Audience: End Users/Desktop. User
    interface: OpenGL, SDL. Programming
    Language: C++, Lua. C...
    Download Blobby Volley 2
  • 3
    SuiteCRM
    SuiteCRM
    SuiteCRM is the award-winning Customer
    Relationship Management (CRM)
    application brought to you by authors
    and maintainers, SalesAgility. It is the
    world�s mos...
    Download SuiteCRM
  • 4
    Poweradmin
    Poweradmin
    Poweradmin is a web-based DNS
    administration tool for PowerDNS server.
    The interface has full support for most
    of the features of PowerDNS. It has full
    support...
    Download Poweradmin
  • 5
    Gin Web Framework
    Gin Web Framework
    Gin is an incredibly fast web framework
    written in Golang that can perform up to
    40 times faster, thanks to its
    martini-like API and custom version of
    httprout...
    Download Gin Web Framework
  • 6
    CEREUS LINUX
    CEREUS LINUX
    CEREUS LINUX basado en MX LINUX con
    varios entornos de escritorios. This is
    an application that can also be fetched
    from
    https://sourceforge.net/projects/cereu...
    Download CEREUS LINUX
  • More »

Linux commands

  • 1
    aa-clickquery
    aa-clickquery
    aa-clickquery - program for querying
    click-apparmor DESCRIPTION: This program
    is used to query click-apparmor for
    information. USAGE: aa-clickquery
    --click-fra...
    Run aa-clickquery
  • 2
    aa-exec-click
    aa-exec-click
    aa-exec-click - program for executing
    click packages under confinement
    DESCRIPTION: This program is used to
    execute click package under AppArmor
    confinement. I...
    Run aa-exec-click
  • 3
    cpio
    cpio
    cpio - copy files to and from archives ...
    Run cpio
  • 4
    cpipe
    cpipe
    cpipe - copy stdin to stdout while
    counting bytes and reporting progress ...
    Run cpipe
  • 5
    FvwmSave
    FvwmSave
    FvwmSave - the Fvwm desktop-layout
    saving module ...
    Run FvwmSave
  • 6
    FvwmSave1
    FvwmSave1
    FvwmSave - the FVWM desktop-layout
    saving module ...
    Run FvwmSave1
  • More »

Ad