mirror of
https://github.com/zadam/trilium.git
synced 2024-12-27 01:34:05 +08:00
3 lines
96 B
Bash
3 lines
96 B
Bash
#!/bin/bash
|
|
|
|
openssl req -x509 -newkey rsa:2048 -keyout key.pem -out cert.pem -days 2000 -nodes
|