addInternetCertificateToUser (NotesAdministrationProcess - JavaScript)

Enters a request in the Administration Requests database to add an Internet certificate to a user ID.

Defined in

NotesAdministrationProcess

Syntax

addInternetCertificateToUser(user:string, keyringfile:string, keyringpassword: String) : string

addInternetCertificateToUser(user:string, keyringfile:string, keyringpassword: String, expiration:NotesDateTime) : string

Parameter Description
String user The full hierarchical name (can be abbreviated) of the user.
String keyringfile The pathname of the key ring file containing the Internet certificate.
String keyringpassword The password of the key ring file.
DateTime expiration The expiration date for the certificate.
Return value Description
String The note ID of an entry created in the Administration Requests database.

Usage

The administration process is a program that automates routine administrative tasks. For more information, see "Add Internet Certificate to Person Record" in Administration Help.

If this method is used with the certifier ID process, it requires an Internet certificate in a key ring file. See "Creating a server key ring file" in Administration Help. If this method is used with the CA process, no server key ring file is needed, the keyringname$ and keyringpassword$ parameters should be called with null text values "", and the NotesAdministrationProcess object's UseCertificateAuthority property must be set to True prior to calling the method.

Language cross-reference

addInternetCertificateToUser in LotusScript® NotesAdministrationProcess class

addInternetCertificateToUser in Java AdministrationProcess class