Skip to content

Add support for otherName type in SANs #18

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 12 commits into
base: master
Choose a base branch
from

Conversation

jksmth
Copy link

@jksmth jksmth commented Apr 11, 2021

I had a use case for needing to create node certificates with an otherName type in the SAN. I have submitted this PR in case this is something you would like to include in your project.

Example config:

nodes:
  - name: node1
    dn: CN=node1.example.com,OU=SSL,O=Test,L=Test,C=DE
    dns:
      - node1.example.com
      - localhost
    ip:
      - 127.0.0.1
    otherName:
      - oid: 2.5.4.3
        utf8: node-1.example.com

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.

3 participants