iglunix/base/openssl/update-ca.sh

5 lines
112 B
Bash
Executable File

#!/bin/sh
cd /etc/ssl && {
curl -LO https://curl.haxx.se/ca/cacert.pem -o /etc/ssl/certs/ca-certificates.crt
}