mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-02-08 15:53:18 +08:00
4 lines
155 B
Bash
Executable File
4 lines
155 B
Bash
Executable File
#!/bin/bash
|
|
|
|
openssl req -subj '/CN=localhost/O=My Company Name LTD./C=US' -new -newkey rsa:2048 -days 365 -nodes -x509 -keyout server.key -out server.crt
|