Skip to content

Commit d6ad818

Browse files
committed
update the ssl cert
1 parent d020d81 commit d6ad818

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bin/compile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ if [[ ! $VERSION =~ ^master$ ]]; then
3333
"$INSTALL_DEST/$VERSION/bin/pear" channel-update pear.php.net
3434
fi
3535

36+
# update default_cert_file
37+
wget -O /usr/local/ssl/cert.pem https://curl.haxx.se/ca/cacert.pem
38+
3639
# php-fpm
3740
ln -sv $PWD/sbin/php-fpm $PWD/bin/php-fpm
3841

0 commit comments

Comments
 (0)