From 832fa6635e673bce1bb9ead96aa12ed5a83072e1 Mon Sep 17 00:00:00 2001 From: tliero Date: Mon, 21 Mar 2016 16:29:24 +0100 Subject: [PATCH] Let's encrypt --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dd30d29..c980698 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,7 @@ curl -i http://localhost:8080/transactions curl -i http://localhost:8080/transactions/1 -curl -i -X POST -H "Content-Type:application/json" -d '{"account":"http://localhost:8080/accounts/1","amount":12.3,"date":"2016-05-31T22:00:00.000+0000","description":"test","category":"http://localhost:8080/categories/1"}' http://localhost:8080/transactions \ No newline at end of file +curl -i -X POST -H "Content-Type:application/json" -d '{"account":"http://localhost:8080/accounts/1","amount":12.3,"date":"2016-05-31T22:00:00.000+0000","description":"test","category":"http://localhost:8080/categories/1"}' http://localhost:8080/transactions + + +https://letsencrypt.org/getting-started/ \ No newline at end of file