Installation

Installation can be done using the instalr.sh script or via GIT.

Using the Install Script

Get the script, make it executable and run the script:

1wget https://raw.githubusercontent.com/AcuGIS/GeoHelm/master/scripts/install.sh
2chmod +x pre-install.sh
3./pre-install.sh

The above will the Certbot module.

When the script completes, you will see the message below:

1~
2/opt ~
3Installed CertBot in /usr/share/webmin/certbot (336 kb)
4~
5Certbot is now installed. Go to Servers > GeoHelm to complete installation

Note

Following above, you will need to log in to Webmin to complete installation using the install Wizard.

Via Git or Download

You can use Git to build module for an existing Webmin installation:

1 git clone https://github.com/cited/Certbot-Webmin-Module
2 mv Certbot-Webmin-Module-Master certbot
3 tar -cvzf certbot.wbm.gz certbot/

Note

Following above, you will need to log in to Webmin to complete installation using the install Wizard.