Revize 1d8ff0a3
Přidáno uživatelem Stanislav Král před téměř 4 roky(ů)
app.py | ||
---|---|---|
85 | 85 |
return crl_ocsp_controller.get_ocsp_from_der(id, request.data) |
86 | 86 |
|
87 | 87 |
|
88 |
@app.route('/api/certificates/<id>/identity', methods=["POST"]) |
|
89 |
def generate_certificate_pkcs_identity(id, certificate_controller: CertController): |
|
90 |
return certificate_controller.generate_certificate_pkcs_identity(id) |
|
91 |
|
|
92 |
|
|
88 | 93 |
def initialize_app(application) -> bool: |
89 | 94 |
""" |
90 | 95 |
Initializes the application |
Také k dispozici: Unified diff
Re #8708 - Added a new REST API endpoint used for generating a PKCS12 identities of certificates