django-ca
                                
                                
                                
                                    django-ca copied to clipboard
                            
                            
                            
                        Django app providing a Certificate Authority
Using the current release (1.21.0), it is not possible to remove the Issuing Distribution Point (IDP) from the CRL. The docs seem to be outdated as the workaround in https://github.com/mathiasertl/django-ca/blob/e4bd073a37c419f291654e36466316350c098c93/ca/django_ca/models.py#L1092-L1096...
Currently Django admin's subject input form is very limited when it comes to having multiple OIDs such as `OU`s and `DC`s. While limiting functionality the currently used widget also adds...
First of all, thanks for django-ca!! I'm finding this library most beneficial. I would would like to implement an OpenSSH CA service as well. One way to start might be...
Hi there, I'm trying to setup django-ca on kubernetes/rancher. I prepared postgres and redis containers and created services so that the backend and frontend can access them. However it seems...
hi, i'm try to run django-ca using https://django-ca.readthedocs.io/en/latest/quickstart_from_source.html after running `django-ca init_ca --pathlen=1 Root "/CN=my_page_root_CA"` i get following error: ``` Traceback (most recent call last): File "/opt/django-ca/src/django-ca/ca/manage.py", line 11, in...
I have set several OCSP paths, but only the first OCSP service path can respond normally, while the others all return `OCSP request for unknown cert received`:  Sincere thanks...
Could it be a feature request to sign certificates not via private keys saved on the file system, but by delegating signing to another function that can be specified in...
## How to try this branch? Follow [instructions](https://python-x509-pkcs11.readthedocs.io/en/latest/installation.html#installation-setup) to install the HSM related modules. ## ca commands - `cd ca` Next create a `local_settings.yaml` file for HSM usage. ```YAML DEBUG:...
See https://github.com/pyca/cryptography/issues/10370 – would be great if the extension would be displayed / loaded into Django CA properly once it's available
Implement HSM support. Also drop support for Pydantic 2.6 (some issues with inheritance we use in the HSM models) and add support for cryprography 43.