Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Description

The CREATE option specifies that Universal Certificate is to create a certificate, certificate request, certificate revocation list (CRL), or a transport file.

Usage

Method

Syntax

IBM i

HP NonStop

UNIX

Windows

z/OS

Command Line, Short Form

-c object

(tick)

(tick)

(tick)

Command Line, Long Form

-create object

(tick)

(tick)

(tick)

Environment Variable

UCRCREATE=object

(tick)

(tick)

(tick)

Values

object is the specification for what Universal Certificate is to create.

Valid values for object are:

  • cert
    Create an X.509 certificate.
  • request
    Create a certificate request.
  • crl
    Create a Certificate Revocation List (CRL).
  • transport
    Create a PKCS #12-encoded transport file.

  • No labels