/etc/pki/tls/misc/c_name - CentOS Linux 6

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

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
CentOS Linux 6
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/centos6/etc/pki/tls/misc/c_name

cURL

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