I need an experienced programmer execute the following for me:
1. Write a script that will enable me add SFTP users to have access to thier personal folders on my linux Centos server. All users folders must be located at a specific location on my Centos server:
/home/admin/vpn-users-backup/sftpuser
The SFTP server host will be the main IP of the server: (xxx.xxx.xxx.xxx)
I have attached a screenshot of what I expect the script to look like and includes fields to specify the following when creating the SFTP users:
– sftp username
-sftp password
-SFTP host
-folder location of user ( Note users will only have access to this folder and nothing more)
-Disk Quota in MB for the user
2. I also need an SSL certificate (Free or self signed) but preferably Free and supported by major browsers that has to be installed on the server. I need this to have an application installed on the server at : http://IP/application name accessible via https
This application has IP based hosting and needs to be accessed via https://IP/application
–