Mounts your remote FTP server and performs a SSL certificate generation that could be submitted manually or via cPANEL.
- letsencrypt-cli
- python2-selenium
- chromium web browser
- curlftpfs
cp ENV-example ENV
nano ENV
./mount.sh
./generate-cert.sh
- Certificate: cert.pem
- Private key: key.pem
sudo docker run -d -p 4444:4444 -v /dev/shm:/dev/shm selenium/standalone-chrome-debug:3.0.1-carbon
source ENV && export $(cut -d= -f1 ENV) && python2 cpanel-import-cert.py