pyanaconda.modules.security.certificates.certificates_interface =============================================================== .. py:module:: pyanaconda.modules.security.certificates.certificates_interface Classes ------- .. autoapisummary:: pyanaconda.modules.security.certificates.certificates_interface.CertificatesInterface Module Contents --------------- .. py:class:: CertificatesInterface Bases: :py:obj:`pyanaconda.modules.common.base.KickstartModuleInterfaceTemplate` DBus interface for the certificate installation module. .. py:method:: connect_signals() Connect the signals. .. py:property:: Certificates :type: List[Structure] All certificates. :return: a list of certificate DBus Structures .. py:method:: ImportWithTask() Import certificates in the installer environment :return: a DBus path of the import task .. py:method:: InstallWithTask() Import certificates into the installed system :return: a DBus path of the import task .. py:method:: PreInstallWithTask(payload_type) Import certificates into the system before the payload installation NOTE: the reason is potential use by rpm scriptlets :param payload_type: a string with the payload type :return: a DBus path of the import task