/etc/pki/tls/misc/c_hash - Red Hat Enterprise Linux Server 7 (Maipo)

This is the default example configuration of c_hash provided by OpenSSL. This config file was generated by OpenSSL running on RHEL 7.

It is located under: /etc/pki/tls/misc/c_hash

    #!/bin/sh
# print out the hash values 
#

for i in $*
do
	h=`openssl x509 -hash -noout -in $i`
	echo "$h.0 => $i"
done

    
  

Config Details

Location
/etc/pki/tls/misc/c_hash
Operating system
Red Hat Enterprise Linux Server 7 (Maipo)
Length
9 lines
MD5 checksum
11612e0bac6e19e1bb35d038e691b72c

Usage

Download the raw file with wget or curl

Wget

wget -O c_hash.example http://exampleconfig.com/static/raw/openssl/rhel7/etc/pki/tls/misc/c_hash

cURL

curl http://exampleconfig.com/static/raw/openssl/rhel7/etc/pki/tls/misc/c_hash > c_hash.example