How to use?

1. Installation
	1. create a directory with any name(recommanded ssltools) in your domain root.
	2. copy all the files from directory named "SSLTools_UI" and put all the files in directory which you have created.
	3. Now you can access SSL Tools page using "domain-name/directory-name" ex. www.example.com/ssltools
	
2. Setting
	You need to set your "PartnerCode" ,"AuthToken" and "Mode" to use SSL Tools.
	1. Open common.php file.
	2. Set variables value named 
		$partner_code = 'YOUR PARTNER CODE';
		$auth_token = 'YOUR AUTH TOKEN';
		$mode = 'TEST'; //'TEST' or 'LIVE'


==============================================================================================
Release Note:

Ver 1.0
 - First version of The SSL Tools UI released

Ver 1.1
 - Bug fixes and performance update

Ver 1.2
 - Added CAA Generator tool

Ver 1.3
 - Added support to detect hostname from QueryString for SSL Checker tool
		

	
	