Projekt

Obecné

Profil

Stáhnout (3.95 KB) Statistiky
| Větev: | Tag: | Revize:

# Datum Autor Komentář
2cecaf70 2021-04-14 17:04 Jan Pašek

Re #8571 - Added RestAPI endpoint for revoking certificates

ce8b9aaf 2021-04-12 22:15 Stanislav Král

Re #8573 - Implemented get_private_key_of_a_certificate method in CertController and added /api/certificates/<id>/private_key endpoint

cfda1725 2021-04-12 21:28 Stanislav Král

Re #8573 - Implemented get_public_key_of_a_certificate method in CertController and added /api/certificates/<id>/public_key endpoint

2bf2b7e1 2021-04-12 21:09 Stanislav Král

Re #8573 - Removed a leftover print

61535019 2021-04-11 16:17 Stanislav Král

Renamed X509ManagementApp class and fixed application initialization when ran with gunicorn

0cf35f70 2021-04-11 14:06 Stanislav Král

Re #8579 - Added FlaskInjector dependency and used it the REST API controller

c073a0fc 2021-04-09 19:22 Jan Pašek

Re #8569 Added support for handling configuration files

81dbb479 2021-04-09 19:01 Jan Pašek

Re #8569 Checking presence of OpenSSL during init

1fa243ca 2021-04-09 18:45 Jan Pašek

Re #8569 Added application initialization and running dependency injection

2e646e3b 2021-04-07 11:38 Jan Pašek

Re #8475 - Added redirect from "/" to "/static/index.html"

aa740737 2021-04-07 00:29 Michal Seják

Re #8476 - Implemented and tested `get_cert_chain(id)`.

d53c2fdc 2021-04-06 23:58 Michal Seják

Re #8476 - Implemented and tested `get_cert_root(id)`.

5b6d9513 2021-04-06 23:44 Michal Seják

Re #8476 - Implemented and tested `get_cert_details(id)`.

fb987403 2021-04-06 22:50 Michal Seják

Re #8476 - Added and tested `get_certificate(id)`.

5b57121e 2021-04-06 22:19 Michal Seják

Re #8476 - Refactored the application; swagger is not used for code generation anymore, REST API is being implemented from scratch. Migration only, fixing tests.

750d8afa 2021-03-10 16:36 Stanislav Král

#8219 - Changed app.py in order to test CI/CG

62c3051a 2021-03-10 16:26 Stanislav Král

#8219 - Changed app.py in order to test CI/CG

9832694f 2021-03-10 08:41 Stanislav Král

#8219 - Dockerization improvements and gunicorn WSGI implementation

- when using docker to run the application nginx proxy is now used (app is then available at localhost:80)

62d64d21 2021-03-05 18:40 Stanislav Král

#8219 - CI/CD progress

fc73f187 2021-03-04 23:48 Stanislav Král

#8219 - Basic project dockerization

- created docker/Dockerfile and docker-compose.yml

6e333f54 2021-03-04 21:41 Stanislav Král

#8219 - Python & Flask project initialization with a simple index endpoint

- added auto-generated .gitignore for Python and PyCharm projects