summaryrefslogtreecommitdiff
path: root/create-ca.sh
blob: 6ff0b37802151802e205d33782fe9f92f496aa17 (plain)
1
2
3
4
5
#!/bin/sh

openssl genrsa -des3 -out ca.key 4096
openssl req -new -x509 -days 3650 -key ca.key -out ca.crt