Meniu
Data | 2021-10-09
Tutorial English 30 day reminder certificates bash - GNU/Linux
30 day reminder certificates bash

Came up with the following to check for certificates that are gonna expire within 30 days time, it sends a mail to the chosen emailadres if u add it to the crontab. #!/usr/local/bin/bash # check certificate and mail output bla. HOST=`hostname` DOMAINS=`ls...