mirror of
https://github.com/RustySamovar/RustySamovar.git
synced 2024-11-22 10:46:55 +00:00
4 lines
143 B
Bash
Executable File
4 lines
143 B
Bash
Executable File
#!/bin/bash
|
|
|
|
openssl req -x509 -newkey rsa:2048 -keyout key.pem -out cert.pem -days 3650 -config ssl.conf -nodes -sha256 -extensions 'req_ext'
|