OpenSSL configuration examples
- signsub.sh to sign a sub CA with the root CA - signclient.sh to sign client certificates with the Sub CA - signserver.sh to sign server certificates with the Sub CA |
||
|---|---|---|
| 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