Skip to content

Commit 9a92488

Browse files
committed
. [ci skip]
1 parent 39e1536 commit 9a92488

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,23 @@ Lets continue on Azure VM:
2020
```shell
2121
# IN AZURE VM (after sshvm)
2222

23+
# make sure machine is ready (it returns to prompt, once ready)
24+
microk8s status --wait-ready
25+
2326
# ready to deploy AppSec WAF - FOCUS ON INPUTS AND DNS RECORD!!!
2427
#
2528
#
2629
#
27-
MY_EMAIL_ADDRESS="[email protected]" # REPLACE
28-
APPSEC_TOKEN=cp-abc123... # REPLACE WITH REAL TOKEN from Infinity Portal
29-
APPSEC_HOSTNAME=appsec1492.klaud.online # REPLACE
30+
MY_EMAIL_ADDRESS="[email protected]" # REPLACE - used for Let's Encrypt
31+
APPSEC_TOKEN=cp-67c2... # REPLACE WITH REAL TOKEN from Infinity Portal - Docker simple MANAGED profile token
32+
APPSEC_HOSTNAME=appsec1493.klaud.online # REPLACE
3033

31-
# prepare DNS
34+
# prepare/verify DNS
3235
VMPUBLICIP=$(curl -s ip.iol.cz/ip/)
3336
echo "Make sure DNS recort for $APPSEC_HOSTNAME points to $VMPUBLICIP"
3437
# verify
3538
sudo resolvectl flush-caches
36-
dig +short $APPSEC_HOSTNAME
39+
echo "$APPSEC_HOSTNAME points to $(dig +short $APPSEC_HOSTNAME)"
3740

3841
helm install appsec https://github.com/mkol5222/appsec-chart/releases/download/appsec-0.1.1/appsec-0.1.1.tgz --set cptoken=$APPSEC_TOKEN --set hostname=$APPSEC_HOSTNAME --set letsencrypt.email=$MY_EMAIL_ADDRESS
3942

0 commit comments

Comments
 (0)