https://github.com/tsaarni/certy-tutorial
This project provides a tutorial for generating certificates for development and testing.
https://github.com/tsaarni/certy-tutorial
certificates golang java python testing testing-library testing-tools unittest x509 yaml
Last synced: about 2 months ago
JSON representation
This project provides a tutorial for generating certificates for development and testing.
- Host: GitHub
- URL: https://github.com/tsaarni/certy-tutorial
- Owner: tsaarni
- License: apache-2.0
- Created: 2024-11-03T11:00:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-03T19:34:25.000Z (over 1 year ago)
- Last Synced: 2025-02-21T13:43:49.077Z (over 1 year ago)
- Topics: certificates, golang, java, python, testing, testing-library, testing-tools, unittest, x509, yaml
- Language: Java
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Streamline Your Testing: Generate Test Certificates with Ease
Generating certificates and keys for testing environments can often feel like a chore.
If you’ve wrestled with complex OpenSSL commands or written lengthy bash scripts to automate certificate creation, only to end up committing those certificates to your repository, you’re not alone.
In this tutorial, we will explore a uniform way to make certificate generation simple and streamlined, using YAML for command line or programmatic interfaces in Go, Java, and Python.
## Table of Contents
- [Creating Certificates Declaratively on Command Line](cli/README.md)
- [Creating Certificates in Go](go/README.md)
- [Creating Certificates in Java](java/README.md)
- [Creating Certificates in Python](python/README.md)
## Related Resources
The projects used in this tutorial are available on GitHub:
- [certyaml](https://github.com/tsaarni/certyaml) - CLI for generating certificates from YAML.
- [certyaml](https://github.com/tsaarni/certyaml) - Go package for creating certificates.
- [java-certy](https://github.com/tsaarni/java-certy) - Java package for creating certificates.
- [python-certy](https://github.com/tsaarni/python-certy) - Python package for creating certificates.