OpenSSL configuration examples
				
			
		
				- use SHA256 as default_md for all requests - use UTF-8 as mandated by RFC-2459 - bump default key size for CA certificate requests to 4096 bits - remove whitespace at end of line - update change dates  | 
			||
|---|---|---|
| cacrllink.sh | ||
| clientcsr.conf | ||
| createca.sh | ||
| Makefile | ||
| README | ||
| rootca.conf | ||
| rootreq.conf | ||
| servercsr.conf | ||
| signclient.sh | ||
| signserver.sh | ||
| signsub.sh | ||
| subca.conf | ||
| subcareq.conf | ||
This directory contains various OpenSSL configuration examples and scripts. Configuration files: - rootca.conf - Example root CA configuration - rootreq.conf - Example signing request configuration Scripts: - cacrllink.sh - Script to link CA certificates and CRLs to hashed names - createca.sh - Script for creating a CA