Skip to content

Instantly share code, notes, and snippets.

@Klerith
Last active July 1, 2024 01:01
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
@XeanN
Copy link

XeanN commented May 2, 2024

Yo tengo este error al momento de ejecutar
errorSSL

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