]> git.armaanb.net Git - asd-repo.git/blob - core/libressl/files/update-certdata.sh
Adapt for asd linux
[asd-repo.git] / core / libressl / files / update-certdata.sh
1 #!/bin/sh -e
2
3 cd /etc/ssl && {
4     curl -LO https://curl.haxx.se/ca/cacert.pem
5     mv -f cacert.pem cert.pem
6     printf '%s\n' "${0##*/}: updated cert.pem"
7 }