aboutsummaryrefslogtreecommitdiffstats
path: root/certService/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'certService/README.md')
-rw-r--r--certService/README.md17
1 files changed, 16 insertions, 1 deletions
diff --git a/certService/README.md b/certService/README.md
index 72660cdc..04d78431 100644
--- a/certService/README.md
+++ b/certService/README.md
@@ -30,4 +30,19 @@
docker run -p 8080:8080 --name cert-service cert-service
```
-
+
+### Health Check
+ Browser:
+
+ ```
+ http://<localhost>:8080/actuator/health
+
+ ```
+
+ Curl:
+
+ ```
+ curl localhost:8080/actuator/health
+
+ ```
+ Should return {"status":"UP"}