mirror of
https://github.com/mitchell/selfpass.git
synced 2025-12-15 13:47:21 +00:00
Update services' Go docker version; Update minimum TLS on server
This commit is contained in:
parent
e4e4e0f5bc
commit
99f6c42e0d
2 changed files with 2 additions and 2 deletions
|
|
@ -61,7 +61,7 @@ func main() {
|
|||
Certificates: []tls.Certificate{keypair},
|
||||
ClientCAs: caPool,
|
||||
ClientAuth: tls.RequireAndVerifyClientCert,
|
||||
MinVersion: tls.VersionTLS12,
|
||||
MinVersion: tls.VersionTLS13,
|
||||
PreferServerCipherSuites: true,
|
||||
CurvePreferences: []tls.CurveID{
|
||||
tls.CurveP256,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue