Server Installation (AMI-Based)
Obtain G3Edge AMI from G3Bio and launch instance from it
Install SSL certificate for your domain
Locate the SSL certificate and its key file. For example, two .pem files for the domain
ami.g3bio.com
are here:/etc/letsencrypt/live/ami.g3bio.com/fullchain.pem
/etc/letsencrypt/live/ami.g3bio.com/privkey.pem
Prepare G3Edge service
- Run
g3setup.sh
, with three (3) inputs: certificate file (-c), certificate key file (-k), and url (-u). For example, for domainami.g3bio.com
, run
sudo bash /home/ubuntu/g3setup.sh -c /etc/letsencrypt/live/ami.g3bio.com/fullchain.pem -k /etc/letsencrypt/live/ami.g3bio.com/privkey.pem -u ami.g3bio.com
- Run
Start G3Edge service by
sudo service kestrel-g3edge start