SSLCertificateInstall()

install certificates of a specific host

SSLCertificateInstall( host=string, port=number );

Returns: void

Argument Description Default
host
string, required

host to get Certificates from

port
number, optional

port of the host, default is 443

443

Examples

dump(SSLCertificateInstall("google.com"));

See also