mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
fix(portal): Use RESTRICTED SSL policy to remove weak cipher suites (#5358)
This commit is contained in:
@@ -271,7 +271,7 @@ resource "google_compute_ssl_policy" "application" {
|
||||
name = local.application_name
|
||||
|
||||
min_tls_version = "TLS_1_2"
|
||||
profile = "MODERN"
|
||||
profile = "RESTRICTED"
|
||||
|
||||
depends_on = [
|
||||
google_project_service.compute,
|
||||
|
||||
Reference in New Issue
Block a user