This website requires JavaScript.
Explore
Register
Sign In
i2p
/
bruteratel
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
main
bruteratel
/
BruteRatel-v2.1.2
/
adhoc_scripts
/
genssl.sh
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
Delete Directory
4 lines
95 B
Bash
Raw
Permalink
Normal View
History
Unescape
Escape
initial commit
2026-08-27 11:22:43 -06:00
#!/bin/bash
openssl req -x509 -newkey rsa:2048 -keyout key.pem -out cert.pem -days
365
-nodes
Reference in New Issue
Copy Permalink