Hi, we need to monitor the expiration of some SSL certificates, for this we use the nagios plugin check_xi_service_http_cert.
The problem is that we have several domains on the same host (same ip) with several SSL certificates, but it seems that the plugin cannot see the other domains. Is there a way to do it?
check multiple ssl certificates in one host
Re: check multiple ssl certificates in one host
The plugin checks the CN (as well as alternate DNS names defined in the cert) of the certificate presented when connecting to the SSL server.
In order to get the server to switch what SSL certificate is presented, you can have it check a different host using the -H option, while pointing it at the IP or hostname of the server using the -I (i.e. capital i) option:
In order to get the server to switch what SSL certificate is presented, you can have it check a different host using the -H option, while pointing it at the IP or hostname of the server using the -I (i.e. capital i) option:
Code: Select all
/usr/local/nagios/libexec/check_ssl_validity -I prod1.example.com -H myvirtualserverdns1.example.com
/usr/local/nagios/libexec/check_ssl_validity -I prod1.example.com -H myvirtualserverdns2.example.comIf you didn't get an 8% raise over the course of the pandemic, you took a pay cut.
Discussion of wages is protected speech under the National Labor Relations Act, and no employer can tell you you can't disclose your pay with your fellow employees.
Discussion of wages is protected speech under the National Labor Relations Act, and no employer can tell you you can't disclose your pay with your fellow employees.
Re: check multiple ssl certificates in one host
Just checking in since we haven't heard from you in a while. Did that solve your problem?
If you didn't get an 8% raise over the course of the pandemic, you took a pay cut.
Discussion of wages is protected speech under the National Labor Relations Act, and no employer can tell you you can't disclose your pay with your fellow employees.
Discussion of wages is protected speech under the National Labor Relations Act, and no employer can tell you you can't disclose your pay with your fellow employees.