File tree 1 file changed +2
-6
lines changed
1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -25,16 +25,12 @@ newgrp microk8s
25
25
# setup user profile
26
26
. <( curl -s https://raw.githubusercontent.com/mkol5222/appsec-chart/main/setup-user.sh)
27
27
28
- # bring charts
29
- git clone https://github.com/mkol5222/appsec-chart
30
-
31
-
32
28
# ready to deploy certificate issuer with HTTP-01 solver - FOCUS ON EMAIL ADDRESS!!!
33
29
#
34
30
#
35
31
#
36
32
MY_EMAIL_ADDRESS=
" [email protected] " # REPLACE
37
- helm install letsencrypt ./ appsec-chart/charts/ certs/ --set letsencrypt.email=$MY_EMAIL_ADDRESS
33
+ helm install letsencrypt https://github.com/mkol5222/ appsec-chart/releases/download/ certs-0.1.0/certs-0.1.0.tgz --set letsencrypt.email=$MY_EMAIL_ADDRESS
38
34
39
35
40
36
# ready to deploy AppSec WAF - FOCUS ON INPUTS AND DNS RECORD!!!
@@ -51,7 +47,7 @@ echo "Make sure DNS recort for $APPSEC_HOSTNAME points to $VMPUBLICIP"
51
47
sudo resolvectl flush-caches
52
48
dig +short $APPSEC_HOSTNAME
53
49
54
- helm install appsec ./ appsec-chart/charts/ appsec/ --set cptoken=$APPSEC_TOKEN --set hostname=$APPSEC_HOSTNAME
50
+ helm install appsec https://github.com/mkol5222/ appsec-chart/releases/download/ appsec-0.1.0/appsec-0.1.0.tgz --set cptoken=$APPSEC_TOKEN --set hostname=$APPSEC_HOSTNAME
55
51
56
52
# monitor appsec and http-01 solver
57
53
k get po --watch
You can’t perform that action at this time.
0 commit comments