pki.services.certificateΒΆ
Business logic for certificate operations.
ClassesΒΆ
Service class for managing Certificate objects. |
Module ContentsΒΆ
- class pki.services.certificate.CertificateService(user_id=None)[source]ΒΆ
Service class for managing Certificate objects.
- Parameters:
user_id (str | None)
- get_certificates()[source]ΒΆ
Retrieve certificates from the database.
- Return type:
django.db.models.query.QuerySet[pki.models.certificate.CertificateModel]