Re #8472 - Implemented create_end_cert method and added an integration test validating it
Re #8472 - Added the ability to pass usage dictionary to create_ca and create_root_ca methods via optional parameter
Re #8472 - Fixed an issue in CertificateRepository.create() method where update result (boolean) was returned instead of the created ID
Re #8472 - Implemented create_ca method in CertificateService and added test verifying this method's validity
Re #8472 - Fixed CertificateRepository bug that resulted in inability to create certificates
Re #8472 - Implemented get_certificate method in CertificateService and added a test testing this method
Re #8472 - Fixed a bug in CertificateRepository that resulted in inability to get a single certificate by ID
Re #8472 - Extended integration test asserting correct reading from the database
Re #8472 - Fixed a bug in PrivateKeyRepository that resulted in inability to get a single private key from the repository
Re #8472 - Improved SQL connection/cursor fixtures in such way that connection to DB happens only once per test module
Re #8472 - Added simple integration tests
Re #8472 - Finished implementation of create_root_ca method in CertificateService
Re #8472 - Made small fixes to the CertificateRepository
Re #8472 - Improved parse_cert_pem method in such way that it also parses notBefore and notAfter fields now
Re #8472 - Finished implementation of parse_cert_pem method that parses a subject out of a PEM formatted certificate
Added few unit tests testing this method.
Re #8472 - WIP commit of adding a method capable of parsing a Subject from a cert PEM
Re #8472 - Implemented KeyService
Re #8472 - Fixed PrivateKey field assignment typo
Re #8475 - Added code comments
Re #8475 - Create certificate, added cancel button, success alert
Re #8475 - Create certificate, binding input fields
Re #8475 - Create certificate, available CA selection
Re #8475 - Create certificate, selected CA binding
Re #8475 - Created constants.js for Rest API endpoint definitions
Re #8475 - Certificate item component added
Také k dispozici: Atom