This website requires JavaScript.
Explore
Help
Sign in
zadam
/
trilium
Watch
1
Star
1
Fork
You've already forked trilium
0
mirror of
https://github.com/zadam/trilium.git
synced
2025-01-29 10:28:02 +08:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
4d95eb0762
trilium
/
generate-cert.sh
4 lines
96 B
Bash
Raw
Normal View
History
Unescape
Escape
configurable port plus support for SSL
2017-08-15 09:05:01 +08:00
#!/bin/bash
support for https
2017-11-17 12:55:50 +08:00
openssl req -x509 -newkey rsa:2048 -keyout key.pem -out cert.pem -days
2000
-nodes
Reference in a new issue
Copy permalink