[PR #112] [MERGED] feat: private ca #139

Closed
opened 2025-12-28 23:19:26 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ryan4yin/nix-config/pull/112
Author: @ryan4yin
Created: 4/3/2024
Status: Merged
Merged: 4/3/2024
Merged by: @ryan4yin

Base: mainHead: private-ca


📝 Commits (1)

  • f831061 feat: add private ca for all internal web services

📊 Changes

12 files changed (+118 additions, -22 deletions)

View changed files

certs/.gitignore (+2 -0)
certs/README.md (+7 -0)
certs/ecc-ca.crt (+10 -0)
certs/ecc-ca.srl (+1 -0)
certs/ecc-csr.conf (+22 -0)
certs/ecc-server.crt (+14 -0)
certs/gen-certs.sh (+19 -0)
📝 flake.lock (+3 -3)
📝 hosts/12kingdoms-rakushun/caddy.nix (+23 -19)
📝 modules/base.nix (+5 -0)
📝 outputs/aarch64-linux/src/12kingdoms-rakushun.nix (+1 -0)
📝 secrets/nixos.nix (+11 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ryan4yin/nix-config/pull/112 **Author:** [@ryan4yin](https://github.com/ryan4yin) **Created:** 4/3/2024 **Status:** ✅ Merged **Merged:** 4/3/2024 **Merged by:** [@ryan4yin](https://github.com/ryan4yin) **Base:** `main` ← **Head:** `private-ca` --- ### 📝 Commits (1) - [`f831061`](https://github.com/ryan4yin/nix-config/commit/f831061889f7755ce9fd4939864b1024391d9212) feat: add private ca for all internal web services ### 📊 Changes **12 files changed** (+118 additions, -22 deletions) <details> <summary>View changed files</summary> ➕ `certs/.gitignore` (+2 -0) ➕ `certs/README.md` (+7 -0) ➕ `certs/ecc-ca.crt` (+10 -0) ➕ `certs/ecc-ca.srl` (+1 -0) ➕ `certs/ecc-csr.conf` (+22 -0) ➕ `certs/ecc-server.crt` (+14 -0) ➕ `certs/gen-certs.sh` (+19 -0) 📝 `flake.lock` (+3 -3) 📝 `hosts/12kingdoms-rakushun/caddy.nix` (+23 -19) 📝 `modules/base.nix` (+5 -0) 📝 `outputs/aarch64-linux/src/12kingdoms-rakushun.nix` (+1 -0) 📝 `secrets/nixos.nix` (+11 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-28 23:19:26 +01:00
adam closed this issue 2025-12-28 23:19:26 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/nix-config#139