Skip to content

Commit

Permalink
Sort the available policies by ascending order
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed May 25, 2020
1 parent 2077bc5 commit 54ca26f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/system-tls-policy/read
Expand Up @@ -28,4 +28,4 @@ if [ -z $policy ]; then
else
policy="\"$policy\""
fi
printf '{"status":{"available": ["20180621","20180330","20181001","20200510"]},"configuration":{"props":{"policy":%s},"name":"tls","type":"configuration"}}' "$policy"
printf '{"status":{"available": ["20180330","20180621","20181001","20200510"]},"configuration":{"props":{"policy":%s},"name":"tls","type":"configuration"}}' "$policy"

0 comments on commit 54ca26f

Please sign in to comment.