Skip to content

Retrieving the information about SSL Certificate using domain or URL, built it as a template for WordPress

License

Notifications You must be signed in to change notification settings

dina-the-developer/ssl-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SSL-Checker

License

A simple SSL checker script written in PHP to verify the SSL certificate validity and expiration of a given domain.

Features

  • Verify SSL certificate validity
  • Check expiration date
  • Support for both HTTP and HTTPS URLs
  • Lightweight and easy to integrate

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/ssl-checker-php.git
    
  2. Navigate to the project directory:

    cd ssl-checker-php
    
  3. Run the script:

    php ssl_checker.php
    

Usage

  • Open the ssl_checker.php file.
  • Modify the DOMAIN constant with the domain you want to check.
  • Save the changes.
  • Run the script using the instructions mentioned in the installation section.
  • The script will output the SSL certificate information, including its validity and expiration date.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvement, feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgments

This script utilizes the OpenSSL library to extract SSL certificate information.

Disclaimer

Please note that this script is provided as-is without any warranty. Use it at your own risk.

Make sure to update the repository URLs, project description, and other relevant information accordingly.

About

Retrieving the information about SSL Certificate using domain or URL, built it as a template for WordPress

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages