Skip to content

Commit c561734

Browse files
committed
readme
1 parent 161216e commit c561734

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,19 @@ newgrp microk8s
2828
# bring charts
2929
git clone https://github.com/mkol5222/appsec-chart
3030

31-
# ready to deploy certificate issuer with HTTP-01 solver
31+
32+
# ready to deploy certificate issuer with HTTP-01 solver - FOCUS ON EMAIL ADDRESS!!!
33+
#
34+
#
35+
#
3236
MY_EMAIL_ADDRESS="[email protected]" # REPLACE
3337
helm install letsencrypt ./appsec-chart/charts/certs/ --set letsencrypt.email=$MY_EMAIL_ADDRESS
3438

39+
40+
# ready to deploy AppSec WAF - FOCUS ON INPUTS AND DNS RECORD!!!
41+
#
42+
#
43+
#
3544
APPSEC_TOKEN=cp-abc123... # REPLACE WITH REAL TOKEN from Infinity Portal
3645
APPSEC_HOSTNAME=appsec1492.klaud.online # REPLACE
3746

0 commit comments

Comments
 (0)