Skip to content

San extension support #45

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

San extension support #45

wants to merge 4 commits into from

Conversation

Spindel
Copy link
Member

@Spindel Spindel commented Apr 27, 2017

Please review this, both for style and design choices.

@Spindel
Copy link
Member Author

Spindel commented Nov 5, 2018

rebased.

This adds support for a new table called subjectaltnames for lack of a better
name.

Subject Alternative Names are the new primary way of identifying a certificate,
as the Subject line is deprecated. This version of caramel will just copy the
commonname from the request,  and add it as a DNS SAN.

Next commit will add support for IP addresses to be added to SAN in the caramel
tool (not from the request itself). This allows us to further sign certain
certificates as belonging to IP-addresses, which is needed for Kubernetes

Issue: #44
The modification in initializedb will add a DNS SAN for all items in the db.
This matches the previous existance from the signing code.

The tool has been modified to allow us to add/list SubjectAltNames for a
request.

Issue: #44
This moves the namespace cleanup to after imports for the Python3 flake8.
This should fix ORM session management
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants