Search found 3 matches
- Wed Dec 03, 2014 12:33 am
- Forum: General Discussion
- Topic: Vesta Backup Stalling
- Replies: 1
- Views: 2231
Re: Vesta Backup Stalling
More testing of the backup sequence shows this fails for some reason: # Backup ssl vhost if [ "$SSL" = 'yes' ]; then tpl_file="$WEBTPL/$WEB_SYSTEM/$TPL.stpl" conf="$HOMEDIR/$user/conf/web/s$WEB_SYSTEM.conf" get_web_config_brds sed -n "$top_line,$bottom_line p" $conf > conf/s$WEB_SYSTEM.conf fi What ...
- Tue Nov 25, 2014 11:42 pm
- Forum: General Discussion
- Topic: Vesta Backup Stalling
- Replies: 1
- Views: 2231
Vesta Backup Stalling
I'm facing a dilemma. Our staging site & our live site both run identical setups of Vesta. Staging site takes 10 minutes to back up our site. Live site is hanging around 1 to 2 hours. The only functional difference I can see in the Vesta backup log is this: -- WEB -- 2014-11-11 05:10:02 domain.com s...
- Tue Nov 11, 2014 1:21 am
- Forum: Web Server
- Topic: CSR Generation: SHA256
- Replies: 0
- Views: 2073
CSR Generation: SHA256
We've been using Vesta for about a year with the CSR generation it has & I've noted it only generates SHA1 based certificates. As we're coming up for cert renewal, we want to shift to SHA256 key / certs & wondered how to do this. Initial testing by doing a mod of the v-generate-ssl-cert script to al...