#!/bin/sh cp ca-bundle.crt /etc/ssl/ mkdir -p /etc/ssl/certs ln -sf ../ca-bundle.crt /etc/ssl/certs/ca-certificates.crt