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