#!/bin/bash
#
# VERSION=2
# CHANGES="move features to an init script / crontask "

## merge shared root CA to default CAs
/bin/cat $(/bin/ls /usr/conf/tls/certs/* | grep -v ca-certs.crt) > /usr/conf/tls/certs/ca-certs.crt

##
mount -o remount,ro /

exit 0
