Last active
November 3, 2024 11:10
-
-
Save Klerith/bc65ca4f398cadd7f292c26a04d62012 to your computer and use it in GitHub Desktop.
Generar certificados
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
openssl req -x509 -sha256 -nodes -days 365 -newkey rsa:2048 -keyout server.key -out server.crt | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tuve el mismo error, para quienes tengan el mismo error tienen que buscar la ubicación de su oppenssl.cfn y establecerlo en las variables de entorno siendo el nombre OPENSSL_CONF y el valor de la variable **ruta...**openssl.cnf, por ejemplo para mi la ruta es -> C:\Program Files\Git\mingw64\ssl