From a4554be33914fd7cd77eea3326a747078bbe4c50 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Sun, 24 Jan 2021 10:31:53 -0500 Subject: initial --- sample-config.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 sample-config.yml (limited to 'sample-config.yml') diff --git a/sample-config.yml b/sample-config.yml new file mode 100644 index 0000000..dadbc0a --- /dev/null +++ b/sample-config.yml @@ -0,0 +1,17 @@ +--- +RocketChatURL: changeme +DiscordURL: changeme + +DefaultCertPort: '443' +# In Days +CertWindow: 15 +CheckCerts: + 'riedstra.dev': + 'git.riedstra.dev': + 'dispatch.riedstra.dev': + +ExpectedStatusCode: 200 +StatusChecks: + 'https://riedstra.dev': + 'https://git.riedstra.dev': + 'https://dispatch.riedstra.dev': -- cgit v1.2.3