Copyright (C) 2019-2021 Jeffrey Bostoen
Need assistance with iTop or one of its extensions?
Need custom development?
Please get in touch to discuss the terms: [email protected] / https://jeffreybostoen.be
Adds Certificate class and some link classes. Keep track of all sorts of certificates generated for FunctionalCIs (Server, VirtualMachine) and WebServers.
It also integrates with the Software Management extension so a certificate can be linked to a software installation.
- add new Class Certificate, with relations (impacts/depends on)
- add tabs to existing classes to show relations: link Certificate to FunctionalCI (Server, VirtualMachine, WebServer)
- adds additional changes to datamodel based upon installation of another extension
- using the
PrefillCreationForm()
method
-
Certificate is now a subclass of FunctionalCI. Now you can link it to a Ticket
-
lnkCertificateToWebServer has been removed, in favor of the generic lnkCertificateToFunctionalCI
-
Added basic integration with IzSoftwareInstallation (found in jb-software-mgmt)
-
renamed fields
- provider_org_id -> issuer_org_id
- date_creation -> date_not_valid_before
- date_expiration -> date_not_valid_after