mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 00:38:21 +00:00
0eb8a6e7e6
RSA keys are sensitive information that should not be stored in git repositories. This commit moves them to their own file, adds it to .gitignore and provides a template file.
5 lines
146 B
XML
5 lines
146 B
XML
<rsa>
|
|
<!-- Generate keys with RsaKeyGenerator and place them here -->
|
|
<modulus></modulus>
|
|
<private-exponent></private-exponent>
|
|
</rsa> |