Skip to content

Support for IP in subjectAltName #44

Description

@Spindel

For kubernetes we need to support IP's as subjectAltName.

Envisioned usage for this is that tagging of extras in SAN will be done on the server/tooling site.

Suggested usage
caramel_tool --add-san IP 10.10.0.1 $ID

Perhaps a --list-san and --clear-san needed too.

Implementation:

  • new table with: id | csr.id (fk not null) | option ENUM ("IP" ,"DNS") | string value (not null)

And rather than adding SAN DNS in the sign method, we add it on the request received/inserted, and populate it further.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions