This page describes how to manage Transport Layer Security (TLS) inspection for Cloud Next Generation Firewall. You can view, list, update, and delete TLS inspection policies in your project. For information on TLS inspection, see TLS inspection overview.
View details for a TLS inspection policy
You can view information about the TLS inspection policy that you created in your project.
Console
In the Google Cloud console, go to the TLS inspection policies page.
In the project selector menu, select your project.
The TLS inspection policies are listed in the TLS inspections section.
To view the details, click the name of your TLS inspection policy.
List all TLS inspection policies
You can list all the TLS inspection policies in a project.
Console
In the Google Cloud console, go to the TLS inspection policies page.
In the project selector menu, select your project.
The TLS inspection policies are listed in the TLS inspections section.
gcloud
To list all TLS inspection policies, use the
gcloud network-security tls-inspection-policies list command:
gcloud network-security tls-inspection-policies list \
--project PROJECT_ID \
--location REGION
Replace the following:
PROJECT_ID: the project ID for the TLS inspection policyREGION: the name of the region for which you want to list the TLS inspection policy
Edit a TLS inspection policy
You can modify an existing TLS inspection policy in your project.
Console
In the Google Cloud console, go to the TLS inspection policies page.
In the project selector menu, select your project.
The TLS inspection policies are listed in the TLS inspections section.
To edit a policy, click the name of your TLS inspection policy.
Click Edit.
Modify the required fields. For more information about each field, see Create a TLS inspection policy.
Click Save.
Delete a TLS inspection policy
You can delete a TLS inspection policy from your project. However, if the TLS inspection policy is referenced by a firewall endpoint association, that TLS inspection policy cannot be deleted.
Console
In the Google Cloud console, go to the TLS inspection policies page.
In the project selector menu, select your project.
The TLS inspection policies are listed in the TLS inspections section.
To delete a TLS inspection policy, select the checkbox next to its name.
Click Delete.
Click Delete again.
gcloud
To delete a TLS inspection policy, use the
gcloud network-security tls-inspection-policies delete command:
gcloud network-security tls-inspection-policies delete \
projects/PROJECT_ID/locations/REGION/tlsInspectionPolicies/TLS_INSPECTION_NAME \
--location REGION
Replace the following:
PROJECT_ID: the project ID of the TLS inspection policyTLS_INSPECTION_NAME: the name of the TLS inspectionREGION: the region where the TLS inspection policy is created
What's next?
- Set up TLS inspection
- Configure intrusion detection and prevention service
- Create and manage firewall endpoints