[PR #1655] [CLOSED] New script: Local Certificate Authority based upon Smallstep's step-ca #3289

Closed
opened 2026-02-26 13:33:02 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/1655
Author: @fwiegerinck
Created: 1/21/2025
Status: Closed

Base: mainHead: step-ca


📝 Commits (10+)

📊 Changes

3 files changed (+289 additions, -0 deletions)

View changed files

ct/alpine-step-ca.sh (+156 -0)
install/alpine-step-ca-install.sh (+99 -0)
json/step-ca.json (+34 -0)

📄 Description

✍️ Description

New script to create an Alpine-based container running a local Certificate Authority based upon Smallstep's OS "step-ca" (url: https://smallstep.com/docs/step-ca/).

This release provides - next to the default config GUI - a GUI to configure:

  • name of the CA
  • DNS hostnames to access the CA
  • X509 policies for the allowed DNS and IP addresses
  • optionally enable ACME service (at port 443)

  • Related Issue: #
  • Related PR: #
  • Related Discussion: #

Prerequisites

The following steps must be completed for the pull request to be considered:

  • Self-review performed (I have reviewed my code to ensure it follows established patterns and conventions.)
  • Testing performed (I have thoroughly tested my changes and verified expected functionality.)

🛠️ Type of Change

Please check the relevant options:

  • [] Bug fix (non-breaking change that resolves an issue)
  • [] New feature (non-breaking change that adds functionality)
  • [] Breaking change (fix or feature that would cause existing functionality to change unexpectedly)
  • New script (a fully functional and thoroughly tested script or set of scripts)

📋 Additional Information (optional)

Provide any extra context or screenshots about the feature or fix here.


🔄 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/community-scripts/ProxmoxVE/pull/1655 **Author:** [@fwiegerinck](https://github.com/fwiegerinck) **Created:** 1/21/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `step-ca` --- ### 📝 Commits (10+) - [`b6a78dd`](https://github.com/community-scripts/ProxmoxVE/commit/b6a78dd3a366c2d0f8327b6060587e1dd965e1fb) Initial skeleton for step-ca script - [`a8f4997`](https://github.com/community-scripts/ProxmoxVE/commit/a8f4997b685561e45ee806498ffb3442e311e77f) Fix name of file and update flow - [`5a8a1c2`](https://github.com/community-scripts/ProxmoxVE/commit/5a8a1c208e37eb50845fc41d5cb30acba628309f) Fix filename - [`58616c9`](https://github.com/community-scripts/ProxmoxVE/commit/58616c97fd098c7a1c67e61b992271612876b6d0) Set default password - [`dde9dcc`](https://github.com/community-scripts/ProxmoxVE/commit/dde9dccbd72f3b6d397d62474783491f3bbd5a08) Fix dependency path - [`67be6ae`](https://github.com/community-scripts/ProxmoxVE/commit/67be6ae51266d080fda7792eab1ca84073077f69) Fix build paths - [`7fa9aad`](https://github.com/community-scripts/ProxmoxVE/commit/7fa9aadcda5e2f115f9e7fdf6581e743085bea4a) Fix variables and names - [`0ca441e`](https://github.com/community-scripts/ProxmoxVE/commit/0ca441e7e1aeecccfb92e34c1ada8ce2a94f4fc6) Added dependencies - [`b31d88b`](https://github.com/community-scripts/ProxmoxVE/commit/b31d88b8f93a3f9bfdd33e963600fcfe7776ccce) Add more comments - [`4ea7e25`](https://github.com/community-scripts/ProxmoxVE/commit/4ea7e25eebfb113828f0acae630aba4651d51f2d) Remove wrong ENV-var ### 📊 Changes **3 files changed** (+289 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/alpine-step-ca.sh` (+156 -0) ➕ `install/alpine-step-ca-install.sh` (+99 -0) ➕ `json/step-ca.json` (+34 -0) </details> ### 📄 Description ## ✍️ Description New script to create an Alpine-based container running a local Certificate Authority based upon Smallstep's OS "step-ca" (url: https://smallstep.com/docs/step-ca/). This release provides - next to the default config GUI - a GUI to configure: - name of the CA - DNS hostnames to access the CA - X509 policies for the allowed DNS and IP addresses - optionally enable ACME service (at port 443) - - - - Related Issue: # - Related PR: # - Related Discussion: # - - - ## ✅ Prerequisites The following steps must be completed for the pull request to be considered: - [X] Self-review performed (I have reviewed my code to ensure it follows established patterns and conventions.) - [X] Testing performed (I have thoroughly tested my changes and verified expected functionality.) ## 🛠️ Type of Change Please check the relevant options: - [] Bug fix (non-breaking change that resolves an issue) - [] New feature (non-breaking change that adds functionality) - [] Breaking change (fix or feature that would cause existing functionality to change unexpectedly) - [X] New script (a fully functional and thoroughly tested script or set of scripts) --- ## 📋 Additional Information (optional) Provide any extra context or screenshots about the feature or fix here. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 13:33:02 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#3289
No description provided.