Skip to main content

Manage TLS certificates and keys in the Django admin

Project description

1 django-simple-certmanager

Version:

3.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-3.0.0.tar.gz (34.2 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-3.0.0-py3-none-any.whl (33.0 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for django_simple_certmanager-3.0.0.tar.gz
Algorithm Hash digest
SHA256 6f063c2c702fe8fe7074ef0300aff9879a8ee18e3913829389576244e11f316a
MD5 57f204498fae7ea041eb04c69d818149
BLAKE2b-256 2fe3d61d7d92c5dd6f2f38d0e1c56fb42302a372063fdaf598b2cd019cde69b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for django_simple_certmanager-3.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-3.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for django_simple_certmanager-3.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 868932d64540fb6599300454f1a4e1a7164f6ea8251837c9c5da91e4b88a0262
MD5 ef81f781bcf7b0e7950e2cf50bd08c48
BLAKE2b-256 c19299c2b00d72e2a9b8bf52376a7825381437c9774dfa2e03470de335cd085b

See more details on using hashes here.

Provenance

The following attestation bundles were made for django_simple_certmanager-3.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