Thorsten Eckel 0c421eeb3b Fixes #3517 - Unable to verify S/MIME mail signature signed with certificate chain. | 3 лет назад | |
---|---|---|
.. | ||
config | 4 лет назад | |
Dockerfile | 4 лет назад | |
README.md | 4 лет назад | |
docker-entrypoint.sh | 3 лет назад | |
run.sh | 4 лет назад |
This folder contains a docker
image and the required files to generate various S/MIME certificates for testing purposes. These contain CA certificates as regular certificates (1). There is one special certificate that is for multiple emails at once (2). Additionally some already expired CA and certificates are generated (3).
For the CA there are .key
and .crt
files. For the certificates the .key
, .crt
and .csr
are generated. Additionally a .secret
file is added that contains the corresponding pass phrase.
These are easily generated by executing the run.sh
file. There is nothing more to it except of having docker
installed and running.