EnglishFrenchSpanish

Ad


OnWorks favicon

getcert-list - Online in the Cloud

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

This is the command getcert-list 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


getcert

SYNOPSIS


getcert list [options]

DESCRIPTION


Queries certmonger for a list of certificates which it is monitoring or attempting to
obtain.

ENROLLMENT OPTIONS


-c NAME
List only entries which use the specified CA. The name of the CA should correspond
to one listed by getcert list-cas.

LISTING OPTIONS


-r List only entries which are either currently being enrolled or refreshed.

-t List only entries which are not currently being enrolled or refreshed.

-d DIR List only entries which use an NSS database in the specified directory for storing
the certificate.

-n NAME
List only tracking requests which use an NSS database and the specified nickname
for storing the certificate.

-f FILE
List only tracking requests which specify that the certificate should be stored in
the specified file.

-i NAME
List only tracking requests which use this request nickname.

STATES


NEED_KEY_PAIR
The service is about to generate a new key pair.

GENERATING_KEY_PAIR
The service is currently generating a new key pair.

NEED_KEY_GEN_PERMS
The service encountered a filesystem permission error while attempting to save the
newly-generated key pair.

NEED_KEY_GEN_PIN
The service is missing the PIN which is required to access an NSS database in order
to save the newly-generated key pair, or it has an incorrect PIN for a database.

NEED_KEY_GEN_TOKEN
The service was unable to find a suitable token to use for generating the new key
pair.

HAVE_KEY_PAIR
The service has successfully generated a new key pair.

NEED_KEYINFO
The service needs to read information about the key pair.

READING_KEYINFO
The service is currently reading information about the key pair.

NEED_KEYINFO_READ_PIN
The service is missing the PIN which is required to access an NSS database in order
to read information about the newly-generated key pair, or it has an incorrect PIN
for a database, or has an incorrect password for accessing a key stored in
encrypted PEM format.

NEED_KEYINFO_READ_TOKEN
The service was unable to find the token in which the key pair is supposed to be
stored.

HAVE_KEYINFO
The service has successfully read information about the key pair.

NEED_CSR
The service is about to generate a new signing request.

GENERATING_CSR
The service is generating a signing request.

NEED_CSR_GEN_PIN
The service is missing the PIN which is required to access an NSS database in order
to use the key pair, or it has an incorrect PIN for a database, or has an incorrect
password for reading a key stored in encrypted PEM format.

NEED_CSR_GEN_TOKEN
The service was unable to find the token in which the key pair is supposed to be
stored.

HAVE_CSR
The service has successfully generated a signing request.

NEED_SCEP_DATA
The service is about to generate data specifically needed for connecting to a CA
using SCEP.

GENERATING_SCEP_DATA
The service is generating data specifically needed for connecting to a CA using
SCEP.

NEED_SCEP_GEN_PIN
The service is missing the PIN which is required to access an NSS database in order
to use the key pair, or it has an incorrect PIN for a database, or has an incorrect
password for reading a key stored in encrypted PEM format.

NEED_SCEP_GEN_TOKEN
The service was unable to find the token in which the key pair is supposed to be
stored.

NEED_SCEP_ENCRYPTION_CERT
The service is waiting until it can retrieve a copy of the CA's certificate before
it can generate data required for connecting to the CA using SCEP.

NEED_SCEP_RSA_CLIENT_KEY
The CA should be contacted using SCEP, but SCEP requires the client key pair to be
an RSA key pair, and it is not.

HAVE_SCEP_DATA
The service has successfully generated data for use in SCEP.

NEED_TO_SUBMIT
The service is about to submit a signing request to a CA for signing.

SUBMITTING
The service is currently submitting a signing request to a CA for signing.

NEED_CA
The service can't submit a request to a CA because it doesn't know which CA to use.

CA_UNREACHABLE
The service was unable to contact the CA, but it will try again later.

CA_UNCONFIGURED
The service is missing configuration which will be needed in order to successfully
contact the CA.

CA_REJECTED
The CA rejected the signing request.

CA_WORKING
The CA has not yet approved or rejected the request. The service will check on the
status of the request later.

NEED_TO_SAVE_CERT
The CA approved the signing request, and the service is about to save the issued
certificate to the location where it has been told to save it.

PRE_SAVE_CERT
The service is running a configured pre-saving command before saving the newly-
issued certificate to the location where it has been told to save it.

START_SAVING_CERT
The service is starting to save the issued certificate to the location where it has
been told to save it.

SAVING_CERT
The service is attempting to save the issued certificate to the location where it
has been told to save it.

NEED_CERTSAVE_PERMS
The service encountered a filesystem permission error while attempting to save the
newly-issued certificate to the location where it has been told to save it.

NEED_CERTSAVE_TOKEN
The service is unable to find the token in which the newly-issued certificate is to
be stored.

NEED_CERTSAVE_PIN
The service is missing the PIN which is required to access an NSS database in order
to save the newly-issued certificate to the location where it has been told to save
it.

NEED_TO_SAVE_CA_CERTS
The service is about to save the certificate of the issuing CA to the locations
where it has been told to save them.

START_SAVING_CA_CERTS
The service is starting to save the certificate of the issuing CA to the locations
where it has been told to save them.

SAVING_CA_CERTS
The service is saving the certificate of the issuing CA to the locations where it
has been told to save them.

NEED_TO_SAVE_ONLY_CA_CERTS
The service is about to save the certificate of the issuing CA to the locations
where it has been told to save them.

START_SAVING_ONLY_CA_CERTS
The service is starting to save the certificate of the issuing CA to the locations
where it has been told to save them.

SAVING_ONLY_CA_CERTS
The service is saving the certificate of the issuing CA to the locations where it
has been told to save them.

NEED_CA_CERT_SAVE_PERMS
NEED_ONLY_CA_CERT_SAVE_PERMS The service encountered a filesystem permission error
while attempting to save the certificate of the issuing CA to the locations where
it has been told to save them.

NEED_TO_READ_CERT
The service is about to read the issued certificate from the location where it has
been told to save it.

READING_CERT
The service is reading the issued certificate from the location where it has been
told to save it.

SAVED_CERT
The service has finished finished saving the issued certificate and the issuer's
certificate to the locations where it has been told to save them.

POST_SAVED_CERT
The service is running a configured post-saving command after saving the newly-
issued certificate to the location where it has been told to save them.

MONITORING
The service is monitoring the certificate and waiting for its not-valid-after date
to approach. This is expected to be the status most often seen.

NEED_TO_NOTIFY_VALIDITY
The service is about to notify the system administrator that the certificate's not-
valid-after date is approaching.

NOTIFYING_VALIDITY
The service is notifying the system administrator that the certificate's not-valid-
after date is approaching.

NEED_TO_NOTIFY_REJECTION
The service is about to notify the system administrator that the CA rejected the
signing request.

NOTIFYING_REJECTION
The service is notifying the system administrator that the CA rejected the signing
request.

NEED_TO_NOTIFY_ISSUED_SAVE_FAILED
The service is needs to notify the system administrator that the CA issued a
certificate, but that there was a problem saving the certificate to the location
where the service was told to save it.

NOTIFYING_ISSUED_SAVE_FAILED
The service is is notifying the system administrator that the CA issued a
certificate, but that there was a problem saving the certificate to the location
where the service was told to save it.

NEED_TO_NOTIFY_ISSUED_CA_SAVE_FAILED
The service is needs to notify the system administrator that the CA issued a
certificate, and the issued certificate was saved to the location where the service
has been told to save it, but that there was a problem saving the CA's certificate
to the locations where the service was told to save it.

NOTIFYING_ISSUED_CA_SAVE_FAILED
The service is notifying the system administrator that the CA issued a certificate,
and the issued certificate was saved to the location where the service has been
told to save it, but that there was a problem saving the CA's certificate to the
locations where the service was told to save it.

NEED_TO_NOTIFY_ISSUED_SAVED
The service is needs to notify the system administrator that the CA issued a
certificate and it has been saved to the location where the service has been told
to save it.

NOTIFYING_ISSUED_SAVED
The service is notifying the system administrator that the CA issued a certificate
and it has been saved to the location where the service has been told to save it.

NEED_TO_NOTIFY_ONLY_CA_SAVE_FAILED
The service needs to notify the system administrator that there was a problem
saving the CA's certificates to the specified location.

NOTIFYING_ONLY_CA_SAVE_FAILED
The service is notifying the system administrator that there was a problem saving
the CA's certificates to the specified location.

NEED_GUIDANCE
An unhandled error was encountered while attempting to contact the CA, or there is
the service has just been told to monitor a certificate which does not exist and
for which it has no location specified for storing a key pair that could be used to
generate a signing request to obtain one.

NEWLY_ADDED
The service has just been told to track a certificate, or to generate a signing
request to obtain one.

NEWLY_ADDED_START_READING_KEYINFO
The service has just been told to track a certificate, or to generate a signing
request to obtain one, and is about to check if there is already a key pair
present.

NEWLY_ADDED_READING_KEYINFO
The service has just been told to track a certificate, or to generate a signing
request to obtain one, and is checking if there is already a key pair present.

NEWLY_ADDED_NEED_KEYINFO_READ_PIN
The service has just been told to track a certificate, or to generate a signing
request to obtain one, and was unable to check if a key pair was present because it
is missing the PIN which is required to access an NSS database, or because it has
an incorrect PIN for a database.

NEWLY_ADDED_NEED_KEYINFO_READ_TOKEN
The service has just been told to track a certificate, or to generate a signing
request to obtain one, and was unable to check if a key pair was present because
the token which should be used for storing the key pair is not present.

NEWLY_ADDED_START_READING_CERT
The service has just been told to track a certificate, or to generate a signing
request to obtain one, and is about to check if a certificate is already present in
the specified location.

NEWLY_ADDED_READING_CERT
The service has just been told to track a certificate, or to generate a signing
request to obtain one, and is checking if a certificate is already present in the
specified location.

NEWLY_ADDED_DECIDING
The service has just been told to track a certificate, or to generate a signing
request to obtain one, and is determining its next course of action.

Use getcert-list online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Phaser
    Phaser
    Phaser is a fast, free, and fun open
    source HTML5 game framework that offers
    WebGL and Canvas rendering across
    desktop and mobile web browsers. Games
    can be co...
    Download Phaser
  • 2
    VASSAL Engine
    VASSAL Engine
    VASSAL is a game engine for creating
    electronic versions of traditional board
    and card games. It provides support for
    game piece rendering and interaction,
    and...
    Download VASSAL Engine
  • 3
    OpenPDF - Fork of iText
    OpenPDF - Fork of iText
    OpenPDF is a Java library for creating
    and editing PDF files with a LGPL and
    MPL open source license. OpenPDF is the
    LGPL/MPL open source successor of iText,
    a...
    Download OpenPDF - Fork of iText
  • 4
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 5
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 6
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • More »

Linux commands

  • 1
    abidiff
    abidiff
    abidiff - compare ABIs of ELF files
    abidiff compares the Application Binary
    Interfaces (ABI) of two shared libraries
    in ELF format. It emits a meaningful
    repor...
    Run abidiff
  • 2
    abidw
    abidw
    abidw - serialize the ABI of an ELF
    file abidw reads a shared library in ELF
    format and emits an XML representation
    of its ABI to standard output. The
    emitted ...
    Run abidw
  • 3
    copac2xml
    copac2xml
    bibutils - bibliography conversion
    utilities ...
    Run copac2xml
  • 4
    copt
    copt
    copt - peephole optimizer SYSNOPIS:
    copt file.. DESCRIPTION: copt is a
    general-purpose peephole optimizer. It
    reads code from its standard input and
    writes an ...
    Run copt
  • 5
    gather_stx_titles
    gather_stx_titles
    gather_stx_titles - gather title
    declarations from Stx documents ...
    Run gather_stx_titles
  • 6
    gatling-bench
    gatling-bench
    bench - http benchmark ...
    Run gatling-bench
  • More »

Ad