5 lines
114 B
Text
5 lines
114 B
Text
if [ -f etc/ssl/ca-bundle.crt ]; then
|
|
rm etc/ssl/ca-bundle.crt
|
|
rm etc/ssl/certs/*.0
|
|
rm etc/ssl/certs/*.pem
|
|
fi
|