This website requires JavaScript.
Explore
Help
Register
Sign In
Tools
/
Notes
Watch
1
Star
0
Fork
0
You've already forked Notes
mirror of
https://github.com/TriliumNext/Notes.git
synced
2025-07-28 10:32:27 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Notes
/
generate-cert.sh
4 lines
96 B
Bash
Raw
Normal View
History
Unescape
Escape
configurable port plus support for SSL
2017-08-14 21:05:01 -04:00
#!/bin/bash
support for https
2017-11-16 23:55:50 -05:00
openssl req -x509 -newkey rsa:2048 -keyout key.pem -out cert.pem -days
2000
-nodes
Reference in New Issue
Copy Permalink