Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Search found 7 matches
- Mon Feb 15, 2016 7:56 pm
- Forum: General Discussion
- Topic: how to install letsencrypts ssl for the vestacp admin panel
- Replies: 20
- Views: 85193
Re: how to install letsencrypts ssl for the vestacp admin panel
If succeed, this procedure will create folder /etc/letsencrypt/live/mydomain.com with privkey.pem and cert.pem files.
Copy content of that files to clipboard.
Then run: nano /usr/local/vesta/ssl/certificate.crt
Delete previously content and paste content from cert.pem, then save.
Then run: nano ...
- Mon Feb 15, 2016 7:51 pm
- Forum: General Discussion
- Topic: Migrate from nginx+apache to nginx+fpm
- Replies: 2
- Views: 4184
Re: Migrate from nginx+apache to nginx+fpm
Ok, thank You :]
- Sun Feb 14, 2016 9:41 pm
- Forum: General Discussion
- Topic: Migrate from nginx+apache to nginx+fpm
- Replies: 2
- Views: 4184
Migrate from nginx+apache to nginx+fpm
Hello,
I've installed latest Vesta yesterday and I've noticed that there is support for nginx+fpm.
As I have vesta also on my private server, I'd like to move all sites from whatever are they using to nginx+fpm. I can afford downtime and don't need to migrate custom apache rules, but I'd like to ...
I've installed latest Vesta yesterday and I've noticed that there is support for nginx+fpm.
As I have vesta also on my private server, I'd like to move all sites from whatever are they using to nginx+fpm. I can afford downtime and don't need to migrate custom apache rules, but I'd like to ...
- Sun Feb 14, 2016 9:30 pm
- Forum: General Discussion
- Topic: how to install letsencrypts ssl for the vestacp admin panel
- Replies: 20
- Views: 85193
Re: how to install letsencrypts ssl for the vestacp admin panel
have a look at this topic: viewtopic.php?f=10&t=10597
- Sun Feb 14, 2016 9:29 pm
- Forum: General Discussion
- Topic: HTTPS Vesta 0.9.8
- Replies: 6
- Views: 18554
Re: HTTPS Vesta 0.9.8
I'm thinking about creating plugin for this, but didn't have time to look at Vesta plugin API, if sth like that exists.
Will have a look at that in this week probably.
Will have a look at that in this week probably.
- Sun Feb 14, 2016 9:27 pm
- Forum: General Discussion
- Topic: HTTPS Vesta 0.9.8
- Replies: 6
- Views: 18554
Re: HTTPS Vesta 0.9.8
Can we install a free LetsEncrypt SSL for the control panel itself ? like I open https://VestacpIP:8083 to be secured under the free SSl ?
please advise
I've generated certs for my domain (ikw.cz) and then symlinked fullchain.pem a privkey.pem to /usr/local/vesta/certificate.crt and certificate ...
please advise
I've generated certs for my domain (ikw.cz) and then symlinked fullchain.pem a privkey.pem to /usr/local/vesta/certificate.crt and certificate ...
- Fri Feb 12, 2016 9:40 am
- Forum: General Discussion
- Topic: HTTPS Vesta 0.9.8
- Replies: 6
- Views: 18554
HTTPS Vesta 0.9.8
Hello,
I've created little gist, which would help you getting https ready.
Link: https://gist.github.com/wodCZ/12f230bf670a3e84d3c7
It contains LetsEncrypt scripts and updated Force-https template. While not totally automatic, it helps a lot (cca 30 seconds to enable https and setup auto renew ...
I've created little gist, which would help you getting https ready.
Link: https://gist.github.com/wodCZ/12f230bf670a3e84d3c7
It contains LetsEncrypt scripts and updated Force-https template. While not totally automatic, it helps a lot (cca 30 seconds to enable https and setup auto renew ...