Skip to content

tsaarni/certy-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Related Resources

The projects used in this tutorial are available on GitHub:

  • certyaml - CLI for generating certificates from YAML.
  • certyaml - Go package for creating certificates.
  • java-certy - Java package for creating certificates.
  • python-certy - Python package for creating certificates.

About

This project provides a tutorial for generating certificates for development and testing.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published