-
-
Save i-amolo/98a0c2e14a93e6e383c2cc89b09ba27d to your computer and use it in GitHub Desktop.
Certificado Auto Assinado
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
#!/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