mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
To identify the client with EKMF Web, an X.509 certificate must be generated using the identity key, and must be made known to EKMF Web. Either a self signed certificate can be generated, or a certificate signing request (CSR) that is then passed to a certificate authority (CA) to have a certificate issued. The certificate is then used to register the client with EKMF Web, so that EKMF Web knows the public part of the client's identity key. Signed-off-by: Ingo Franzki <ifranzki@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
12 lines
279 B
Plaintext
12 lines
279 B
Plaintext
LIBEKMFWEB_1.0 {
|
|
global:
|
|
ekmf_get_server_cert_chain;
|
|
ekmf_print_certificates;
|
|
ekmf_check_login_token;
|
|
ekmf_generate_identity_key;
|
|
ekmf_reencipher_identity_key;
|
|
ekmf_generate_csr;
|
|
ekmf_generate_ss_cert;
|
|
local: *;
|
|
};
|