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 2525from delete_certificate_template import delete_certificate_template
2626
2727PROJECT = google .auth .default ()[1 ]
28- LOCATION = "europe-west1 "
28+ LOCATION = "us-central1 "
2929COMMON_NAME = "COMMON_NAME"
3030ORGANIZATION = "ORGANIZATION"
3131CA_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 2424from update_ca_pool_issuance_policy import update_ca_pool_issuance_policy
2525
2626PROJECT = google .auth .default ()[1 ]
27- LOCATION = "europe-west1 "
27+ LOCATION = "us-central1 "
2828
2929
3030def generate_name () -> str :
Original file line number Diff line number Diff line change 2929from update_certificate_authority import update_ca_label
3030
3131PROJECT = google .auth .default ()[1 ]
32- LOCATION = "europe-west1 "
32+ LOCATION = "us-central1 "
3333COMMON_NAME = "COMMON_NAME"
3434ORGANIZATION = "ORGANIZATION"
3535CA_DURATION = 1000000
Original file line number Diff line number Diff line change 3030from revoke_certificate import revoke_certificate
3131
3232PROJECT = google .auth .default ()[1 ]
33- LOCATION = "europe-west1 "
33+ LOCATION = "us-central1 "
3434COMMON_NAME = "COMMON_NAME"
3535ORGANIZATION = "ORGANIZATION"
3636CERTIFICATE_LIFETIME = 1000000
Original file line number Diff line number Diff line change 2424from update_certificate_template import update_certificate_template
2525
2626PROJECT = google .auth .default ()[1 ]
27- LOCATION = "europe-west1 "
27+ LOCATION = "us-central1 "
2828COMMON_NAME = "COMMON_NAME"
2929ORGANIZATION = "ORGANIZATION"
3030CA_DURATION = 1000000
Original file line number Diff line number Diff line change 2626from revoke_certificate import revoke_certificate
2727
2828PROJECT = google .auth .default ()[1 ]
29- LOCATION = "europe-west1 "
29+ LOCATION = "us-central1 "
3030COMMON_NAME = "COMMON_NAME"
3131ORGANIZATION = "ORGANIZATION"
3232CA_DURATION = CERTIFICATE_LIFETIME = 1000000
You can’t perform that action at this time.
0 commit comments