-- Leo's gemini proxy

-- Connecting to git.thebackupbox.net:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

repo: letsencrypt
action: commit
revision:
path_from:
revision_from: 1aa2b9c7a6e836905375b284519022b3b740c50a:
path_to:
revision_to:

git.thebackupbox.net

letsencrypt

git://git.thebackupbox.net/letsencrypt

commit 1aa2b9c7a6e836905375b284519022b3b740c50a
Author: epoch <epoch@hack.thebackupbox.net>
Date:   Sat Jan 11 07:33:38 2020 +0000

    added xmpp and epo.k.vu

diff --git a/Makefile b/Makefile

index f078222d546c027ceeec1bdc37b3373f4c61656d..

index ..4d7bd38be84657d1cdcef28d1ad8db5ca246d664 100644

--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,11 @@
-.PHONY: all clean reload
+.PHONY: all clean reload check targets

-all: https.crt ircs.crt
+all: https.crt ircs.crt xmpp.crt

 check: all
-	openssl x509 -enddate -noout -in https.crt
-	openssl x509 -enddate -noout -in ircs.crt
+	openssl x509 -issuer -enddate -noout -in https.crt
+	openssl x509 -issuer -enddate -noout -in ircs.crt
+	openssl x509 -issuer -enddate -noout -in xmpp.crt

 csr/%.csr: keys/%.key.pem openssl.cnf
 	openssl req -new -sha256 -key $< -subj "/CN=thebackupbox.net" -reqexts _$* -config openssl.cnf > $@
@@ -19,3 +20,7 @@ clean:
 reload:
 	svc -t /service/https
 	svc -t /service/ngircd
+	systemctl restart prosody
+
+targets:
+	grep '^[^ ][^ ]*:' Makefile
diff --git a/openssl.cnf b/openssl.cnf

index e07abc2f6bd7035846be353cc68709f57056e1cf..

index ..a3548f66e9d5ad6d09498e1dc55c8fc22164fe60 100644

--- a/openssl.cnf
+++ b/openssl.cnf
@@ -8,13 +8,18 @@ DNS:hacking.allowed.org,\
 DNS:irc.thebackupbox.net,\
 DNS:hack.thebackupbox.net,\
 DNS:www.thebackupbox.net,\
-DNS:thebackupbox.net
+DNS:thebackupbox.net,\
+DNS:epo.k.vu

 [_ircs]
 subjectAltName=\
 DNS:irc.hacking.allowed.org,\
 DNS:irc.thebackupbox.net

+[_xmpp]
+subjectAltName=\
+DNS:thebackupbox.net
+
 [req_distinguished_name]
 countryName         = Country Name (2 letter code)
 countryName_default = US

-----END OF PAGE-----

-- Response ended

-- Page fetched on Sun Jun 2 18:22:36 2024