You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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