EnglishFrenchSpanish

OnWorks favicon

c_rehashssl - Online in the Cloud

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

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


c_rehash - Create symbolic links to files named by the hash values

SYNOPSIS


c_rehash [-old] [-h] [-n] [-v] [ directory...]

DESCRIPTION


c_rehash scans directories and calculates a hash value of each ".pem", ".crt", ".cer", or
".crl" file in the specified directory list and creates symbolic links for each file,
where the name of the link is the hash value. (If the platform does not support symbolic
links, a copy is made.) This utility is useful as many programs that use OpenSSL require
directories to be set up like this in order to find certificates.

If any directories are named on the command line, then those are processed in turn. If
not, then the SSL_CERT_DIR environment variable is consulted; this shold be a colon-
separated list of directories, like the Unix PATH variable. If that is not set then the
default directory (installation-specific but often /usr/local/ssl/certs) is processed.

In order for a directory to be processed, the user must have write permissions on that
directory, otherwise it will be skipped. The links created are of the form "HHHHHHHH.D",
where each H is a hexadecimal character and D is a single decimal digit. When processing
a directory, c_rehash will first remove all links that have a name in that syntax. If you
have links in that format used for other purposes, they will be removed. To skip the
removal step, use the -n flag. Hashes for CRL's look similar except the letter r appears
after the period, like this: "HHHHHHHH.rD".

Multiple objects may have the same hash; they will be indicated by incrementing the D
value. Duplicates are found by comparing the full SHA-1 fingerprint. A warning will be
displayed if a duplicate is found.

A warning will also be displayed if there are files that cannot be parsed as either a
certificate or a CRL.

The program uses the openssl program to compute the hashes and fingerprints. If not found
in the user's PATH, then set the OPENSSL environment variable to the full pathname. Any
program can be used, it will be invoked as follows for either a certificate or CRL:

$OPENSSL x509 -hash -fingerprint -noout -in FILENAME
$OPENSSL crl -hash -fingerprint -noout -in FILENAME

where FILENAME is the filename. It must output the hash of the file on the first line, and
the fingerprint on the second, optionally prefixed with some text and an equals sign.

OPTIONS


-old
Use old-style hashing (MD5, as opposed to SHA-1) for generating links for releases
before 1.0.0. Note that current versions will not use the old style.

-h Display a brief usage message.

-n Do not remove existing links. This is needed when keeping new and old-style links in
the same directory.

-v Print messages about old links removed and new links created. By default, c_rehash
only lists each directory as it is processed.

ENVIRONMENT


OPENSSL
The path to an executable to use to generate hashes and fingerprints (see above).

SSL_CERT_DIR
Colon separated list of directories to operate on. Ignored if directories are listed
on the command line.

Use c_rehashssl 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

Ad