dograh/generate_certificate.sh

8 lines
165 B
Bash
Raw Permalink Normal View History

2026-06-15 07:43:37 +00:00
#!/bin/bash
mkdir -p certs
openssl req -x509 -nodes -newkey rsa:2048 \
-keyout certs/local.key \
-out certs/local.crt \
-days 365 \
-subj "/CN=3.150.115.69"