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

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

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

    #!/bin/sh
#
# print the subject
#

for i in $*
do
	n=`openssl x509 -subject -noout -in $i`
	echo "$i	$n"
done

    
  

Config Details

Location
/etc/pki/tls/misc/c_name
Operating system
Red Hat Enterprise Linux Server 7 (Maipo)
Length
10 lines
MD5 checksum
e6828944a8b442b7a040405fbe3f9a1f

Usage

Download the raw file with wget or curl

Wget

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

cURL

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