Configuration of CAs |
include/ca-management/util.ycp |
Util definitions | |
|
|
This module has an unstable interface. |
returns true if char is blank (newline, tab or space)
- Parameters:
-
s single char string
- Return value:
-
blank/non blank
removes trailing and leading blank chars from string. eg: " as df " -> "as df"
- Parameters:
-
str string source string
- Return value:
-
stripped string
Asking for a existing or new file
- Parameters:
-
newFile filterString headline
- Return value:
-
the pathname or a empty string if aborted
Creates Country items
- Return value:
-
a list country items formated for a UI table
See RFC 2822, 3.4 But for now, no-spaces@valid_domainname
- Parameters:
-
address an address to check
- Return value:
-
valid?check_mail_address
Change password Dialog
- Parameters:
-
CAname certificate
Dialog for asking a CA password. Returns the password without asking if is has already input before.
- Parameters:
-
CAname
- Return value:
-
password
Dialog for exporting CA/Certificate/CRL to LDAP
- Parameters:
-
kind CAname commonName email certificate subjectAltName
- Return value:
-
true ( success )
Dialog for exporting CA to file
- Parameters:
-
CAname
- Return value:
-
true ( success )
Dialog for exporting CRL to file
- Parameters:
-
CAname
- Return value:
-
true ( success )
Dialog for exporting Certificate to file
- Parameters:
-
CAname , certificate certificate
- Return value:
-
true ( success )
importCertificateFromDisk() - Importing certificate from disk
- Return value:
-
success
exportCommonServerCertificate() - Exporting common server certificate to the local machine
- Parameters:
-
CAname certificate commonName
- Return value:
-
success
importRequestFromDisk() - Importing request from disk
- Parameters:
-
CaName
- Return value:
-
success
importCAFromDisk() - Importing CA from disk
- Return value:
-
success