Skip to content
/ certgen Public

YAML-configurable, self-signed certification generator for certificate authorities and servers. (i.e. the mess that is me trying to understand self signed certs)

License

Notifications You must be signed in to change notification settings

lidj22/certgen

Repository files navigation

Certificate Authority Tests

Goals:

  • Create a functional certificate authority
  • Configurable CA and server certificate generation
OS Curl Works Requests Works Nginx Works
OSX yes yes yes
Ubuntu 22 yes yes yes

Usage

Generate certificates from config (e.g. test.yaml):

python generate.py --config ./config/test.yaml

Regenerate certificates:

python generate.py --regenerate ...

Regenerate CA:

python generate.py --regenerate-ca ...

Test

Test the certificate generation process:

sudo python test.py

Resources

All the tutorials and stack exchanges.

About

YAML-configurable, self-signed certification generator for certificate authorities and servers. (i.e. the mess that is me trying to understand self signed certs)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published