changed SSL cert size to 4096 bits as suggested by cave

This commit is contained in:
Cyril Soler 2015-10-16 12:49:10 -04:00
parent 66670315dc
commit 8e6c7cd075

View File

@ -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);