Hi All,
I have installed gateway-st
on a VM and successfully created an A-DNS record and served content from https://<domain_name:7777> using the AWS CLI. Right now I am trying to use port 443 but apparently minio requires to execute: sudo setcap cap_net_bind_service=+ep /path/to/minio
to allow you to setup lower than 1024 port.
The problem is that I cannot find the minio
executable on my machine hence I cannot execute the above command and force minio
to serve content over TCP port 443. Any solution on this problem?