We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76319e5 commit f9a1556Copy full SHA for f9a1556
1 file changed
bin/v-list-web-domain-ssl
@@ -19,6 +19,7 @@ source $VESTA/func/main.sh
19
20
# JSON list function
21
json_list() {
22
+ issuer=$(echo "$issuer" |sed -e 's/"/\\"/g' -e "s/%quote%/'/g")
23
echo '{'
24
echo -e "\t\"$domain\": {"
25
echo " \"CRT\": \"$crt\","
0 commit comments