ownca icon indicating copy to clipboard operation
ownca copied to clipboard

Own Certificate Authority - ownca

Results 15 ownca issues
Sort by recently updated
recently updated
newest added

Wow I am impressed with the amount of time this takes out of generating my own ca and certificates...Fantastic! I am wondering about adding extended key usages for this for...

As far as I can tell, it isn't possible to use construct a `CertificateAuthority` object or call `ownca_directory()` without creating certificate directories if those don't exist. Ideally there would be...

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.4.8 to 39.0.1. Changelog Sourced from cryptography's changelog. 39.0.1 - 2023-02-07 * **SECURITY ISSUE** - Fixed a bug where ``Cipher.update_into`` accepted Python buffer protocol objects, but allowed...

dependencies

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.4.8 to 39.0.1. Changelog Sourced from cryptography's changelog. 39.0.1 - 2023-02-07 * **SECURITY ISSUE** - Fixed a bug where ``Cipher.update_into`` accepted Python buffer protocol objects, but allowed...

dependencies

Add to the README.md or CONTRIBUTING.md how to: - Install the basic requirements: Pipenv, Make - How to run the tests (using Make) - An overview of the tox.

documentation
good first issue

- Update the current requirements - Remove pinned versions - Update the Makefile

small comment: I noticed that there's a space added in the requirements files before the ";" character. Running ```pipenv requirements``` and ```pipenv requirements --dev-only```, with ```pipenv, version 2022.8.24``` I did...

good first issue

Mozilla does not trust an end certificate with a `basicConstraints` extension with the value `cA: TRUE` See: https://stackoverflow.com/a/59739121/8110579 Perhaps make it an optional argument?