3 lines
142 B
Bash
3 lines
142 B
Bash
|
|
#!/usr/bin/env bash
|
||
|
|
openssl req -x509 -newkey rsa:4096 -sha256 -nodes -keyout example.key -out example.crt -subj "/CN=example.com" -days 3650
|