xcode-simulator-cert/Tools/generate-test-ca.sh

8 lines
191 B
Bash
Executable File

#!/bin/bash
# This can be useful for testing the install-ca command
openssl genrsa -out test-ca.key 4096
openssl req -x509 -new -nodes -key test-ca.key -sha256 -days 1024 -out test-ca.crt