File tree 2 files changed +6
-7
lines changed
2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
- CERTBOT_DOMAIN=gaiax.taidy.cloud
2
-
1
+ CERTBOT_DOMAIN=gaiax.cticpoc.com
2
+
3
3
LEGAL_NAME=CTIC Technology Centre
4
4
COUNTRY_CODE=ES
5
5
COUNTRY_SUBDIVISION_CODE=ES-AS
Original file line number Diff line number Diff line change 1
1
version : " 3"
2
2
3
3
vars :
4
- LETSENCRYPT_DIR : " ./letsencrypt"
5
4
CERTS_DIR : " {{.ROOT_DIR}}/certs"
6
5
CERTBOT_IMAGE : certbot/certbot:v2.6.0
7
6
STATIC_ROOT : " {{.ROOT_DIR}}/htdocs"
@@ -45,14 +44,14 @@ tasks:
45
44
cmds :
46
45
- >
47
46
docker run -it --rm -p 80:80
48
- -v "{{.LETSENCRYPT_DIR}} /etc/letsencrypt:/etc/letsencrypt"
49
- -v "{{.LETSENCRYPT_DIR}} /var/lib/letsencrypt:/var/lib/letsencrypt"
47
+ -v "/etc/letsencrypt:/etc/letsencrypt"
48
+ -v "/var/lib/letsencrypt:/var/lib/letsencrypt"
50
49
{{.CERTBOT_IMAGE}}
51
50
--preferred-chain="ISRG Root X1"
52
51
certonly
53
52
--standalone -n --agree-tos --key-type rsa --email {{.CERTBOT_EMAIL}} -d {{.CERTBOT_DOMAIN}}
54
53
- mkdir -p {{.CERTS_DIR}}
55
- - cp -Lr {{.LETSENCRYPT_DIR}} /etc/letsencrypt/live/{{.CERTBOT_DOMAIN}}/* {{.CERTS_DIR}}
54
+ - cp -Lr /etc/letsencrypt/live/{{.CERTBOT_DOMAIN}}/* {{.CERTS_DIR}}
56
55
# We need to add the root certificate to the chain for the Compliance request to work
57
56
# Note that we indicated that we want to use the "ISRG Root X1" root using the preferred-chain option
58
57
- wget https://letsencrypt.org/certs/isrgrootx1.pem -O {{.CERTS_DIR}}/isrgrootx1.pem
97
96
deps :
98
97
- start-webserver
99
98
cmds :
100
- - npm run build-vp
99
+ - npm run build-vp
You can’t perform that action at this time.
0 commit comments