---
title: "Bring your own certificate to your status page"
url: https://daily.dev/posts/bring-your-own-certificate-to-your-status-page-lvpbdyh2u
source_url: https://ohdear.app/news-and-updates/bring-your-own-certificate-to-your-status-page
type: article
source: "Oh Dear"
published: 2026-06-10T08:30:26.174Z
updated: 2026-06-10T08:31:07.373Z
tags: ["cloudflare"]
reading_time: 5
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Bring your own certificate to your status page

**[Oh Dear](https://daily.dev/sources/ohdear)** · 5 min read · 0 upvotes · 0 comments

## Summary

Oh Dear's status pages now support custom TLS certificates. Users can upload their own certificate and private key (from a private PKI, internal CA, or Cloudflare Origin CA) or download an origin certificate generated by Oh Dear. This resolves Cloudflare's Error 526 that occurred when using Full (strict) SSL mode, which previously failed because status page origins served self-signed certificates. The implementation uses Caddy's get_certificate HTTP lookup for per-handshake certificate resolution, with an open-sourced caching wrapper (caddy-get-certificate-cache) to avoid hammering the backend on every TLS handshake. Security measures include domain verification before certificate activation, encrypted-at-rest private keys that are never exposed, and upload-time validation rejecting mismatched keys, wrong-domain certs, or expired certificates.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://ohdear.app/news-and-updates/bring-your-own-certificate-to-your-status-page>

## Similar posts on daily.dev

- [How Oh Dear identified a certificate problem at a large CDN provider](https://daily.dev/posts/how-oh-dear-identified-a-certificate-problem-at-a-large-cdn-provider-3vauwd4yo) · Oh Dear · 0 upvotes · 0 comments
- [Using Oh Dear to monitor your API responses](https://daily.dev/posts/using-oh-dear-to-monitor-your-api-responses-gr57txgjw) · Oh Dear · 0 upvotes · 0 comments
- [Status pages can now email your subscribers](https://daily.dev/posts/status-pages-can-now-email-your-subscribers-vpbu62m0l) · Oh Dear · 0 upvotes · 0 comments

---

Tags: [#cloudflare](https://daily.dev/tags/cloudflare)

[View this post on daily.dev](https://daily.dev/posts/bring-your-own-certificate-to-your-status-page-lvpbdyh2u)
