YaST2 Developers Documentation: Configuration of CAs

Configuration of CAs

include/ca-management/commandline.ycp
Commandline definitions
  • Stefan Schubert (schubi@suse.de)

This module has an unstable interface.

Imports

  • CaMgm
  • YaPI::CaManagement

Includes

  • ca-management/new_cert_read_write.ycp
  • ca-management/popup.ycp
  • ca-management/util.ycp

Local Functions

local cmdCreateCA (map options) -> boolean

Create CA via command line

Parameters:
options
Return value:
success
local cmdCreateCertificate (map options) -> boolean

Create a certificate via command line

Parameters:
options
Return value:
success
local cmdCreateCRL (map options) -> boolean

Create a CRL via command line

Parameters:
options
Return value:
success
local cmdExportCAtoFile (map options) -> boolean

Dialog for exporting CA to file

Parameters:
options
Return value:
true ( success )
local cmdExportCRLtoFile (map options) -> boolean

exporting CRL to file

Parameters:
options
Return value:
true ( success )
local cmdExportCertificateToFile (map options) -> boolean

exporting Certificate to file

Parameters:
options
Return value:
true ( success )