Forgor to push 💀

This commit is contained in:
2026-02-18 21:58:56 +01:00
parent ac98a90222
commit 9ea5b8668f
13 changed files with 473 additions and 153 deletions

2
git.go
View File

@@ -98,7 +98,7 @@ func addAndPushCerts() {
os.Exit(1)
}
certFile, err := os.ReadFile(config.GetAsString("Certificates.certs_path") + "/certificates/" + cert.Name())
certFile = encryptBytes(certFile)
//certFile = encryptBytes(certFile)
_, err = file.Write(certFile)
err = file.Close()
if err != nil {