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

Modified to store all SANs fields in the database. #1390

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

thebluesoul
Copy link

When issuing certificates, the CN (Common Name) is set to the user ID, and SANs (Subject Alternative Names) are set to the user’s email. However, only the Domain Name (DNSName) was being stored in the SANs field in the database, while other items like email, IP address, and URI were ignored. I have modified the code to ensure that all SANs fields are now saved in the sans column of the database.

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.

1 participant