Last active
November 12, 2019 18:25
-
-
Save superseb/b2c1d6c9baa32609a49ee117a27bc700 to your computer and use it in GitHub Desktop.
Curl self signed certificates
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 | |
DOMAIN=$1 | |
docker run -v $PWD/certs:/certs \ | |
-e SSL_SUBJECT=$DOMAIN \ | |
-e SSL_DNS=$DOMAIN \ | |
superseb/omgwtfssl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment