
functions
files
intro
|
|
CA Management
|
certificate.ycp
|
Handling certificates of a CA
|
|
|
Showing and hadling CA certificates
Imports
- CaMgm
- Label
- Popup
- Wizard
- YaPI::CaManagement
Includes
- ca-management/floppy.ycp
- ca-management/new_cert.ycp
- ca-management/util.ycp
Local Functions
|
|
|
local revokeCertificate () -> void
|
|
Dialog for revoking a certificate
local showLongCertDescription (string CAname, string Certname) -> string
|
|
showLongCertDescription - description of a certificate in textform
- Parameters:
local getCertDescription (map certMap) -> string
|
|
getCertDescription - description of a certificate
- Parameters:
- Return value:
|
a string with the certification description |
local getCertificateList (string currentCA, string password) -> list<term>
|
|
Creates certikficate items
- Parameters:
- Return value:
|
a list certificate items formated for a UI table |
local certificate () -> symbol
|
|
Showing CA certificates
- Return value:
|