Skip to content

Commit

Permalink
Added python-certy link to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tsaarni committed Jan 25, 2024
1 parent f932653 commit ead11af
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ead11af

Please sign in to comment.