Lucee Function Reference

sslcertificateinstall()

install certificates of a specific host

Example

sslcertificateinstall(string host,[number port,[any cacertPath,[string password]]]):void

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  Yes   host to get Certificates from  
port number  No 443 port of the host, default is 443  
cacertPath any  No   Path to custom cacert file  
password string  No   Password for cacert database