summaryrefslogtreecommitdiff
path: root/tools/makecert.sh
blob: 94d8bb7d18311afd582aac61afc200f3ab8d679e (plain)
1
2
3
4
5
6
#!/bin/bash
#
# Create a simple self-signed SSL certificate.
#

openssl req -nodes -new -x509 -keyout key.pem -out cert.pem