EnglishFrenchSpanish

Ad


OnWorks favicon

certmgr - Online in the Cloud

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

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


certmgr - Mono Certificate Manager (CLI version)

SYNOPSIS


certmgr [action] [object type] [options] store [filename] or certmgr -ssl [options] url

DESCRIPTION


This tool allow to list, add, remove or extract certificates, certificate revocation lists
(CRL) or certificate trust lists (CTL) to/from a certificate store. Certificate stores are
used to build and validate certificate chains for Authenticode(r) code signing validation
and SSL server certificates.

STORES


The store represents the certificate store to use. It can be one of the following:

My This is the personal certificate store.

AddressBook
This is the store for other people.

CA This is a store for intermediate certificate authorities.

Trust This is for trusted roots.

Disallowed
This is for untrusted roots

ACTIONS


-list List the certificates, CTL or CTL in the specified store.

-add Add a certificate, CRL or CTL to specified store. If filename it's a pkcs12 or pfx
file, and it contains a private key, it will be imported to local key pair
container.

-del Remove a certificate, CRL or CTL from specified store. You must specify the object
to be removed with it's hash value (and not a filename). This hash value is shown
when doing a -list on the store.

-put Copy a certificate, CRL or CTL from a store to a file.

-ssl Download and add the certificates from a SSL session. You'll be asked to confirm
the addition of every certificate received from the server. Note that SSL/TLS
protocols do not requires a server to send the root certificate. This action
assume an certificate (-c) object type and will import the certificates in
appropriate stores (i.e. server certificate in the OtherPeople store, the root
certificate in the Trust store, any other intermediate certificates in the
IntermediateCA store).

-importKey
Allows importing a private key from a pkcs12 file into a local key pair store.
(Usefull when you already have the key's corresponding certificate installed at the
specific store.)

OBJECT TYPES


-c , -cert , -certificate
Add, Delete or Put certificates. That is the specified file must/will contains
X.509 certificates in DER binary encoding.

-crl Add, Delete or Put certificate revocation lists (CRL). That is the specified file
must/will contains X.509 CRL in DER binary encoding.

-ctl Add, Delete or Put certificate trust lists (CRL). UNSUPPORTED.

OPTIONS


-m Use the machine's certificate stores (instead of the default user's stores).

-v More details displayed on the console.

-p password
Use the specify password when accessing a pkcs12 file.

-help , -h , -? , /?
Display help about this tool.

Use certmgr online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    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
  • 2
    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
  • 3
    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
  • 4
    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
  • 5
    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
  • 6
    Shadowsocks
    Shadowsocks
    A fast tunnel proxy that helps you
    bypass firewalls This is an application
    that can also be fetched from
    https://sourceforge.net/projects/shadowsocksgui/.
    It ha...
    Download Shadowsocks
  • More »

Linux commands

Ad