Add private keys and generation scripts for test certificates in apps
[openssl.git] / demos / certs / README
1 There is often a need to generate test certificates automatically using
2 a script. This is often a cause for confusion which can result in incorrect
3 CA certificates, obsolete V1 certificates or duplicate serial numbers.
4 The range of command line options can be daunting for a beginner.
5
6 This is a simple example of how to generate certificates automatically
7 using scripts. Example creates a root CA, a server certificate signed by
8 the root, an intermediate CA signed by the root and finally a client 
9 certificate signed by the intermediate CA.