Make {bounce,warn}_message_file expanded. Bug 2522
[exim.git] / test / aux-fixed / cert.HOWTO
CommitLineData
624f33df
JH
1openssl req -x509 -config cert.config -newkey rsa:2048 -keyout key.pem -out cert.pem -days 7000
2cat key.pem cert.pem > cert1
3# or cert2, as needed. Mind the day count above does not blow the Y2038 barrier.
4rm cert.pem key.pem