From ead11afaa9c1cf49862e361f53a35bcbd99bae2d Mon Sep 17 00:00:00 2001 From: Tero Saarni Date: Thu, 25 Jan 2024 08:56:21 +0200 Subject: [PATCH] Added python-certy link to readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c3dd6e..20b2949 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,10 @@ It is similar to `openssl` or `cfssl` which can also be used for issuing certifi Certyaml is targeted for developers who need to set up a private PKI for test environments. It cannot be used for production environments where publicly trusted certificates are needed. -If you program in Java, there is similar project with Java API called [certy](https://github.com/tsaarni/java-certy). +If you program in other languages, check out following projects: + +- [java-certy](https://github.com/tsaarni/java-certy) +- [python-certy](https://github.com/tsaarni/python-certy) ## Using certyaml