forked from krum110487/fpProxy
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,5 @@ | |
main.exe | ||
fpproxy.csr | ||
Flashpoint Proxy.exe | ||
Flashpoint Game Server.exe | ||
fpProxy.exe |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
openssl ecparam -out fpproxy.key -name prime256v1 -genkey | ||
openssl req -new -sha256 -key fpproxy.key -out fpproxy.csr | ||
openssl x509 -req -sha256 -days 36500 -in fpproxy.csr -signkey fpproxy.key -out fpproxy.crt | ||
openssl ecparam -out fpGameServerCA.key -name prime256v1 -genkey | ||
openssl req -new -sha256 -key fpGameServerCA.key -out fpGameServerCA.csr | ||
openssl x509 -req -sha256 -days 36500 -in fpGameServerCA.csr -signkey fpGameServerCA.key -out fpGameServerCA.crt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters