Lucee Function Reference

sslcertificatelist()

Returns a list of SSL certificates. If a host is specified, it lists the certificates available for that specific host. If no host is specified, it lists all certificates stored in the KeyStore.

Example

sslcertificatelist([string host,[number port]]):query

Arguments

The arguments for this function are set. You can not use other arguments except the following ones.
Name Type Required Default Value Description
host string  No   Optional. The host from which to retrieve SSL certificates. If not provided, the function lists all certificates in the KeyStore.  
port number  No 443 Optional. The port of the host, default is 443. This argument is ignored if the host is not specified.