Skip to content

0.6.0 alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@MatthiasValvekens MatthiasValvekens released this 21 Oct 23:07
· 174 commits to master since this release
0.6.0
f1a1442

This update adds the following features:

  • Make Certomancer Animator easier to remount in WSGI (through SCRIPT_NAME). For convenience, an optional argument to animate was added as well.
  • Added CLI arguments to override the external URL prefix specified in the configuration.
  • Support including pregenerated certificates in the configuration
  • Support key set templates
  • Support reusing entire PKI architectures as templates for other ones.

The following miscellaneous were applied:

  • Update pyhanko-certvalidator dependency in tests.
  • Added some asynchronous tests (with pytest-aiohttp for compatibility with the pyhanko-certvalidator test suite, though any asyncio plugin for pytest should work)