File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 25
25
from delete_certificate_template import delete_certificate_template
26
26
27
27
PROJECT = google .auth .default ()[1 ]
28
- LOCATION = "europe-west1 "
28
+ LOCATION = "us-central1 "
29
29
COMMON_NAME = "COMMON_NAME"
30
30
ORGANIZATION = "ORGANIZATION"
31
31
CA_DURATION = 1000000
Original file line number Diff line number Diff line change 1
- google-cloud-private-ca == 1.4.1
2
- google-cloud-kms == 2.12.1
3
- google-cloud-monitoring == 2.11.1
1
+ google-cloud-private-ca == 1.4.2
2
+ google-cloud-kms == 2.12.2
3
+ google-cloud-monitoring == 2.11.2
Original file line number Diff line number Diff line change 24
24
from update_ca_pool_issuance_policy import update_ca_pool_issuance_policy
25
25
26
26
PROJECT = google .auth .default ()[1 ]
27
- LOCATION = "europe-west1 "
27
+ LOCATION = "us-central1 "
28
28
29
29
30
30
def generate_name () -> str :
Original file line number Diff line number Diff line change 29
29
from update_certificate_authority import update_ca_label
30
30
31
31
PROJECT = google .auth .default ()[1 ]
32
- LOCATION = "europe-west1 "
32
+ LOCATION = "us-central1 "
33
33
COMMON_NAME = "COMMON_NAME"
34
34
ORGANIZATION = "ORGANIZATION"
35
35
CA_DURATION = 1000000
Original file line number Diff line number Diff line change 30
30
from revoke_certificate import revoke_certificate
31
31
32
32
PROJECT = google .auth .default ()[1 ]
33
- LOCATION = "europe-west1 "
33
+ LOCATION = "us-central1 "
34
34
COMMON_NAME = "COMMON_NAME"
35
35
ORGANIZATION = "ORGANIZATION"
36
36
CERTIFICATE_LIFETIME = 1000000
Original file line number Diff line number Diff line change 24
24
from update_certificate_template import update_certificate_template
25
25
26
26
PROJECT = google .auth .default ()[1 ]
27
- LOCATION = "europe-west1 "
27
+ LOCATION = "us-central1 "
28
28
COMMON_NAME = "COMMON_NAME"
29
29
ORGANIZATION = "ORGANIZATION"
30
30
CA_DURATION = 1000000
Original file line number Diff line number Diff line change 26
26
from revoke_certificate import revoke_certificate
27
27
28
28
PROJECT = google .auth .default ()[1 ]
29
- LOCATION = "europe-west1 "
29
+ LOCATION = "us-central1 "
30
30
COMMON_NAME = "COMMON_NAME"
31
31
ORGANIZATION = "ORGANIZATION"
32
32
CA_DURATION = CERTIFICATE_LIFETIME = 1000000
You can’t perform that action at this time.
0 commit comments