Last change
on this file since 83531 was 83531, checked in by vboxsync, 5 years ago |
setting svn:sync-process=export for openssl-1.1.1f, all files except tests
|
File size:
859 bytes
|
Line | |
---|
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 | The mkcerts.sh script is an example of how to generate certificates
|
---|
7 | automatically using scripts. Example creates a root CA, an intermediate CA
|
---|
8 | signed by the root and several certificates signed by the intermediate CA.
|
---|
9 |
|
---|
10 | The script then creates an empty index.txt file and adds entries for the
|
---|
11 | certificates and generates a CRL. Then one certificate is revoked and a
|
---|
12 | second CRL generated.
|
---|
13 |
|
---|
14 | The script ocsprun.sh runs the test responder on port 8888 covering the
|
---|
15 | client certificates.
|
---|
16 |
|
---|
17 | The script ocspquery.sh queries the status of the certificates using the
|
---|
18 | test responder.
|
---|
19 |
|
---|
20 |
|
---|
21 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.