diff --git a/packages/security/ca-certification/install b/packages/security/ca-certification/install index 7f27d53e9d..b2c0025f64 100755 --- a/packages/security/ca-certification/install +++ b/packages/security/ca-certification/install @@ -22,6 +22,6 @@ . config/options $1 -mkdir -p $INSTALL/etc/ssl - cp $PKG_DIR/script/ca-bundle.crt $INSTALL/etc/ssl - cp $PKG_DIR/script/ca-bundle.crt $INSTALL/etc/ssl/cacert.pem +mkdir -p $INSTALL/etc/pki/tls + cp $PKG_DIR/script/ca-bundle.crt $INSTALL/etc/pki/tls + cp $PKG_DIR/script/ca-bundle.crt $INSTALL/etc/pki/tls/cacert.pem