- Build the container
docker build -t idracadm7 .
- Download and copy
idrac.sh
in in thedeploy/
directory in theacme.sh
root - Generate the certificate and deploy it
export DEPLOY_IDRAC_HOST="idrac.domain.com"
export DEPLOY_IDRAC_PASS="idrac_pass"
export DEPLOY_IDRAC_USER="idrac_user"
acme.sh --issue --dns dns_cf -d "idrac.domain.com" -k 2048
acme.sh --deploy -d "idrac.domain.com" --deploy-hook idrac