Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save i-amolo/98a0c2e14a93e6e383c2cc89b09ba27d to your computer and use it in GitHub Desktop.
Save i-amolo/98a0c2e14a93e6e383c2cc89b09ba27d 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