From f92754a7001c4d77044fb568052b9bef28b6d18b Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Fri, 4 Aug 2017 13:54:42 +1000 Subject: [PATCH] updated docs related to secrets --- docs/_docs/02-02-secrets.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/_docs/02-02-secrets.md b/docs/_docs/02-02-secrets.md index a4e343570..c974c350f 100644 --- a/docs/_docs/02-02-secrets.md +++ b/docs/_docs/02-02-secrets.md @@ -60,6 +60,11 @@ must have their newlines replaced with `\\n`, this is to ensure that the newlines are preserved after JSON decoding. Not doing so will result in parsing errors. +To assist with this process, we have developed a tool that can generate new +certificates that match our required format: [coralcert](https://github.com/coralproject/coralcert). +This tool can generate RSA and ECDSA certificates, check it's [README](https://github.com/coralproject/coralcert) +for more details. + ## Authentication Types Talk also supports two methods of providing authenticationd details.