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
16 lines
259 B
#!/bin/bash
|
|
|
|
#Saisir le FQDN
|
|
FQDN_1=portal.tina.altinea.fr
|
|
|
|
/root/.acme.sh/acme.sh --issue --standalone --keylength 4096 -d ${FQDN_1}
|
|
|
|
cd /etc/myacme/${FQDN_1}
|
|
cp ${FQDN_1}.key domain.key
|
|
cp ${FQDN_1}.cer domain.cert
|
|
|
|
|
|
/root/deploy_docker_atempo_vmater.sh
|
|
|
|
|
|
|