mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-04 02:44:05 +08:00
Update openssl key size in barrier.conf (#150)
Done in order to match the size specified in src/gui/src/SslCertificate.cpp Also see Debian bug #907528 http://bugs.debian.org/907528 Related to Barrier Issue #126
This commit is contained in:
committed by
Adrian Lucrèce Céleste
parent
53ebc47ace
commit
0eeb4ce240
@@ -31,7 +31,7 @@ commonName = supplied
|
||||
emailAddress = optional
|
||||
|
||||
[req]
|
||||
default_bits = 1024 # Size of keys
|
||||
default_bits = 2048 # Size of keys
|
||||
default_keyfile = key.pem # name of generated keys
|
||||
default_md = md5 # message digest algorithm
|
||||
string_mask = nombstr # permitted characters
|
||||
|
||||
Reference in New Issue
Block a user