We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 161216e commit c561734Copy full SHA for c561734
README.md
@@ -28,10 +28,19 @@ newgrp microk8s
28
# bring charts
29
git clone https://github.com/mkol5222/appsec-chart
30
31
-# ready to deploy certificate issuer with HTTP-01 solver
+
32
+# ready to deploy certificate issuer with HTTP-01 solver - FOCUS ON EMAIL ADDRESS!!!
33
+#
34
35
36
MY_EMAIL_ADDRESS="[email protected]" # REPLACE
37
helm install letsencrypt ./appsec-chart/charts/certs/ --set letsencrypt.email=$MY_EMAIL_ADDRESS
38
39
40
+# ready to deploy AppSec WAF - FOCUS ON INPUTS AND DNS RECORD!!!
41
42
43
44
APPSEC_TOKEN=cp-abc123... # REPLACE WITH REAL TOKEN from Infinity Portal
45
APPSEC_HOSTNAME=appsec1492.klaud.online # REPLACE
46
0 commit comments