Page 1 of 1

Panel not loading..

Posted: Tue Nov 17, 2015 2:37 pm
by maichi
Hello,

I tried to run this https://github.com/MartinRaiola/Scripts ... vestacp.sh on debian wheezy

And I got an error:

Code: Select all

root@x:/usr/local/vesta/ssl# sed -n "1,${crt_end}p" /tmp/vst.pem > certificate.crt
sed: -e expression #1, char 3: unexpected `,'
Now nginx won't start..

Code: Select all

 [....] Restarting vesta-nginx: vesta-nginxnginx: [emerg] PEM_read_bio_X509_AUX("/usr/local/vesta/ssl/certificate.crt") failed (SSL: error:0906D06C:PEM routines:PEM_read_bio:no start line:Expecting: TRUSTED CERTIFICATE)
Can anyone help me fix my certificate probelm?
Thanks

Re: Panel not loading..

Posted: Wed Nov 18, 2015 1:31 pm
by maichi
I managed to solve it, thanks

Re: Panel not loading..

Posted: Wed Nov 18, 2015 1:49 pm
by skurudo
maichi wrote:I managed to solve it, thanks
I think, others will be interested "how"