Skip to main content

Manage TLS certificates and keys in the Django admin

Project description

1 django-simple-certmanager

Version:

4.0.0

Source:

https://github.com/maykinmedia/django-simple-certmanager

Keywords:

certificates

Build status Code quality checks black Coverage status Documentation Status

python-versions django-versions pypi-version

Manage TLS certificates and keys in the Django admin

2 Features

  • Manage (mutual) TLS certificates

  • Certificate introspection and validation

  • Certificate/key files stored in private media

  • Certificate/key files deleted when the database record is deleted

3 Installation

Install

You can install Django Simple Certmanager either via the Python Package Index (PyPI) or from source.

To install using pip:

pip install django-simple-certmanager

4 Usage

To use this with your project you need to follow these steps:

  1. Add Django Simple Certmanager to INSTALLED_APPS in your Django project’s settings.py:

    INSTALLED_APPS = (
        # ...,
        "privates",  # Needed for admin usage.
        "simple_certmanager"
    )
  2. Make sure you configure Django Privates correctly and set the (currently) undocumented settings:

    PRIVATE_MEDIA_ROOT = os.path.join(BASE_DIR, "private-media")
    PRIVATE_MEDIA_URL = "/private-media/"
  3. Run the migrations

python manage.py migrate

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django_simple_certmanager-4.0.0.tar.gz (34.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_simple_certmanager-4.0.0-py3-none-any.whl (33.7 kB view details)

Uploaded Python 3

File details

Details for the file django_simple_certmanager-4.0.0.tar.gz.

File metadata

File hashes

Hashes for django_simple_certmanager-4.0.0.tar.gz
Algorithm Hash digest
SHA256 357abedcca65e5ddfad8938a8c5ff037c3dbd21f1ab571d491f93dce410a0424
MD5 ababb7845f375fb7e380314c9e0e5b0b
BLAKE2b-256 8228a046e66a307f54e042aa4bd092202c2008ca26ab3280d2909c55f89167fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for django_simple_certmanager-4.0.0.tar.gz:

Publisher: ci.yml on maykinmedia/django-simple-certmanager

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file django_simple_certmanager-4.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for django_simple_certmanager-4.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0c24a3ddea99e69c51bfbfd7b4d922f92a9e041cd9e0010b556342b93c30cc98
MD5 78af5e80396777923cf4883c9e34bb79
BLAKE2b-256 6ba9e3f68766ef2e0ae90d70c7a47f6848b9f5956b4a28fafd99a9a972d36186

See more details on using hashes here.

Provenance

The following attestation bundles were made for django_simple_certmanager-4.0.0-py3-none-any.whl:

Publisher: ci.yml on maykinmedia/django-simple-certmanager

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page