ysbaddaden / prax.cr

Rack proxy server for development (Crystal port)
Other
152 stars 18 forks source link

OpenSSL Errors #89

Closed scope2229 closed 5 years ago

scope2229 commented 5 years ago

Inside prax-certificate you should remove some of the fields as they shouldnt be blank and you cant create the certs with them

openssl req -new -key "$ssl_path/server.key" -out "$ssl_path/server.csr" -subj "/C=/ST=/L=/O=Prax Dev Cert/OU=/CN=localhost"

openssl req -new -key "$ssl_path/server.key" -out "$ssl_path/server.csr" -subj "/O=Prax Dev Cert/CN=localhost"

ysbaddaden commented 5 years ago

Please open a PR.