証明書の有効期限、自ホストのcronでこういうの走らせたらちゃんと外経由で確認してくれんじゃろか
#!/bin/sh
host=ホストのFQDN
:| openssl s_client -connect $host:443 -servername $host 2>/dev/null |\
openssl x509 -noout -checkend $(( 14 * 24 * 3600 )) ||\
echo $host の証明書、2週間以内に切れるめう
証明書の有効期限、自ホストのcronでこういうの走らせたらちゃんと外経由で確認してくれんじゃろか
#!/bin/sh
host=ホストのFQDN
:| openssl s_client -connect $host:443 -servername $host 2>/dev/null |\
openssl x509 -noout -checkend $(( 14 * 24 * 3600 )) ||\
echo $host の証明書、2週間以内に切れるめう
senooken JP Social is a social network, courtesy of senooken. It runs on GNU social, version 2.0.2-beta0, available under the GNU Affero General Public License.
All senooken JP Social content and data are available under the Creative Commons Attribution 3.0 license.