summaryrefslogtreecommitdiff
path: root/bin/generate-self-signed-certificate
blob: 8f9cf6a4c2f40cb93a97c8f981e8c22951a8ca96 (plain)
1
2
3
#!/bin/sh

openssl req -x509 -nodes -newkey rsa:2048 -keyout docker/nginx/self-signed.key -out docker/nginx/self-signed.crt -subj "/CN=localhost"