Metadata-Version: 2.2
Name: ship-cert-gen
Version: 1.0.3
Summary: Generates a Self-Signed SHIP Certificate + SKI
Author-email: laurenzfg <www@laurenzfg.com>
Project-URL: Repository, https://github.com/laurenzfg/ship-cert-gen
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cryptography~=44.0.0
Provides-Extra: dev-requirements
Requires-Dist: pytest; extra == "dev-requirements"
Requires-Dist: setuptools; extra == "dev-requirements"
Requires-Dist: wheel; extra == "dev-requirements"

# SHIP Cert Gen
[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/laurenzfg/ship-cert-gen/python-package.yml)](https://github.com/laurenzfg/ship-cert-gen/actions/workflows/python-package.yml)
[![PyPI](https://img.shields.io/pypi/v/ship-cert-gen?label=pypi%20package)](https://pypi.org/project/ship-cert-gen/)

This repository is a Python port of the certificate generator in [ship-go](https://github.com/enbility/ship-go/blob/dev/cert/cert.go).
The library generates a private / public key pair along with a self-signed certificate incl. of a Subject Key Identifier (SKI) for use in [EEBUS SHIP](https://www.eebus.org/what-is-eebus/).# ship-cert-gen
