Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 879 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 879 Bytes

SSL certificate expirations checker function.

Getting started

import 'package:ssl_checker/ssl_checker.dart';

Usage

Pass the hostname to checking SSL cert expirations.

final result = await sslChecker('example.com');

License

Licensed under the Apache License, Version 2.0.