acs_admin::check_expired_certificates (private)

 acs_admin::check_expired_certificates [ -api api ] \
    [ -key_type key_type ]

Defined in packages/acs-admin/tcl/acs-admin-procs.tcl

Check expire-dates of certificates and send warning emails to the admin. In case HTTPS is not configured via the "nsssl" driver, or the command line tool "openssl" is not installed, the proc does nothing.

Switches:
-api
(defaults to "production") (optional)
possible values: "production" or "staging". In case the certificate is expired, use this type of letsencrypt environment to obtain a fresh certificate.
-key_type
(defaults to "ecdsa") (optional)
possible values: "rsa" or "ecdsa".
Returns:
boolean telling whether expired certificates existed (true) or not (false)

Partial Call Graph (max 5 caller/called nodes):
%3 test_acs_admin_check_expired_certificates acs_admin_check_expired_certificates (test acs-admin) acs_admin::check_expired_certificates acs_admin::check_expired_certificates test_acs_admin_check_expired_certificates->acs_admin::check_expired_certificates acs_mail_lite::send acs_mail_lite::send (public) acs_admin::check_expired_certificates->acs_mail_lite::send ad_host_administrator ad_host_administrator (public) acs_admin::check_expired_certificates->ad_host_administrator ad_html_to_text ad_html_to_text (public) acs_admin::check_expired_certificates->ad_html_to_text ad_parameter_cache ad_parameter_cache (public) acs_admin::check_expired_certificates->ad_parameter_cache ad_system_name ad_system_name (public) acs_admin::check_expired_certificates->ad_system_name

Testcases:
acs_admin_check_expired_certificates
[ show source ]
Show another procedure: