Skip to content

societa-astronomica-g-v-schiaparelli/acme-idrac7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

acme.sh integration with iDRAC7

  1. Build the container
docker build -t idracadm7 .
  1. Download and copy idrac.sh in in the deploy/ directory in the acme.sh root
  2. 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

Credits

https://github.com/kroy-the-rabbit/acme_idrac_deployment

About

acme.sh integration with Dell iDRAC 7

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published