analogic / lemanager

Simple containerized web application for managing, issuing certificates (and email alerting) from Let's Encrypt certificate authority.
107 stars 24 forks source link

CSR couldn't be generated #6

Closed layanto closed 4 years ago

layanto commented 4 years ago

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 4 years ago

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 4 years ago

If I entered the same domain in SAN, then it works. Maybe worth adding this to the documentation.