From f5ed203554a2e50007203b0d648eb8aab0ec212d Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Fri, 12 Jul 2019 16:16:06 +0300 Subject: [PATCH] Add information about test certificates --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8bdec0c..a83acaa 100644 --- a/README.md +++ b/README.md @@ -103,10 +103,13 @@ Checklist of steps to perform if you want to migrate from mod_epp, but still use Testing ---- The application comes with test suite written with common_test. For integration -tests, there is a small Roda application located in apps/epp_proxy/priv/test_backend_app. -It has been written with Ruby 2.6.3 +tests, there is a small Roda application located in `apps/epp_proxy/priv/test_backend_app`. +It has been written with Ruby 2.6.3. -You need to start it before running the test suite. To start it as a deamon, +There is also a number of generated ssl certificates that are used only for testing. Those are +valid until 2029 and they are located in `apps/epp_proxy/priv/test_ca`. + +You need to start the backend application before running the test suite. To start it as a deamon, from the root folder of the project, execute: ```bash