DirectAdmin\LetsEncrypt\Lib\HTTPSocket::set_ssl_setting_message PHP Method

set_ssl_setting_message() public method

Set a specifc message on how to change the SSL setting, in the event that it's not set correctly.
public set_ssl_setting_message ( $str )
    function set_ssl_setting_message($str)
    {
        $this->ssl_setting_message = $str;
    }