fill the info files
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user