Skip to content
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

Add support for putting emails and URIs in SAN field #67

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

Commits on May 20, 2024

  1. Ignore minica file

    chiefnoah committed May 20, 2024
    Configuration menu
    Copy the full SHA
    e0b31b1 View commit details
    Browse the repository at this point in the history
  2. Add URIs and Email SAN fields

    Additionall, modernizes a bit for newer versions of Go:
    
    - Use more idiomatic errors in a few places
    - Remove use of deprecated ioutil package
    
    Fixes incorrect name for SANS: Server => Subject
    chiefnoah committed May 20, 2024
    Configuration menu
    Copy the full SHA
    f3890d4 View commit details
    Browse the repository at this point in the history
  3. Bump Go version

    chiefnoah committed May 20, 2024
    Configuration menu
    Copy the full SHA
    35b93e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7713fef View commit details
    Browse the repository at this point in the history