out_complete(); return; } else { // Determine if KMIP servers are configured. KMIP must also // be the current EKM type. $ekm = get_ekm_multi($user, 4); $type = get_ekm_type($user); $results = ""; $has_kmip = ($type == 4 && count($ekm->managers) > 0); // Get the active server index $activeIndex = -1; if($has_kmip) { $activeIndex = get_active_kmip_server($user); } } ?>
| Key Manager Status |
|
The current status of the configured key managers is displayed below with the currently active server is listed in green. Select a server and choose "OK" to force that server to become active. Encryption operations will then continue on that server until it fails or the EKM settings are changed. if(!$has_kmip) { ?>No KMIP servers are configured. } else { ?>Key Manager Type: KMIP } ?> |
|