An open API service indexing awesome lists of open source software.

https://github.com/cyb3rko/gotify-mtls-setup

Guide and script for setting up Gotify mTLS certificates
https://github.com/cyb3rko/gotify-mtls-setup

caddy certificates gotify mtls tls

Last synced: 5 months ago
JSON representation

Guide and script for setting up Gotify mTLS certificates

Awesome Lists containing this project

README

          

# Gotify mTLS Setup

This repo helps you setting up mTLS certificates to use with Gotify.

The complete step-by-setp guide is posted here:

https://cyb3rko.medium.com/how-to-use-gotify-with-mtls-3792ce6f8b3c

[Read Medium article](https://cyb3rko.medium.com/how-to-use-gotify-with-mtls-3792ce6f8b3c)

---

The demo setup uses [**Caddy**](https://caddyserver.com) as the mTLS proxy, but you can use any other proxy capable of expecting and validating TLS client certificates.

If you want to use **Cloudflare Tunnels** with mTLS, find help in this comment:
https://github.com/gotify/android/pull/344#issuecomment-2173956856

---

Generator script based on [`kafka-generate-ssl.sh`](https://github.com/confluentinc/confluent-platform-security-tools/blob/b51e4cd20337379d1a55ed9675e727110230be4d/kafka-generate-ssl.sh) by Confluent Inc.