EnglishFrenchSpanish

OnWorks favicon

pki---self - Online in the Cloud

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

This is the command pki---self 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 --self - Create a self-signed certificate

SYNOPSIS


pki --self [--in file|--keyid hex] [--type t] --dn distinguished-name
[--san subjectAltName] [--lifetime days] [--not-before datetime] [--not-
after datetime] [--serial hex] [--flag flag] [--digest digest] [--ca]
[--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 --self --options file

pki --self -h | --help

DESCRIPTION


This sub-command of pki(1) is used to create a self-signed certificate.

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
Private key input file. If not given the key is read from STDIN.

-x, --keyid hex
Key ID of a private key on a smartcard.

-t, --type type
Type of the input key. Either rsa or ecdsa, defaults to rsa.

-d, --dn distinguished-name
Subject and issuer distinguished name (DN). Required.

-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.

-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


Generate a self-signed certificate using the given RSA key:

pki --self --in key.der --dn "C=CH, O=strongSwan, CN=moon" \
--san moon.strongswan.org > cert.der

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


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Image Downloader
    Image Downloader
    Crawl and download images using
    Selenium Using python3 and PyQt5.
    Supported Search Engine: Google, Bing,
    Baidu. Keywords input from the keyboard
    or input from ...
    Download Image Downloader
  • 2
    Eclipse Tomcat Plugin
    Eclipse Tomcat Plugin
    The Eclipse Tomcat Plugin provides
    simple integration of a tomcat servlet
    container for the development of java
    web applications. You can join us for
    discussio...
    Download Eclipse Tomcat Plugin
  • 3
    WebTorrent Desktop
    WebTorrent Desktop
    WebTorrent Desktop is for streaming
    torrents on Mac, Windows or Linux. It
    connects to both BitTorrent and
    WebTorrent peers. Now there's no
    need to wait for...
    Download WebTorrent Desktop
  • 4
    GenX
    GenX
    GenX is a scientific program to refine
    x-ray refelcetivity, neutron
    reflectivity and surface x-ray
    diffraction data using the differential
    evolution algorithm....
    Download GenX
  • 5
    pspp4windows
    pspp4windows
    PSPP is a program for statistical
    analysis of sampled data. It is a free
    replacement for the proprietary program
    SPSS. PSPP has both text-based and
    graphical us...
    Download pspp4windows
  • 6
    Git Extensions
    Git Extensions
    Git Extensions is a standalone UI tool
    for managing Git repositories. It also
    integrates with Windows Explorer and
    Microsoft Visual Studio
    (2015/2017/2019). Th...
    Download Git Extensions
  • More »

Linux commands

Ad