SSLCertificateList()
list all Certificates available on a specific host
SSLCertificateList( host=string, port=number );
Returns: Query
| Argument | Description | Default |
|---|---|---|
|
host
string,
optional
|
edit
host to get Certificates from |
|
|
port
number,
optional
|
edit
port of the host, default is 443 |
443 |
Examples
editdump(SSLCertificateList("google.com"));
See also
- Cryptography
- Lucee Server related Tags, Functions and Guides
- SSLCertificateInstall()
- Search Issue Tracker open_in_new
- Search Lucee Test Cases open_in_new (good for further, detailed examples)