mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
changed SSL cert size to 4096 bits as suggested by cave
This commit is contained in:
parent
66670315dc
commit
8e6c7cd075
@ -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…
Reference in New Issue
Block a user