2024-04-20 16:21:26 +02:00
|
|
|
if [ $CRYPT = "Yes" ]; then
|
|
|
|
echo "" >> ${DBP_INFO}
|
|
|
|
echo "Mystic SSL Support" >> ${DBP_INFO}
|
|
|
|
echo "with the libcl support you can now activate ssl in the Mystic system" >> ${DBP_INFO}
|
|
|
|
echo "also with the Cryptlib support a tool called pemtrans has been istalled" >> ${DBP_INFO}
|
|
|
|
echo "with it you can import your ssl certs like LetsEncrypt into the Mystic system" >> ${DBP_INFO}
|
|
|
|
echo "./pemtrans <key> <cert> <out> <label> <secret>" >> ${DBP_INFO}
|
|
|
|
echo "" >> ${DBP_INFO}
|
|
|
|
echo "==============================================================================================================" >> ${DBP_INFO}
|
|
|
|
fi
|