Skip to content

Instantly share code, notes, and snippets.

@Klerith
Last active August 16, 2024 16:14
Show Gist options
  • Save Klerith/bc65ca4f398cadd7f292c26a04d62012 to your computer and use it in GitHub Desktop.
Save Klerith/bc65ca4f398cadd7f292c26a04d62012 to your computer and use it in GitHub Desktop.
Generar certificados
openssl req -x509 -sha256 -nodes -days 365 -newkey rsa:2048 -keyout server.key -out server.crt
@codeConqueror7
Copy link

First Coment o cómo se diga

@XeanN
Copy link

XeanN commented May 2, 2024

Yo tengo este error al momento de ejecutar
errorSSL

@SantiagoDGarcia
Copy link

SantiagoDGarcia commented Jul 25, 2024

Yo tengo este error al momento de ejecutar errorSSL

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment