main/ca-certificates: fix shellcheck warning
Fix shellcheck errors:
In APKBUILD line 36: for i in $(ls *.crt | sort); do ^------^ SC2012 (info): Use find instead of ls to better handle non-alphanumeric filenames. ^-- SC2035 (info): Use ./glob or -- glob so names with dashes won't become options.