Name Date Size #Lines LOC

..19-Jun-2024-

apps/H19-Jun-2024-

README.txtH A D05-Jul-2020856 1914

ca.cnfH A D04-Aug-20212 KiB8360

mkcerts.shH A D19-Jun-20243.9 KiB10257

ocspquery.shH A D19-Jun-2024876 2917

ocsprun.shH A D19-Jun-2024464 229

README.txt

1There is often a need to generate test certificates automatically using
2a script. This is often a cause for confusion which can result in incorrect
3CA certificates, obsolete V1 certificates or duplicate serial numbers.
4The range of command line options can be daunting for a beginner.
5
6The mkcerts.sh script is an example of how to generate certificates
7automatically using scripts. Example creates a root CA, an intermediate CA
8signed by the root and several certificates signed by the intermediate CA.
9
10The script then creates an empty index.txt file and adds entries for the
11certificates and generates a CRL. Then one certificate is revoked and a
12second CRL generated.
13
14The script ocsprun.sh runs the test responder on port 8888 covering the
15client certificates.
16
17The script ocspquery.sh queries the status of the certificates using the
18test responder.
19