diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-11-18 01:21:27 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-11-18 01:21:27 -0500 |
commit | c4f6d3489ef91c539ba88e372635e4d0d87e6ad2 (patch) | |
tree | fbfc8755e3ba011e789723e4407b908b39bd5aad /cron-daily | |
parent | e339617040bde6ef57f4ccc896f9feba60dbe12f (diff) |
Check crt.sh against actual used certs
Diffstat (limited to 'cron-daily')
-rwxr-xr-x | cron-daily | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ #!/bin/sh cd "$(dirname -- "$0")" -date > NET-crt.sh +date > NET-crtsh +date > NET-tls make |