esppasswd (registers, changes, and deletes passwords)

Format

esppasswd {{-a | -c | -d }-s password-identification-name -o authentication-target -u user-name | -l [ -f file-name ]}

Function

Execution permission

Administrator permissions

Storage folder

installation-folder\agtv\probe\bin

Arguments

-a

Specifies that a password is to be added.

-c

Specifies that a password is to be changed.

-d

Specifies that a password is to be deleted.

-s password-identification-name

Specifies the identification name of the processing that requires the password.

-o authentication-target

Specifies the target that requires authentication.

-u user-name

Specifies the user requiring a password.

-l

Specifies that a list of keys is to be output.

-f file-name

Specifies the file to which the list of keys is to be output. If the -l option is specified but this option is omitted, the list of keys is output to the standard output only.

The following table lists the values to be specified for the password identification name, authentication target, and user name.

Table 10-2 Value to be specified in the arguments

ServicePassword identification name
(value to be specified)
Authentication targetUser name
HTTP(S) Web authenticationHTTP-WURLUser name
HTTP(S) Proxy authenticationHTTP-PProxy server host nameUser name
HTTPS client authenticationHTTPS-CClient certificate file name#A user name is not needed, and is ignored if specified.
SMTP, POP3POP3POP3 server host nameUser name
IMAP4IMAP4IMAP4 server host nameUser name
FTPFTPFTP server host nameUser name

Notes

Return values

0Normal termination
1The same key was found when a password was to be added.
2The specified key was not found when a password was to be changed or deleted.
Other valueAbnormal termination

Examples