OpenSSL configuration examples
Go to file
Jan Dittberner 7953dca56f update conf files to modern standards
- 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
2015-02-03 19:47:13 +01:00
Makefile add Makefile 2011-05-04 21:57:01 +02:00
README add script to link CA certificates and CRLs 2011-05-03 21:23:54 +02:00
cacrllink.sh add meta information to cacrllink.sh 2011-05-04 22:55:18 +02:00
clientcsr.conf update conf files to modern standards 2015-02-03 19:47:13 +01:00
createca.sh create directory structure properly 2011-05-04 22:37:17 +02:00
rootca.conf update conf files to modern standards 2015-02-03 19:47:13 +01:00
rootreq.conf update conf files to modern standards 2015-02-03 19:47:13 +01:00
servercsr.conf update conf files to modern standards 2015-02-03 19:47:13 +01:00
signclient.sh make all scripts executable 2011-05-04 22:29:02 +02:00
signserver.sh make all scripts executable 2011-05-04 22:29:02 +02:00
signsub.sh make all scripts executable 2011-05-04 22:29:02 +02:00
subca.conf update conf files to modern standards 2015-02-03 19:47:13 +01:00
subcareq.conf update conf files to modern standards 2015-02-03 19:47:13 +01:00

README

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