mirror of
https://github.com/google/nomulus.git
synced 2025-04-30 03:57:51 +02:00
Change the default public TLS enforcement start date (#1006)
This commit is contained in:
parent
1d01fabb3c
commit
1d9f67ac70
7 changed files with 1 additions and 19 deletions
|
@ -9,7 +9,7 @@
|
||||||
projectId: your-gcp-project-id
|
projectId: your-gcp-project-id
|
||||||
|
|
||||||
# Time to begin enforcement of TLS versions and cipher suites.
|
# Time to begin enforcement of TLS versions and cipher suites.
|
||||||
tlsEnforcementStartTime: "2021-04-01T16:00:00Z"
|
tlsEnforcementStartTime: "1970-01-01T00:00:00Z"
|
||||||
|
|
||||||
# OAuth scope that the GoogleCredential will be constructed with. This list
|
# OAuth scope that the GoogleCredential will be constructed with. This list
|
||||||
# should include all service scopes that the proxy depends on.
|
# should include all service scopes that the proxy depends on.
|
||||||
|
|
|
@ -1,4 +1 @@
|
||||||
# Add environment-specific proxy configuration here.
|
# Add environment-specific proxy configuration here.
|
||||||
|
|
||||||
# Time to begin enforcement of TLS versions and cipher suites.
|
|
||||||
tlsEnforcementStartTime: "1970-01-01T00:00:00Z"
|
|
||||||
|
|
|
@ -1,4 +1 @@
|
||||||
# Add environment-specific proxy configuration here.
|
# Add environment-specific proxy configuration here.
|
||||||
|
|
||||||
# Time to begin enforcement of TLS versions and cipher suites.
|
|
||||||
tlsEnforcementStartTime: "1970-01-01T00:00:00Z"
|
|
||||||
|
|
|
@ -1,4 +1 @@
|
||||||
# Add environment-specific proxy configuration here.
|
# Add environment-specific proxy configuration here.
|
||||||
|
|
||||||
# Time to begin enforcement of TLS versions and cipher suites.
|
|
||||||
tlsEnforcementStartTime: "1970-01-01T00:00:00Z"
|
|
||||||
|
|
|
@ -1,4 +1 @@
|
||||||
# Add environment-specific proxy configuration here.
|
# Add environment-specific proxy configuration here.
|
||||||
|
|
||||||
# Time to begin enforcement of TLS versions and cipher suites.
|
|
||||||
tlsEnforcementStartTime: "1970-01-01T00:00:00Z"
|
|
||||||
|
|
|
@ -1,4 +1 @@
|
||||||
# Add environment-specific proxy configuration here.
|
# Add environment-specific proxy configuration here.
|
||||||
|
|
||||||
# Time to begin enforcement of TLS versions and cipher suites.
|
|
||||||
tlsEnforcementStartTime: "1970-01-01T00:00:00Z"
|
|
||||||
|
|
|
@ -1,4 +1 @@
|
||||||
# Add environment-specific proxy configuration here.
|
# Add environment-specific proxy configuration here.
|
||||||
|
|
||||||
# Time to begin enforcement of TLS versions and cipher suites.
|
|
||||||
tlsEnforcementStartTime: "1970-01-01T00:00:00Z"
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue