Skip to content

Instantly share code, notes, and snippets.

@avandrevitor
Created June 5, 2018 12:40
Show Gist options
  • Save avandrevitor/0f6262393e3ab03f8dbdc37aee0a24c1 to your computer and use it in GitHub Desktop.
Save avandrevitor/0f6262393e3ab03f8dbdc37aee0a24c1 to your computer and use it in GitHub Desktop.
Certificado Auto Assinado
#!/bin/bash
openssl req \
--newkey rsa:4096 --nodes -sha256 -keyout certs/domain.key \
-x509 -days 365 -out certs/domain.crt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment