此文章同步刊登於我的部落格
cacert.pem
下載CA certificates extracted from Mozilla/etc/ssl/certs/cacert.pem
;openssl.cafile=
;openssl.capath=
openssl.cafile=/etc/ssl/certs/cacert.pem
openssl.capath=/etc/ssl/certs/cacert.pem
# Apache對於沒有systemd的Linux系統
systemctl httpd restart
# Nginx
systemctl nginx restart
# Apache
service stop httpd
service start httpd
# Nginx
service stop nginx
service start nginx
service stop php7-fpm
service start php7-fpm