recertifyServer (AdministrationProcess - Java)

Enters a request in the Administration Requests database to recertify a Notes® server.

Defined in

AdministrationProcess

Syntax

public String recertifyServer(String server)
    throws NotesException

Parameters

String server

The full hierarchical name (can be abbreviated) of the server.

Return value

String

The note ID of an entry created in the Administration Requests database, or an empty string if the certificate authority processes the request.

Usage

The AdministrationProcess properties must specify a certifier.

Example