SSL certificate expirations checker function.
More...
import 'package:ssl_checker/ssl_checker.dart';
Pass the hostname to checking SSL cert expirations.
final result = await sslChecker('example.com');
Licensed under the Apache License, Version 2.0.
kkazuo.com
Repository (GitHub)View/report issues
API reference
Apache-2.0 (license)
Packages that depend on ssl_checker
Back