mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
4 lines
96 B
Bash
4 lines
96 B
Bash
#!/bin/bash
|
|
|
|
openssl req -x509 -newkey rsa:2048 -keyout key.pem -out cert.pem -days 2000 -nodes
|