diff --git a/test_api_getpubkey.sh b/test_api_getpubkey.sh new file mode 100644 index 0000000..f447ab6 --- /dev/null +++ b/test_api_getpubkey.sh @@ -0,0 +1,2 @@ +curl -X GET http://localhost:13579/api/license/public-key \ + -H "Content-Type: application/json"