From af3994cd4ca25241e117de29c3026b56fad9ff30 Mon Sep 17 00:00:00 2001 From: "Rev. Fr. Robert Bower" <39407737+frrobert2@users.noreply.github.com> Date: Sun, 9 May 2021 15:56:44 -0400 Subject: [PATCH] Update notificatorossl --- notificatorossl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notificatorossl b/notificatorossl index 479896d..74bfe81 100755 --- a/notificatorossl +++ b/notificatorossl @@ -2,8 +2,8 @@ # notifitcatorossl is a fork of https://github.com/ThatsRedacted/StationNotifier # This program uses openssl rather than curl to connect to a gemini site` -key='/home/frrobert/.config/amfora/7debbb3fae40dbe77746aa465300febaec5abb778faa8a550f8e5924f0977983.key' -cert='/home/frrobert/.config/amfora/7debbb3fae40dbe77746aa465300febaec5abb778faa8a550f8e5924f0977983.crt' +key='' +cert='' connectto=30 tmpfile=$(mktemp /tmp/not.XXXXXX) -- 1.8.3.1