cfssl icon indicating copy to clipboard operation
cfssl copied to clipboard

Modified to store all SANs fields in the database.

Open thebluesoul opened this issue 1 year ago • 0 comments

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.

thebluesoul avatar Aug 27 '24 08:08 thebluesoul