YaST2 Developers Documentation: CA Management



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:
CAname
Certname

local getCertDescription (map certMap) -> string

getCertDescription - description of a certificate

Parameters:
certMap
Return value:
a string with the certification description

local getCertificateList (string currentCA, string password) -> list<term>

Creates certikficate items

Parameters:
currentCA
password
Return value:
a list certificate items formated for a UI table

local certificate () -> symbol

Showing CA certificates

Return value:
'back, 'abort, 'again

YaST2 Developers Documentation