aboutsummaryrefslogtreecommitdiff
path: root/core/libressl/files
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-03-17 12:55:24 +0300
committerCem Keylan <cem@ckyln.com>2020-03-17 12:55:24 +0300
commite1cc2511d04693165deec22fb448bac9838f57c2 (patch)
tree4a04b3816b78d5c79c0754e46ea6d73c61e99e43 /core/libressl/files
parent32dc7a9e03a70ed8a6405f756a8678211f2acf1d (diff)
downloadrepository-e1cc2511d04693165deec22fb448bac9838f57c2.tar.gz
meta: sync core with KISS
Diffstat (limited to 'core/libressl/files')
-rwxr-xr-xcore/libressl/files/update-certdata.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/libressl/files/update-certdata.sh b/core/libressl/files/update-certdata.sh
index 3002b05e..0c333e7a 100755
--- a/core/libressl/files/update-certdata.sh
+++ b/core/libressl/files/update-certdata.sh
@@ -9,8 +9,6 @@
cd /etc/ssl && {
wget https://curl.haxx.se/ca/cacert.pem
- mkdir -p /etc/ssl/certs
- cp -f cacert.pem certs/ca-certificates.crt
mv -f cacert.pem cert.pem
printf '%s\n' "${0##*/}: updated cert.pm"
}