Error using ssl cert with PHP

前端 未结 5 1181
后悔当初
后悔当初 2021-01-02 10:27

I am new to php and I am getting this error trying to load a cert

jameys-macbookpro41:~ user$ php -f ~/Sites/providerService.php

Warning: s

5条回答
  •  -上瘾入骨i
    2021-01-02 10:59

    Just change the owner to www-data It will work :)

    sudo chown www-data.www-data ck.pem

    deafult user of apache www-data

提交回复
热议问题