Skip to content

Commit

Permalink
DJANGO_X509_CA_MODEL = 'django_x509.Ca'
Browse files Browse the repository at this point in the history
  • Loading branch information
SitaGanesh committed Dec 25, 2024
1 parent b5b81e9 commit f6e28fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions django_x509/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@
settings, 'DJANGO_X509_CERT_KEYUSAGE_VALUE', 'digitalSignature, keyEncipherment'
) # noqa
CRL_PROTECTED = getattr(settings, 'DJANGO_X509_CRL_PROTECTED', False)
DJANGO_X509_CA_MODEL = 'django_x509.Ca' # Adjust the model if necessary

0 comments on commit f6e28fe

Please sign in to comment.