mirror of
https://github.com/analogic/lemanager.git
synced 2026-04-25 03:55:52 +03:00
[GH-ISSUE #6] CSR couldn't be generated #4
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/lemanager#4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @layanto on GitHub (Dec 17, 2019).
Original GitHub issue: https://github.com/analogic/lemanager/issues/6
Tried creating first certificate and received this error:
ERROR: CSR couldn't be generated! error:0E06D06C:configuration file routines:NCONF_get_string:no value
@layanto commented on GitHub (Dec 17, 2019):
I think this is because I left the SAN field empty - as I don't want to create www.xyz.example.com in addition to xyz.example.com
@layanto commented on GitHub (Dec 17, 2019):
If I entered the same domain in SAN, then it works. Maybe worth adding this to the documentation.