Skip to content

Support for IP in subjectAltName #44

@Spindel

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.

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