mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 22:25:04 -04:00
changed SSL cert size to 4096 bits as suggested by cave
This commit is contained in:
parent
66670315dc
commit
8e6c7cd075
1 changed files with 1 additions and 1 deletions
|
@ -994,7 +994,7 @@ bool RsAccountsDetail::GenerateSSLCertificate(const RsPgpId& pgp_id, const s
|
|||
return false;
|
||||
}
|
||||
|
||||
int nbits = 2048;
|
||||
int nbits = 4096;
|
||||
|
||||
std::string pgp_name = AuthGPG::getAuthGPG()->getGPGName(pgp_id);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue