Metadata-Version: 2.4
Name: ftw-pki-intermediate-creator
Version: 0.0.3a1
Summary: A specialized tool for creating Certificate Signing Requests (CSR) for Intermediate Certificate Authorities within the ftw-pki suite.
Author-email: Fitzz TeXnik Welt <FitzzTeXnikWelt@t-online.de>
Maintainer-email: Fitzz TeXnik Welt <FitzzTeXnikWelt@t-online.de>
License-Expression: LGPL-2.1-or-later
Project-URL: Homepage, https://github.com/fitzz-ftw/ftw-pki-intermediate-creator
Project-URL: Documentation, https://github.com/fitzz-ftw/ftw-pki-intermediate-creator/blob/main/README.md
Project-URL: Repository, https://github.com/fitzz-ftw/ftw-pki-intermediate-creator.git
Project-URL: Issues, https://github.com/fitzz-ftw/ftw-pki-intermediate-creator/issues
Project-URL: Changelog, https://github.com/fitzz-ftw/ftw-pki-intermediate-creator/blob/main/CHANGELOG.md
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Text Processing :: Filters
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: 3.15
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: LICENSE.GPL2
Requires-Dist: ftw-pki-libs
Provides-Extra: doc
Requires-Dist: sphinx<9.0.0; extra == "doc"
Requires-Dist: myst-parser; extra == "doc"
Requires-Dist: sphinx-argparse; extra == "doc"
Requires-Dist: autoclasstoc; extra == "doc"
Requires-Dist: sphinx-nefertiti; extra == "doc"
Requires-Dist: sphinx-copybutton; extra == "doc"
Requires-Dist: sphinx-design; extra == "doc"
Requires-Dist: sphinx-mdinclude; extra == "doc"
Requires-Dist: sphinxcontrib-mermaid; extra == "doc"
Provides-Extra: dev
Requires-Dist: ftw-pki-intermediate-creator[doc,lint,test]; extra == "dev"
Requires-Dist: esbonio==0.16.5; extra == "dev"
Provides-Extra: lint
Requires-Dist: ruff; extra == "lint"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-mock; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: ftw-devtools; extra == "test"
Dynamic: license-file

# ftw-pki-intermed

[![Python 3.11+](https://img.shields.io/badge/python-3.11+-blue.svg)](https://www.python.org/downloads/)
[![License: LGPL v2.1](https://img.shields.io/badge/License-LGPL_v2.1-blue.svg)](https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html)
[![Coverage: 100%](https://img.shields.io/badge/coverage-100%25-brightgreen.svg)](#)

A dedicated component of the **ftw-pki** suite focusing on the lifecycle and management of Intermediate Certificate Authorities. This repository provides the `ftwpkiintermedcsr` executable.

## 🛠 Features

* **Intermediate CSR Management:** Specialized logic for generating and handling Certificate Signing Requests (CSR) for Intermediate CAs.
* **Domain-Specific Modules:** Contains internal modules tailored for intermediate-level validation and security profiles.
* **Enhanced Security:** Supports high-entropy passphrases (~50+ characters) by integrating with the `ftw-pki-password` utility.
* **Chain of Trust:** Facilitates the secure link between the Root CA and the issuing entities.

## 📖 Documentation & Usage

This tool is used to bridge the gap between the Root of Trust and operational issuing authorities.

* **Command Line Interface:** The `ftwpkiintermedcsr` utility provides specific commands for intermediate CA setup. Run `ftwpkiintermedcsr --help` for usage details.
* **Prerequisites:** Secure passphrase handling requires a pre-configured setup from `ftw-pki-password`.
* **Technical Manual:** Detailed documentation on the internal modules and intermediate-specific logic is available in the `doc/source/` directory.

## 📄 License

This project is licensed under the **LGPL v2.1 (or later)**.

---
© 2026 ftw-pki Contributors
