16 lines
259 B

  1. #!/bin/bash
  2. #Saisir le FQDN
  3. FQDN_1=portal.tina.altinea.fr
  4. /root/.acme.sh/acme.sh --issue --standalone --keylength 4096 -d ${FQDN_1}
  5. cd /etc/myacme/${FQDN_1}
  6. cp ${FQDN_1}.key domain.key
  7. cp ${FQDN_1}.cer domain.cert
  8. /root/deploy_docker_atempo_vmater.sh