Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - theozsnowman

Pages: [1]
1
SSL / server ssl expired and cant seem to replace it?
« on: June 07, 2022, 11:14:56 PM »
Our CWP server SSL expired and we don't seem to be able to update it other than with a self signed ssl by changing the server hostname in CWP

I have googled this to death and most of the guides are way out of date and i cannot see how we can update the ssl for the server itself.

we have a wildcard certificate we want to install, but cant seem to get it to update, there appears to be no ability to update it via the panel for the root server user and replacing the files:

/etc/pki/tls/certs/hostname.bundle
/etc/pki/tls/private/hostname.key

seems to not work either?

how do we get this resolved?

2
PHP / Re: PHP 8.0
« on: December 06, 2020, 10:36:22 PM »
by following this tutorial will it tie in with the php selector etc or could there be issues?

Id prefer to keep 7.4 as the default and just have 8 installed for experimenting on

3
CentOS-WebPanel GUI / Re: How to Increase Username Length?
« on: September 28, 2020, 01:47:35 AM »
i have just found this is a problem for 2 cpanel sites we have where we need to import them into our development machine which runs CWP

the usernames are 9 characters long and identical other than the last letter, so we find we cannot import the second account to work on it...

makes life very difficult...

another issue is the interface limits usernames for databases to 7 characters

4
did this end up getting adjusted in CWP as i am still limited to 7 characters for the database name

5
Backup / Re: Backup to S3 or remote server daily job
« on: January 30, 2020, 06:03:00 AM »
I know this is an older post but im wondering if it still applies with the new AWS CLI v2?

I followed the guide but got the errors:

Quote
/scripts/user_backup_s3: line 27: aws: command not found
/scripts/user_backup_s3: line 31: aws: command not found

also in order to securely connect to S3 what needs to be done to install keys etc? is there a good guide on all of this as im a bit of a s3 newb...

i changed the code to look for aws2 instead of aws but i get Unknown Options messages:

Quote
Unknown options: /backups/daily/20200130_stevepl.tar.gz,s3://BUCKETNAME.s3-ap-southeast-2.amazonaws.com/BUCKETPATH/backups/SERVER

BUCKETNAME = the name of my bucket
BUCKETPATH  = the path to my buckets backup folder
SERVER = my folders name

6
I am getting the same issue here and when i try and connect to a cpanel server with the root ssh connection i get Permission denied:

Code: [Select]
ssh-copy-id "-p 22222" root@xxx.xxx.xxx.xxx
/usr/bin/ssh-copy-id: INFO: Source of key(s) to be installed: "/root/.ssh/id_rsa.pub"
/usr/bin/ssh-copy-id: INFO: attempting to log in with the new key(s), to filter out any that are already installed
/usr/bin/ssh-copy-id: INFO: 1 key(s) remain to be installed -- if you are prompted now it is to install the new keys
root@xxx.xxx.xxx.xxx's password:
Permission denied, please try again.

Pages: [1]